summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-18 06:23:02 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-18 06:23:02 +0000
commit3f8b726a1b21714dee14731166c915994af36255 (patch)
treed9b401ccc133339ed76ac2efbd87e64550ad8b00 /webkit/webkit.gyp
parent85d48aefa79319cd169019d0b9f5dab742e5484b (diff)
downloadchromium_src-3f8b726a1b21714dee14731166c915994af36255.zip
chromium_src-3f8b726a1b21714dee14731166c915994af36255.tar.gz
chromium_src-3f8b726a1b21714dee14731166c915994af36255.tar.bz2
Webkit merge 45998:46050.
TBR=paul TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/159043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 655fc11..0ae547d 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -621,6 +621,11 @@
# Exclude some, but not all, of storage.
['exclude', '/third_party/WebKit/WebCore/storage/(Local|Session)Storage[^/]*\\.cpp$'],
+
+ # Exclude PluginDebug.cpp since it doesn't compile properly without the
+ # correct npapi.h inclusion (http://crbug.com/17127
+ ['exclude', '/third_party/WebKit/WebCore/plugins/PluginDebug.cpp'],
+ ['exclude', '/third_party/WebKit/WebCore/plugins/PluginDebug.h'],
],
'sources!': [
# Custom bindings in bindings/v8/custom exist for these.