Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index bb1a53f7e0a6d0e46e4ce5488fee65f2216469e6..c103f4caaca8178bec345e6600e15449e39c32d3 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1255,8 +1255,8 @@ |
| }], |
| ['OS=="win"', { |
| 'dependencies': [ |
| - '../third_party/angle_dx11/src/build_angle.gyp:libEGL', |
| - '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2', |
| + '../third_party/angle/src/build_angle.gyp:libEGL', |
|
Zhenyao Mo
2013/12/09 20:18:34
use angle_path here.
|
| + '../third_party/angle/src/build_angle.gyp:libGLESv2', |
| ], |
| }], |
| ['(OS=="win" and win_use_allocator_shim==1) or ' |