diff options
author | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 01:35:12 +0000 |
---|---|---|
committer | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 01:35:12 +0000 |
commit | ed75aa6e5f81b6d06be5a888fa6cb5b32345fd7d (patch) | |
tree | 61393d579f2c0249b6ec8d2b5826b5c8ca19e9bd /webkit | |
parent | 1b2fc951d33ce93f4ba12743c6a8f405a2418126 (diff) | |
download | chromium_src-ed75aa6e5f81b6d06be5a888fa6cb5b32345fd7d.zip chromium_src-ed75aa6e5f81b6d06be5a888fa6cb5b32345fd7d.tar.gz chromium_src-ed75aa6e5f81b6d06be5a888fa6cb5b32345fd7d.tar.bz2 |
Remove 'features.gypi' from 'webkit/webkit.gyp'.
Chromium's gyp files shouldn't depend upon anything in blink/core. As it stands
we can remove the include in 'webkit/webkit.gyp' without ill effect.
BUG=233869
Review URL: https://chromiumcodereview.appspot.com/14309005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/webkit.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index f8c302a..464ff85 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -5,7 +5,6 @@ { 'includes': [ '../build/win_precompile.gypi', - '../third_party/WebKit/Source/WebKit/chromium/features.gypi', 'tools/test_shell/test_shell.gypi', ], 'variables': { |