Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 8fef21de55414988114c295bcaffdb41e62de87b..fd7cac88cd2ea0097387dbce825a7e1cb0688467 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -126,6 +126,7 @@ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ '../third_party/angle_dx11/src/build_angle.gyp:translator', |
'../ui/gl/gl.gyp:gl', |
'../ui/gfx/gfx.gyp:gfx', |
'command_buffer/command_buffer.gyp:gles2_utils', |
@@ -240,15 +241,6 @@ |
'../base/allocator/allocator.gyp:allocator', |
], |
}], |
- ['use_angle_translator==1', { |
- 'dependencies': [ |
- '../third_party/angle_dx11/src/build_angle.gyp:translator', |
- ], |
- }, { |
- 'dependencies': [ |
- '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', |
- ], |
- }], |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |
@@ -261,6 +253,7 @@ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ '../third_party/angle_dx11/src/build_angle.gyp:translator', |
'../ui/gfx/gfx.gyp:gfx', |
'command_buffer/command_buffer.gyp:gles2_utils', |
'command_buffer_client', |
@@ -309,15 +302,6 @@ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
- ['use_angle_translator==1', { |
- 'dependencies': [ |
- '../third_party/angle_dx11/src/build_angle.gyp:translator', |
- ], |
- }, { |
- 'dependencies': [ |
- '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', |
- ], |
- }], |
], |
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |