| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index fe6fc76acf8ebae760ab57adfd70bcf287f91f4b..01423887562efdc512dda98314aa90478a07a384 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -16,7 +16,7 @@
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/libvpx/libvpx.gyp:libvpx',
|
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../ui/surface/surface.gyp:surface',
|
| '../ui/ui.gyp:ui_test_support',
|
| '../webkit/support/webkit_support.gyp:appcache',
|
| @@ -184,7 +184,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libvpx/libvpx.gyp:libvpx',
|
| - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../ui/gl/gl.gyp:gl',
|
| '../ui/ui.gyp:ui',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
|
|