diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 18:57:02 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 18:57:02 +0000 |
commit | d9a96bc21ce5dd85b72d23cc04f5164be5066fb9 (patch) | |
tree | 3ae764bff0695dcb54bd3bc1251747d1711d5e08 /webkit/webkit.gyp | |
parent | 2c0b466198a33ea157f17d1b4f005546ba134082 (diff) | |
download | chromium_src-d9a96bc21ce5dd85b72d23cc04f5164be5066fb9.zip chromium_src-d9a96bc21ce5dd85b72d23cc04f5164be5066fb9.tar.gz chromium_src-d9a96bc21ce5dd85b72d23cc04f5164be5066fb9.tar.bz2 |
Stop glue from exporting webcore headers.
BUG=10051
TEST=none
Review URL: http://codereview.chromium.org/255100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 7357fed5..64d3820 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -663,9 +663,6 @@ # Dependents may rely on files generated by this target or one of its # own hard dependencies. 'hard_dependency': 1, - 'export_dependent_settings': [ - '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', - ], 'conditions': [ ['OS=="linux" or OS=="freebsd"', { 'dependencies': [ |