diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:55:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:55:11 +0000 |
commit | ffe88f7578d07e1924d88abc9e4b6e3d112e6345 (patch) | |
tree | 123976c73b7f49ba66efd8e394c1797bbdef115c /webkit/webkit.gyp | |
parent | db5e2d909a38d03b013a3b581e394091079b57d4 (diff) | |
download | chromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.zip chromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.tar.gz chromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.tar.bz2 |
Delete all precompiled support. It is causing more harm than good, especially when define changes.
TEST=none
BUG=20889
Review URL: http://codereview.chromium.org/171118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 809506b..a493546 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -245,8 +245,6 @@ ], 'sources': [ '<@(javascriptcore_files)', - 'build/precompiled_webkit.cc', - 'build/precompiled_webkit.h', ], 'sources/': [ # First exclude everything ... @@ -268,12 +266,6 @@ '../third_party/icu38/icu38.gyp:icui18n', '../third_party/icu38/icu38.gyp:icuuc', ], - 'configurations': { - 'Debug': { - 'msvs_precompiled_header': 'build/precompiled_webkit.h', - 'msvs_precompiled_source': 'build/precompiled_webkit.cc', - }, - }, 'msvs_disabled_warnings': [4127, 4355, 4510, 4512, 4610, 4706], 'conditions': [ ['OS=="win"', { @@ -295,11 +287,6 @@ 'include_dirs!': [ '<(SHARED_INTERMEDIATE_DIR)/webkit', ], - }, { # OS != "win" - 'sources!': [ - 'build/precompiled_webkit.cc', - 'build/precompiled_webkit.h', - ], }], ['OS=="linux"', { 'defines': ['WTF_USE_PTHREADS=1'], |