diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/common/user_agent/webkit_user_agent.gyp | 2 | ||||
-rw-r--r-- | webkit/common/webkit_common.gypi | 2 | ||||
-rw-r--r-- | webkit/glue/webkit_glue.gypi | 2 | ||||
-rw-r--r-- | webkit/storage_browser.gyp | 2 | ||||
-rw-r--r-- | webkit/storage_common.gyp | 2 | ||||
-rw-r--r-- | webkit/storage_renderer.gyp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/webkit/common/user_agent/webkit_user_agent.gyp b/webkit/common/user_agent/webkit_user_agent.gyp index f1f0088..be4a042 100644 --- a/webkit/common/user_agent/webkit_user_agent.gyp +++ b/webkit/common/user_agent/webkit_user_agent.gyp @@ -16,7 +16,7 @@ 'dependencies': [ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/base.gyp:base_i18n', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', + '<(DEPTH)/url/url.gyp:url_lib', ], 'sources': [ 'user_agent.cc', diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gypi index b64eb0b..353efaf 100644 --- a/webkit/common/webkit_common.gypi +++ b/webkit/common/webkit_common.gypi @@ -15,11 +15,11 @@ '<(DEPTH)/base/base.gyp:base_i18n', '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', '<(DEPTH)/net/net.gyp:net', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/ui/ui.gyp:ui', '<(DEPTH)/ui/ui.gyp:ui_resources', + '<(DEPTH)/url/url.gyp:url_lib', 'webkit_resources', ], diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi index 89287f6..ceb346a 100644 --- a/webkit/glue/webkit_glue.gypi +++ b/webkit/glue/webkit_glue.gypi @@ -203,12 +203,12 @@ 'dependencies': [ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/base.gyp:base_i18n', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', '<(DEPTH)/net/net.gyp:net', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', '<(DEPTH)/third_party/icu/icu.gyp:icuuc', '<(DEPTH)/ui/ui.gyp:ui', + '<(DEPTH)/url/url.gyp:url_lib', 'glue_common', 'webkit_common', ], diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp index 1bd5214..dbf21ad 100644 --- a/webkit/storage_browser.gyp +++ b/webkit/storage_browser.gyp @@ -12,12 +12,12 @@ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/base.gyp:base_i18n', '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', '<(DEPTH)/net/net.gyp:net', '<(DEPTH)/sql/sql.gyp:sql', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', + '<(DEPTH)/url/url.gyp:url_lib', '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', ], diff --git a/webkit/storage_common.gyp b/webkit/storage_common.gyp index a7be68e..7add0d8 100644 --- a/webkit/storage_common.gyp +++ b/webkit/storage_common.gyp @@ -11,9 +11,9 @@ 'dependencies': [ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', '<(DEPTH)/net/net.gyp:net', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', + '<(DEPTH)/url/url.gyp:url_lib', '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', ], 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'], diff --git a/webkit/storage_renderer.gyp b/webkit/storage_renderer.gyp index 5c47a33..c92dc87 100644 --- a/webkit/storage_renderer.gyp +++ b/webkit/storage_renderer.gyp @@ -11,8 +11,8 @@ 'dependencies': [ '<(DEPTH)/base/base.gyp:base', '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', + '<(DEPTH)/url/url.gyp:url_lib', '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', ], |