Index: gpu/gpu.gyp |
=================================================================== |
--- gpu/gpu.gyp (revision 45858) |
+++ gpu/gpu.gyp (working copy) |
@@ -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', |
+ ], |
+ }, |
+ ], |
], |
}, |
{ |