summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'gpu')
-rw-r--r--gpu/gpu.gyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 37d1638..01f2c4a 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -291,13 +291,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/angleproject/src/build_angle.gyp:translator_glsl',
+ # ],
+ # },
+ #],
],
},
{