Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 3aeedfc174fa59e824830e199f63b818003f3c2b..a185ba5b6301037242c8088d8fa82093bd65da86 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -335,6 +335,12 @@ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
+ ['OS == "win"', { |
+ 'dependencies': [ |
+ '../third_party/angle/src/build_angle.gyp:libEGL', |
+ '../third_party/angle/src/build_angle.gyp:libGLESv2', |
+ ], |
+ }], |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |