diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 3 |
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. |