From 4871b24189d52dc64c085be4122a3d6aede2102e Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Thu, 2 Jul 2009 23:53:54 +0000 Subject: Adding HTML5 DB support to Chromium, part 4 of 4: enable DB support. BUG=none TEST=none Review URL: http://codereview.chromium.org/74002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19860 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 1bd9443..0b7ef44 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -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', -- cgit v1.1