Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 7df6d90bd769ce4e3cbbfe23a0c37c1137452f92..ca6481f9a5b94dea9bf9df426d6d2fdd9e255263 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -1077,8 +1077,8 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
- '<(angle_path)/src/build_angle.gyp:libEGL', |
- '<(angle_path)/src/build_angle.gyp:libGLESv2', |
+ '../third_party/angle_dx11/src/build_angle.gyp:libEGL', |
+ '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2', |
], |
}], |
['(OS=="win" and win_use_allocator_shim==1) or ' |