diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 14:20:10 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 14:20:10 +0000 |
commit | 788f8ced4d2e43f81195363f1855d54da29400b5 (patch) | |
tree | fa080b2e046e8947ce71b6da785aca4a3315ccc8 /webkit/storage_browser.gyp | |
parent | 6c1c700baf3bc0920f35d145ce3b9aa4160ebafe (diff) | |
download | chromium_src-788f8ced4d2e43f81195363f1855d54da29400b5.zip chromium_src-788f8ced4d2e43f81195363f1855d54da29400b5.tar.gz chromium_src-788f8ced4d2e43f81195363f1855d54da29400b5.tar.bz2 |
Time to kill googleurl.gyp
Now that Blink has rolled into chromium we can move on and remove googleurl.gyp
from build/temp_gyp!
BUG=229660
R=thestig@chromium.org,darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17335013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/storage_browser.gyp')
-rw-r--r-- | webkit/storage_browser.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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', ], |