Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 6d88ad2e4dc872d84c1502a636c9939478678371..c152baf768220f053f150dc6d753f4baf33d9143 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -151,7 +151,7 @@ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
- '<(angle_path)/src/build_angle.gyp:translator_static', |
+ '<(angle_path)/src/angle.gyp:translator_static', |
], |
'variables': { |
'ANGLE_DIR': '<(angle_path)', |
@@ -181,7 +181,7 @@ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
- '<(angle_path)/src/build_angle.gyp:translator', |
+ '<(angle_path)/src/angle.gyp:translator', |
'../ui/gl/gl.gyp:gl', |
'../ui/gfx/gfx.gyp:gfx', |
'../ui/gfx/gfx.gyp:gfx_geometry', |
@@ -313,7 +313,7 @@ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
- '<(angle_path)/src/build_angle.gyp:translator', |
+ '<(angle_path)/src/angle.gyp:translator', |
'../ui/gfx/gfx.gyp:gfx', |
'../ui/gfx/gfx.gyp:gfx_test_support', |
'../ui/gfx/gfx.gyp:gfx_geometry', |
@@ -368,8 +368,8 @@ |
}], |
['OS == "win"', { |
'dependencies': [ |
- '../third_party/angle/src/build_angle.gyp:libEGL', |
- '../third_party/angle/src/build_angle.gyp:libGLESv2', |
+ '../third_party/angle/src/angle.gyp:libEGL', |
+ '../third_party/angle/src/angle.gyp:libGLESv2', |
], |
}], |
], |