Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: webkit/webkit.gyp

Issue 74002: Adding HTML5 DB support to Chromium, part 4 of 4: enable DB support. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 19859)
+++ webkit/webkit.gyp (working copy)
@@ -2797,6 +2797,8 @@
'../third_party/WebKit/WebCore/platform/sql/SQLiteAuthorizer.cpp',
'../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.cpp',
'../third_party/WebKit/WebCore/platform/sql/SQLiteDatabase.h',
+ '../third_party/WebKit/WebCore/platform/sql/SQLiteFileSystem.h',
+ '../third_party/WebKit/WebCore/platform/sql/SQLiteFileSystem.cpp',
'../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.cpp',
'../third_party/WebKit/WebCore/platform/sql/SQLiteStatement.h',
'../third_party/WebKit/WebCore/platform/sql/SQLiteTransaction.cpp',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698