diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 18:29:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 18:29:52 +0000 |
commit | e6b2093a888e1e55626475dfe9cc813596b206bc (patch) | |
tree | e4ef749d9c58e52f902b5c2d90944c5827d6e8ed /webkit/storage | |
parent | f55849fdae7bd1fdc7cc52767f99d91251496ad0 (diff) | |
download | chromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.zip chromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.tar.gz chromium_src-e6b2093a888e1e55626475dfe9cc813596b206bc.tar.bz2 |
Roll the DEPS for google-url.
And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp.
This also changes googleurl.gyp to reference the files under url/, so that we
don't break the Blink tree.
BUG=229660
R=brettw@chromium.org
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14089011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/storage')
-rw-r--r-- | webkit/storage/webkit_storage.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/storage/webkit_storage.gypi b/webkit/storage/webkit_storage.gypi index 0d809ae..803b75d 100644 --- a/webkit/storage/webkit_storage.gypi +++ b/webkit/storage/webkit_storage.gypi @@ -29,11 +29,11 @@ '<(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/leveldatabase/leveldatabase.gyp:leveldatabase', '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', + '<(DEPTH)/url/url.gyp:url', '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base', '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', ], |