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 /webkit/support/webkit_support.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 'webkit/support/webkit_support.gyp')
-rw-r--r-- | webkit/support/webkit_support.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/support/webkit_support.gyp b/webkit/support/webkit_support.gyp index 5b59e76..fa9256a 100644 --- a/webkit/support/webkit_support.gyp +++ b/webkit/support/webkit_support.gyp @@ -3,12 +3,7 @@ # found in the LICENSE file. { - # This file is the same as webkit_support_in_chromium.gyp except it - # references features.gypi based on its location in a webkit checkout - # (WebKit/Webkit/chromium/webkit/support/). If you add .gypi files - # here, please add them in webkit_support_in_chromium.gyp as well. 'includes': [ - '../../features.gypi', '../appcache/webkit_appcache.gypi', '../database/webkit_database.gypi', '../glue/webkit_glue.gypi', |