summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpu/DEPS2
-rw-r--r--gpu/command_buffer/service/gles2_cmd_decoder.cc2
-rw-r--r--gpu/gpu.gyp14
3 files changed, 9 insertions, 9 deletions
diff --git a/gpu/DEPS b/gpu/DEPS
index a95d6ea..de41d2c 100644
--- a/gpu/DEPS
+++ b/gpu/DEPS
@@ -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',
+ ],
+ },
+ ],
],
},
{