Commit 787338f9 by Jeff Gilbert Committed by Commit Bot

Add headers to build file lists.

Bug: angleproject:2535 Change-Id: If4d3037e43b403683554a710e89a76befd9b354a Reviewed-on: https://chromium-review.googlesource.com/1068140 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 42cf958c
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
'compiler/translator/SymbolTable.cpp', 'compiler/translator/SymbolTable.cpp',
'compiler/translator/SymbolTable.h', 'compiler/translator/SymbolTable.h',
'compiler/translator/SymbolTable_autogen.cpp', 'compiler/translator/SymbolTable_autogen.cpp',
'compiler/translator/SymbolTable_autogen.h',
'compiler/translator/SymbolUniqueId.cpp', 'compiler/translator/SymbolUniqueId.cpp',
'compiler/translator/SymbolUniqueId.h', 'compiler/translator/SymbolUniqueId.h',
'compiler/translator/Types.cpp', 'compiler/translator/Types.cpp',
......
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
'libANGLE/Constants.h', 'libANGLE/Constants.h',
'libANGLE/Context.cpp', 'libANGLE/Context.cpp',
'libANGLE/Context_gles_1_0.cpp', 'libANGLE/Context_gles_1_0.cpp',
'libANGLE/Context_gles_1_0_autogen.h',
'libANGLE/Context.h', 'libANGLE/Context.h',
'libANGLE/ContextState.cpp', 'libANGLE/ContextState.cpp',
'libANGLE/ContextState.h', 'libANGLE/ContextState.h',
...@@ -169,6 +170,7 @@ ...@@ -169,6 +170,7 @@
'libANGLE/FramebufferAttachment.h', 'libANGLE/FramebufferAttachment.h',
'libANGLE/GLES1Renderer.cpp', 'libANGLE/GLES1Renderer.cpp',
'libANGLE/GLES1State.cpp', 'libANGLE/GLES1State.cpp',
'libANGLE/GLES1State.h',
'libANGLE/HandleAllocator.cpp', 'libANGLE/HandleAllocator.cpp',
'libANGLE/HandleAllocator.h', 'libANGLE/HandleAllocator.h',
'libANGLE/HandleRangeAllocator.h', 'libANGLE/HandleRangeAllocator.h',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment