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 18:04:04 +0000
committerdumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-20 18:04:04 +0000
commiteca56d34420e0f72a472c928714d1fcc7ced24ea (patch)
treef37b1dbf3fbd67c51366c153fd7c664c7cd10fa0 /webkit/webkit.gyp
parent537063859cbd93a94c4cf68e8e1230bf90ac571a (diff)
downloadchromium_src-eca56d34420e0f72a472c928714d1fcc7ced24ea.zip
chromium_src-eca56d34420e0f72a472c928714d1fcc7ced24ea.tar.gz
chromium_src-eca56d34420e0f72a472c928714d1fcc7ced24ea.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@21083 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 0ae547d..a2d46ce 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.