diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 03:21:55 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 03:21:55 +0000 |
commit | 69d3dfe8185ca6971fcd39ea008f807275a31e5a (patch) | |
tree | 37b85ab1315840ff4e340bc05d169f0ca1e20d68 /build/all.gyp | |
parent | 1437d2483fd7a5121f1dda82804c0133b24e78cb (diff) | |
download | chromium_src-69d3dfe8185ca6971fcd39ea008f807275a31e5a.zip chromium_src-69d3dfe8185ca6971fcd39ea008f807275a31e5a.tar.gz chromium_src-69d3dfe8185ca6971fcd39ea008f807275a31e5a.tar.bz2 |
Remove webkit_support_in_chromium.gyp and use webkit_support.gyp
instead.
features.gypi isn't needed by glue, appcache or database.
Review URL: http://codereview.chromium.org/2070001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index b4d2e78..00410de 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -41,7 +41,7 @@ '../third_party/sqlite/sqlite.gyp:*', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', '../third_party/zlib/zlib.gyp:*', - '../webkit/support/webkit_support_in_chromium.gyp:*', + '../webkit/support/webkit_support.gyp:*', '../webkit/webkit.gyp:*', 'util/build_util.gyp:*', 'temp_gyp/googleurl.gyp:*', |