summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authordumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-20 23:40:51 +0000
committerdumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-20 23:40:51 +0000
commitabb9a6376379aa3b9ce8356a10df1bde2e2ef058 (patch)
treeab2d29a4784c48b9ade14a35a1650f85d7c8c354 /webkit/webkit.gyp
parent6584f0b198f115a133a8cfd62c8e778a36e386ca (diff)
downloadchromium_src-abb9a6376379aa3b9ce8356a10df1bde2e2ef058.zip
chromium_src-abb9a6376379aa3b9ce8356a10df1bde2e2ef058.tar.gz
chromium_src-abb9a6376379aa3b9ce8356a10df1bde2e2ef058.tar.bz2
Stubs for DB-related methods in ChromiumBridge.
Review URL: http://codereview.chromium.org/159044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c4495ab..2af73cb 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -626,6 +626,9 @@
# correct npapi.h inclusion (http://crbug.com/17127
['exclude', '/third_party/WebKit/WebCore/plugins/PluginDebug.cpp'],
['exclude', '/third_party/WebKit/WebCore/plugins/PluginDebug.h'],
+
+ # Exclude some DB-related files.
+ ['exclude', '/third_party/WebKit/WebCore/platform/sql/SQLiteFileSystem.cpp'],
],
'sources!': [
# Custom bindings in bindings/v8/custom exist for these.