diff options
-rw-r--r-- | gpu/DEPS | 2 | ||||
-rw-r--r-- | gpu/command_buffer/service/gles2_cmd_decoder.cc | 2 | ||||
-rw-r--r-- | gpu/gpu.gyp | 14 |
3 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ include_rules = [ "+webkit/glue/plugins", - "+third_party/angleproject", + "+third_party/angle", "+third_party/npapi", "+../command_buffer", "+../client", diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc index fc9032a..b54c16c 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc @@ -35,7 +35,7 @@ // as soon as translator is ready. //#define GLES2_GPU_SERVICE_TRANSLATE_SHADER #if defined(GLES2_GPU_SERVICE_TRANSLATE_SHADER) -#include "third_party/angleproject/include/GLSLANG/ShaderLang.h" +#include "third_party/angle/include/GLSLANG/ShaderLang.h" #endif // GLES2_GPU_SERVICE_TRANSLATE_SHADER #if !defined(GL_DEPTH24_STENCIL8) diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d8adaba..64490bf 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -293,13 +293,13 @@ ], #TODO(alokp): Remove os-conditional when translator_glsl starts #compiling on all platforms. - #['OS == "win"', - # { - # 'dependencies': [ - # '../third_party/angleproject/src/build_angle.gyp:translator_glsl', - # ], - # }, - #], + ['OS == "win"', + { + 'dependencies': [ + '../third_party/angle/src/build_angle.gyp:translator_glsl', + ], + }, + ], ], }, { |