Commit 46ccef19 by bungeman Committed by Geoff Lang

Remove ref to intermediate.h.

With https://chromium-review.googlesource.com/213300 b9b5c105 the file intermediate.h was renamed Intermediate.h. However, compiler.gypi now contains references to both, but the lower case version doesn't exist anymore, so it should be removed. Change-Id: I6b36bd561f110694daecd4ad911036c94300cd1f Reviewed-on: https://chromium-review.googlesource.com/273593Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 08dcfed6
...@@ -129,7 +129,6 @@ ...@@ -129,7 +129,6 @@
'compiler/translator/glslang_tab.cpp', 'compiler/translator/glslang_tab.cpp',
'compiler/translator/glslang_tab.h', 'compiler/translator/glslang_tab.h',
'compiler/translator/intermOut.cpp', 'compiler/translator/intermOut.cpp',
'compiler/translator/intermediate.h',
'compiler/translator/length_limits.h', 'compiler/translator/length_limits.h',
'compiler/translator/parseConst.cpp', 'compiler/translator/parseConst.cpp',
'compiler/translator/timing/RestrictFragmentShaderTiming.cpp', 'compiler/translator/timing/RestrictFragmentShaderTiming.cpp',
......
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