Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index ae0bd5dcda81e0e72e1a48a0cccee24da0a01427..72b731ebd96e2f191360813e12a0fb6c04a3a05b 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1491,8 +1491,8 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
- '<(angle_path)/src/build_angle.gyp:libEGL', |
- '<(angle_path)/src/build_angle.gyp:libGLESv2', |
+ '<(angle_path)/src/angle.gyp:libEGL', |
+ '<(angle_path)/src/angle.gyp:libGLESv2', |
], |
}], |
['(OS=="win" and win_use_allocator_shim==1) or ' |