| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 2a7634c82ac1859c96e73796616e9b27c0560e1c..81069bea0cd7ca640c1689047f8580f19617bd84 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -9,16 +9,16 @@
|
| 'type': 'static_library',
|
| 'defines!': ['CONTENT_IMPLEMENTATION'],
|
| 'dependencies': [
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| - 'content_app',
|
| - 'content_browser',
|
| - 'content_common',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/ui.gyp:ui_test_support',
|
| + '../url/url.gyp:url_lib',
|
| + 'content_app',
|
| + 'content_browser',
|
| + 'content_common',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|