diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/content_common.gypi | 2 | ||||
-rw-r--r-- | content/content_shell.gypi | 2 | ||||
-rw-r--r-- | content/content_tests.gypi | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index b7885f0..4bbba88 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -5,6 +5,7 @@ { 'dependencies': [ '../base/base.gyp:base', + '../build/temp_gyp/googleurl.gyp:googleurl', '../components/tracing.gyp:tracing', '../media/media.gyp:media', '../net/net.gyp:net', @@ -12,7 +13,6 @@ '../third_party/icu/icu.gyp:icuuc', '../ui/ui.gyp:shell_dialogs', '../ui/ui.gyp:ui', - '../url/url.gyp:url', '../webkit/support/webkit_support.gyp:user_agent', ], 'include_dirs': [ diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 53db47b..b245dd3 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -41,6 +41,7 @@ 'content_resources.gyp:content_resources', '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', + '../build/temp_gyp/googleurl.gyp:googleurl', '../ipc/ipc.gyp:ipc', '../media/media.gyp:media', '../net/net.gyp:net', @@ -48,7 +49,6 @@ '../skia/skia.gyp:skia', '../ui/gl/gl.gyp:gl', '../ui/ui.gyp:ui', - '../url/url.gyp:url', '../v8/tools/gyp/v8.gyp:v8', '../webkit/support/webkit_support.gyp:webkit_resources', '../webkit/support/webkit_support.gyp:webkit_support', diff --git a/content/content_tests.gypi b/content/content_tests.gypi index afd793b..be5392c 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', - 'content_app', - 'content_browser', - 'content_common', ], 'include_dirs': [ '..', |