diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 14 |
1 files changed, 7 insertions, 7 deletions
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', + ], + }, + ], ], }, { |