summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 21:43:08 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 21:43:08 +0000
commit1727a45ac679cb5380329a53777bab5033e3c98f (patch)
tree03011ad8269de734c5db943c9cd696dddd7a06a6
parent4b41b9938f7c99c40bb97f8a9682c45171c77344 (diff)
downloadchromium_src-1727a45ac679cb5380329a53777bab5033e3c98f.zip
chromium_src-1727a45ac679cb5380329a53777bab5033e3c98f.tar.gz
chromium_src-1727a45ac679cb5380329a53777bab5033e3c98f.tar.bz2
Build database files on the Mac (r4486). Sets HEADER_SEARCH_PATHS and adds
needed files in third_party/WebKit/WebCore/platform/sql and third_party/WebKit/WebCore/storage to webkit.xcodeproj. Makes TestShell.xcodeproj depend on libsqlite. Review URL: http://codereview.chromium.org/9055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4494 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/all.xcodeproj/project.pbxproj2
-rw-r--r--webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj43
-rw-r--r--webkit/webkit.xcodeproj/project.pbxproj270
3 files changed, 271 insertions, 44 deletions
diff --git a/build/all.xcodeproj/project.pbxproj b/build/all.xcodeproj/project.pbxproj
index 37b9fdb..a4f70f4 100644
--- a/build/all.xcodeproj/project.pbxproj
+++ b/build/all.xcodeproj/project.pbxproj
@@ -122,7 +122,7 @@
isa = PBXContainerItemProxy;
containerPortal = 7BA3548E0E89784F0023C8B9 /* TestShell.xcodeproj */;
proxyType = 1;
- remoteGlobalIDString = E45628C30E26B4FE005E4685 /* TestShell */;
+ remoteGlobalIDString = E45628C30E26B4FE005E4685;
remoteInfo = TestShell;
};
4DB6807E0EAF88B000AB2128 /* PBXContainerItemProxy */ = {
diff --git a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj
index f47bb9e..e48e415 100644
--- a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj
+++ b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ 4D1638790EBFA714008F024E /* libsqlite.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D1638760EBFA6F7008F024E /* libsqlite.a */; };
4DB687D70EAFE7C800AB2128 /* libxslt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB687D40EAFE79200AB2128 /* libxslt.a */; };
4DB7FA6F0E9BF33B00C66CE0 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB7FA6E0E9BF33B00C66CE0 /* SystemConfiguration.framework */; };
4DB7FEA40E9BF92100C66CE0 /* libwebcoresysteminterface.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DB7FE760E9BF6CB00C66CE0 /* libwebcoresysteminterface.a */; };
@@ -90,6 +91,20 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
+ 4D1638750EBFA6F7008F024E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 4D7B007F0E9D5538009A6919 /* libsqlite.a */;
+ remoteInfo = sqlite;
+ };
+ 4D1638770EBFA706008F024E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 4D7B007E0E9D5538009A6919 /* sqlite */;
+ remoteInfo = sqlite;
+ };
4DB687D30EAFE79200AB2128 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4DB687CA0EAFE79200AB2128 /* libxslt.xcodeproj */;
@@ -555,6 +570,7 @@
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = "<group>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* TestShell_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestShell_Prefix.pch; sourceTree = "<group>"; };
+ 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = sqlite.xcodeproj; path = third_party/sqlite/sqlite.xcodeproj; sourceTree = "<group>"; };
4DB687CA0EAFE79200AB2128 /* libxslt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libxslt.xcodeproj; path = third_party/libxslt/libxslt.xcodeproj; sourceTree = "<group>"; };
4DB7FA6E0E9BF33B00C66CE0 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = "<group>"; };
4DB7FEA70E9BF98C00C66CE0 /* libWebKitSystemInterfaceLeopard.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libWebKitSystemInterfaceLeopard.a; path = ../../../../third_party/WebKit/WebKitLibraries/libWebKitSystemInterfaceLeopard.a; sourceTree = SOURCE_ROOT; };
@@ -672,6 +688,7 @@
82F39D0F0E7EFA5600785E15 /* libport.a in Frameworks */,
7BA363BD0E8C40C30023C8B9 /* libsdch.a in Frameworks */,
82F39D2B0E7EFC2600785E15 /* libskia.a in Frameworks */,
+ 4D1638790EBFA714008F024E /* libsqlite.a in Frameworks */,
82F39D4A0E7EFDAA00785E15 /* libv8.a in Frameworks */,
82F39D110E7EFA5A00785E15 /* libwebcore.a in Frameworks */,
4DB7FEA40E9BF92100C66CE0 /* libwebcoresysteminterface.a in Frameworks */,
@@ -738,6 +755,14 @@
name = Frameworks;
sourceTree = SDKROOT;
};
+ 4D16386F0EBFA6F7008F024E /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4D1638760EBFA6F7008F024E /* libsqlite.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
4DB687CB0EAFE79200AB2128 /* Products */ = {
isa = PBXGroup;
children = (
@@ -784,6 +809,7 @@
E45629460E26B5A7005E4685 /* net.xcodeproj */,
7BA363B50E8C409A0023C8B9 /* sdch.xcodeproj */,
828CFDC30DD1073D0069AC37 /* skia.xcodeproj */,
+ 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */,
7B42A4C40DE20F1700659DE0 /* v8.xcodeproj */,
829E2E250DBE7DE200819EBF /* webkit.xcodeproj */,
ABC8C4180DC7F7D000B59C21 /* zlib.xcodeproj */,
@@ -1046,6 +1072,7 @@
82F39A1A0E7EF82B00785E15 /* PBXTargetDependency */,
7BA363BC0E8C40A30023C8B9 /* PBXTargetDependency */,
82F39D2D0E7EFC2D00785E15 /* PBXTargetDependency */,
+ 4D1638780EBFA706008F024E /* PBXTargetDependency */,
82F39D150E7EFA6800785E15 /* PBXTargetDependency */,
82F39D170E7EFA6800785E15 /* PBXTargetDependency */,
82F39D190E7EFA6800785E15 /* PBXTargetDependency */,
@@ -1131,6 +1158,10 @@
ProjectRef = 828CFDC30DD1073D0069AC37 /* skia.xcodeproj */;
},
{
+ ProductGroup = 4D16386F0EBFA6F7008F024E /* Products */;
+ ProjectRef = 4D16386E0EBFA6F7008F024E /* sqlite.xcodeproj */;
+ },
+ {
ProductGroup = 7B8205930E770291008F45CF /* Products */;
ProjectRef = 7B42A4C40DE20F1700659DE0 /* v8.xcodeproj */;
},
@@ -1151,6 +1182,13 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
+ 4D1638760EBFA6F7008F024E /* libsqlite.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libsqlite.a;
+ remoteRef = 4D1638750EBFA6F7008F024E /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
4DB687D40EAFE79200AB2128 /* libxslt.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@@ -1493,6 +1531,11 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
+ 4D1638780EBFA706008F024E /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = sqlite;
+ targetProxy = 4D1638770EBFA706008F024E /* PBXContainerItemProxy */;
+ };
4DB687D60EAFE7B100AB2128 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = xslt;
diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj
index 671a64e..4c03448 100644
--- a/webkit/webkit.xcodeproj/project.pbxproj
+++ b/webkit/webkit.xcodeproj/project.pbxproj
@@ -40,6 +40,27 @@
/* Begin PBXBuildFile section */
4D11C4E10E9ABEA900EF7617 /* ExceptionContextV8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D11C4D90E9ABE9200EF7617 /* ExceptionContextV8.cpp */; };
4D11C5520E9AC23100EF7617 /* RenderThemeMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = E49E50DE0E65E33200AD47F7 /* RenderThemeMac.mm */; };
+ 4D1637CC0EBFA49E008F024E /* SQLiteAuthorizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637C30EBFA49E008F024E /* SQLiteAuthorizer.cpp */; };
+ 4D1637CD0EBFA49E008F024E /* SQLiteDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637C40EBFA49E008F024E /* SQLiteDatabase.cpp */; };
+ 4D1637CE0EBFA49E008F024E /* SQLiteStatement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637C60EBFA49E008F024E /* SQLiteStatement.cpp */; };
+ 4D1637CF0EBFA49E008F024E /* SQLiteTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637C80EBFA49E008F024E /* SQLiteTransaction.cpp */; };
+ 4D1637D00EBFA49E008F024E /* SQLValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637CA0EBFA49E008F024E /* SQLValue.cpp */; };
+ 4D16380C0EBFA4FB008F024E /* ChangeVersionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637D90EBFA4FB008F024E /* ChangeVersionWrapper.cpp */; };
+ 4D16380D0EBFA4FB008F024E /* Database.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637DB0EBFA4FB008F024E /* Database.cpp */; };
+ 4D16380E0EBFA4FB008F024E /* DatabaseAuthorizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637DD0EBFA4FB008F024E /* DatabaseAuthorizer.cpp */; };
+ 4D16380F0EBFA4FB008F024E /* DatabaseTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637E00EBFA4FB008F024E /* DatabaseTask.cpp */; };
+ 4D1638100EBFA4FB008F024E /* DatabaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637E20EBFA4FB008F024E /* DatabaseThread.cpp */; };
+ 4D1638110EBFA4FB008F024E /* DatabaseTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637E40EBFA4FB008F024E /* DatabaseTracker.cpp */; };
+ 4D1638160EBFA4FB008F024E /* OriginQuotaManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637EF0EBFA4FB008F024E /* OriginQuotaManager.cpp */; };
+ 4D1638170EBFA4FB008F024E /* OriginUsageRecord.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637F10EBFA4FB008F024E /* OriginUsageRecord.cpp */; };
+ 4D16381A0EBFA4FB008F024E /* SQLResultSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637F80EBFA4FB008F024E /* SQLResultSet.cpp */; };
+ 4D16381B0EBFA4FB008F024E /* SQLResultSetRowList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637FA0EBFA4FB008F024E /* SQLResultSetRowList.cpp */; };
+ 4D16381C0EBFA4FB008F024E /* SQLStatement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1637FC0EBFA4FB008F024E /* SQLStatement.cpp */; };
+ 4D16381D0EBFA4FB008F024E /* SQLTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1638000EBFA4FB008F024E /* SQLTransaction.cpp */; };
+ 4D16381E0EBFA4FB008F024E /* Storage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1638040EBFA4FB008F024E /* Storage.cpp */; };
+ 4D16381F0EBFA4FB008F024E /* StorageArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1638060EBFA4FB008F024E /* StorageArea.cpp */; };
+ 4D1638200EBFA4FC008F024E /* StorageEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D1638080EBFA4FB008F024E /* StorageEvent.cpp */; };
+ 4D1638210EBFA4FC008F024E /* StorageMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D16380A0EBFA4FB008F024E /* StorageMap.cpp */; };
4D2A63EB0EBBBEDF00B55603 /* MediaPlayerPrivateChromium.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D2A63E90EBBBEDF00B55603 /* MediaPlayerPrivateChromium.cpp */; };
4D2A64400EBBC0A700B55603 /* V8HTMLVideoElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D2A643A0EBBC0A700B55603 /* V8HTMLVideoElement.cpp */; };
4D2A64410EBBC0A700B55603 /* V8MediaError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D2A643C0EBBC0A700B55603 /* V8MediaError.cpp */; };
@@ -1397,6 +1418,66 @@
/* Begin PBXFileReference section */
046192AA0EA5476500FB37B0 /* BitmapImageSingleFrameSkia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitmapImageSingleFrameSkia.h; sourceTree = "<group>"; };
4D11C4D90E9ABE9200EF7617 /* ExceptionContextV8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionContextV8.cpp; sourceTree = "<group>"; };
+ 4D1637C30EBFA49E008F024E /* SQLiteAuthorizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLiteAuthorizer.cpp; sourceTree = "<group>"; };
+ 4D1637C40EBFA49E008F024E /* SQLiteDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLiteDatabase.cpp; sourceTree = "<group>"; };
+ 4D1637C50EBFA49E008F024E /* SQLiteDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLiteDatabase.h; sourceTree = "<group>"; };
+ 4D1637C60EBFA49E008F024E /* SQLiteStatement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLiteStatement.cpp; sourceTree = "<group>"; };
+ 4D1637C70EBFA49E008F024E /* SQLiteStatement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLiteStatement.h; sourceTree = "<group>"; };
+ 4D1637C80EBFA49E008F024E /* SQLiteTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLiteTransaction.cpp; sourceTree = "<group>"; };
+ 4D1637C90EBFA49E008F024E /* SQLiteTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLiteTransaction.h; sourceTree = "<group>"; };
+ 4D1637CA0EBFA49E008F024E /* SQLValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLValue.cpp; sourceTree = "<group>"; };
+ 4D1637CB0EBFA49E008F024E /* SQLValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLValue.h; sourceTree = "<group>"; };
+ 4D1637D90EBFA4FB008F024E /* ChangeVersionWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChangeVersionWrapper.cpp; sourceTree = "<group>"; };
+ 4D1637DA0EBFA4FB008F024E /* ChangeVersionWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangeVersionWrapper.h; sourceTree = "<group>"; };
+ 4D1637DB0EBFA4FB008F024E /* Database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Database.cpp; sourceTree = "<group>"; };
+ 4D1637DC0EBFA4FB008F024E /* Database.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Database.h; sourceTree = "<group>"; };
+ 4D1637DD0EBFA4FB008F024E /* DatabaseAuthorizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseAuthorizer.cpp; sourceTree = "<group>"; };
+ 4D1637DE0EBFA4FB008F024E /* DatabaseAuthorizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseAuthorizer.h; sourceTree = "<group>"; };
+ 4D1637DF0EBFA4FB008F024E /* DatabaseDetails.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseDetails.h; sourceTree = "<group>"; };
+ 4D1637E00EBFA4FB008F024E /* DatabaseTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseTask.cpp; sourceTree = "<group>"; };
+ 4D1637E10EBFA4FB008F024E /* DatabaseTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseTask.h; sourceTree = "<group>"; };
+ 4D1637E20EBFA4FB008F024E /* DatabaseThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseThread.cpp; sourceTree = "<group>"; };
+ 4D1637E30EBFA4FB008F024E /* DatabaseThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseThread.h; sourceTree = "<group>"; };
+ 4D1637E40EBFA4FB008F024E /* DatabaseTracker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseTracker.cpp; sourceTree = "<group>"; };
+ 4D1637E50EBFA4FB008F024E /* DatabaseTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseTracker.h; sourceTree = "<group>"; };
+ 4D1637E60EBFA4FB008F024E /* DatabaseTrackerClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseTrackerClient.h; sourceTree = "<group>"; };
+ 4D1637E70EBFA4FB008F024E /* LocalStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorage.cpp; sourceTree = "<group>"; };
+ 4D1637E80EBFA4FB008F024E /* LocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorage.h; sourceTree = "<group>"; };
+ 4D1637E90EBFA4FB008F024E /* LocalStorageArea.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageArea.cpp; sourceTree = "<group>"; };
+ 4D1637EA0EBFA4FB008F024E /* LocalStorageArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorageArea.h; sourceTree = "<group>"; };
+ 4D1637EB0EBFA4FB008F024E /* LocalStorageTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageTask.cpp; sourceTree = "<group>"; };
+ 4D1637EC0EBFA4FB008F024E /* LocalStorageTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorageTask.h; sourceTree = "<group>"; };
+ 4D1637ED0EBFA4FB008F024E /* LocalStorageThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageThread.cpp; sourceTree = "<group>"; };
+ 4D1637EE0EBFA4FB008F024E /* LocalStorageThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorageThread.h; sourceTree = "<group>"; };
+ 4D1637EF0EBFA4FB008F024E /* OriginQuotaManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OriginQuotaManager.cpp; sourceTree = "<group>"; };
+ 4D1637F00EBFA4FB008F024E /* OriginQuotaManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OriginQuotaManager.h; sourceTree = "<group>"; };
+ 4D1637F10EBFA4FB008F024E /* OriginUsageRecord.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OriginUsageRecord.cpp; sourceTree = "<group>"; };
+ 4D1637F20EBFA4FB008F024E /* OriginUsageRecord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OriginUsageRecord.h; sourceTree = "<group>"; };
+ 4D1637F30EBFA4FB008F024E /* SessionStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SessionStorage.cpp; sourceTree = "<group>"; };
+ 4D1637F40EBFA4FB008F024E /* SessionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SessionStorage.h; sourceTree = "<group>"; };
+ 4D1637F50EBFA4FB008F024E /* SessionStorageArea.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SessionStorageArea.cpp; sourceTree = "<group>"; };
+ 4D1637F60EBFA4FB008F024E /* SessionStorageArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SessionStorageArea.h; sourceTree = "<group>"; };
+ 4D1637F70EBFA4FB008F024E /* SQLError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLError.h; sourceTree = "<group>"; };
+ 4D1637F80EBFA4FB008F024E /* SQLResultSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLResultSet.cpp; sourceTree = "<group>"; };
+ 4D1637F90EBFA4FB008F024E /* SQLResultSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLResultSet.h; sourceTree = "<group>"; };
+ 4D1637FA0EBFA4FB008F024E /* SQLResultSetRowList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLResultSetRowList.cpp; sourceTree = "<group>"; };
+ 4D1637FB0EBFA4FB008F024E /* SQLResultSetRowList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLResultSetRowList.h; sourceTree = "<group>"; };
+ 4D1637FC0EBFA4FB008F024E /* SQLStatement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLStatement.cpp; sourceTree = "<group>"; };
+ 4D1637FD0EBFA4FB008F024E /* SQLStatement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatement.h; sourceTree = "<group>"; };
+ 4D1637FE0EBFA4FB008F024E /* SQLStatementCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatementCallback.h; sourceTree = "<group>"; };
+ 4D1637FF0EBFA4FB008F024E /* SQLStatementErrorCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatementErrorCallback.h; sourceTree = "<group>"; };
+ 4D1638000EBFA4FB008F024E /* SQLTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLTransaction.cpp; sourceTree = "<group>"; };
+ 4D1638010EBFA4FB008F024E /* SQLTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransaction.h; sourceTree = "<group>"; };
+ 4D1638020EBFA4FB008F024E /* SQLTransactionCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionCallback.h; sourceTree = "<group>"; };
+ 4D1638030EBFA4FB008F024E /* SQLTransactionErrorCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionErrorCallback.h; sourceTree = "<group>"; };
+ 4D1638040EBFA4FB008F024E /* Storage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Storage.cpp; sourceTree = "<group>"; };
+ 4D1638050EBFA4FB008F024E /* Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Storage.h; sourceTree = "<group>"; };
+ 4D1638060EBFA4FB008F024E /* StorageArea.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StorageArea.cpp; sourceTree = "<group>"; };
+ 4D1638070EBFA4FB008F024E /* StorageArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StorageArea.h; sourceTree = "<group>"; };
+ 4D1638080EBFA4FB008F024E /* StorageEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StorageEvent.cpp; sourceTree = "<group>"; };
+ 4D1638090EBFA4FB008F024E /* StorageEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StorageEvent.h; sourceTree = "<group>"; };
+ 4D16380A0EBFA4FB008F024E /* StorageMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StorageMap.cpp; sourceTree = "<group>"; };
+ 4D16380B0EBFA4FB008F024E /* StorageMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StorageMap.h; sourceTree = "<group>"; };
4D2A63E90EBBBEDF00B55603 /* MediaPlayerPrivateChromium.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaPlayerPrivateChromium.cpp; sourceTree = "<group>"; };
4D2A63EA0EBBBEDF00B55603 /* MediaPlayerPrivateChromium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaPlayerPrivateChromium.h; sourceTree = "<group>"; };
4D2A643A0EBBC0A700B55603 /* V8HTMLVideoElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8HTMLVideoElement.cpp; sourceTree = "<group>"; };
@@ -4206,6 +4287,80 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 4D1637C20EBFA485008F024E /* sql */ = {
+ isa = PBXGroup;
+ children = (
+ 4D1637C30EBFA49E008F024E /* SQLiteAuthorizer.cpp */,
+ 4D1637C40EBFA49E008F024E /* SQLiteDatabase.cpp */,
+ 4D1637C50EBFA49E008F024E /* SQLiteDatabase.h */,
+ 4D1637C60EBFA49E008F024E /* SQLiteStatement.cpp */,
+ 4D1637C70EBFA49E008F024E /* SQLiteStatement.h */,
+ 4D1637C80EBFA49E008F024E /* SQLiteTransaction.cpp */,
+ 4D1637C90EBFA49E008F024E /* SQLiteTransaction.h */,
+ 4D1637CA0EBFA49E008F024E /* SQLValue.cpp */,
+ 4D1637CB0EBFA49E008F024E /* SQLValue.h */,
+ );
+ path = sql;
+ sourceTree = "<group>";
+ };
+ 4D1637D10EBFA4BB008F024E /* storage */ = {
+ isa = PBXGroup;
+ children = (
+ 4D1637D90EBFA4FB008F024E /* ChangeVersionWrapper.cpp */,
+ 4D1637DA0EBFA4FB008F024E /* ChangeVersionWrapper.h */,
+ 4D1637DB0EBFA4FB008F024E /* Database.cpp */,
+ 4D1637DC0EBFA4FB008F024E /* Database.h */,
+ 4D1637DD0EBFA4FB008F024E /* DatabaseAuthorizer.cpp */,
+ 4D1637DE0EBFA4FB008F024E /* DatabaseAuthorizer.h */,
+ 4D1637DF0EBFA4FB008F024E /* DatabaseDetails.h */,
+ 4D1637E00EBFA4FB008F024E /* DatabaseTask.cpp */,
+ 4D1637E10EBFA4FB008F024E /* DatabaseTask.h */,
+ 4D1637E20EBFA4FB008F024E /* DatabaseThread.cpp */,
+ 4D1637E30EBFA4FB008F024E /* DatabaseThread.h */,
+ 4D1637E40EBFA4FB008F024E /* DatabaseTracker.cpp */,
+ 4D1637E50EBFA4FB008F024E /* DatabaseTracker.h */,
+ 4D1637E60EBFA4FB008F024E /* DatabaseTrackerClient.h */,
+ 4D1637E70EBFA4FB008F024E /* LocalStorage.cpp */,
+ 4D1637E80EBFA4FB008F024E /* LocalStorage.h */,
+ 4D1637E90EBFA4FB008F024E /* LocalStorageArea.cpp */,
+ 4D1637EA0EBFA4FB008F024E /* LocalStorageArea.h */,
+ 4D1637EB0EBFA4FB008F024E /* LocalStorageTask.cpp */,
+ 4D1637EC0EBFA4FB008F024E /* LocalStorageTask.h */,
+ 4D1637ED0EBFA4FB008F024E /* LocalStorageThread.cpp */,
+ 4D1637EE0EBFA4FB008F024E /* LocalStorageThread.h */,
+ 4D1637EF0EBFA4FB008F024E /* OriginQuotaManager.cpp */,
+ 4D1637F00EBFA4FB008F024E /* OriginQuotaManager.h */,
+ 4D1637F10EBFA4FB008F024E /* OriginUsageRecord.cpp */,
+ 4D1637F20EBFA4FB008F024E /* OriginUsageRecord.h */,
+ 4D1637F30EBFA4FB008F024E /* SessionStorage.cpp */,
+ 4D1637F40EBFA4FB008F024E /* SessionStorage.h */,
+ 4D1637F50EBFA4FB008F024E /* SessionStorageArea.cpp */,
+ 4D1637F60EBFA4FB008F024E /* SessionStorageArea.h */,
+ 4D1637F70EBFA4FB008F024E /* SQLError.h */,
+ 4D1637F80EBFA4FB008F024E /* SQLResultSet.cpp */,
+ 4D1637F90EBFA4FB008F024E /* SQLResultSet.h */,
+ 4D1637FA0EBFA4FB008F024E /* SQLResultSetRowList.cpp */,
+ 4D1637FB0EBFA4FB008F024E /* SQLResultSetRowList.h */,
+ 4D1637FC0EBFA4FB008F024E /* SQLStatement.cpp */,
+ 4D1637FD0EBFA4FB008F024E /* SQLStatement.h */,
+ 4D1637FE0EBFA4FB008F024E /* SQLStatementCallback.h */,
+ 4D1637FF0EBFA4FB008F024E /* SQLStatementErrorCallback.h */,
+ 4D1638000EBFA4FB008F024E /* SQLTransaction.cpp */,
+ 4D1638010EBFA4FB008F024E /* SQLTransaction.h */,
+ 4D1638020EBFA4FB008F024E /* SQLTransactionCallback.h */,
+ 4D1638030EBFA4FB008F024E /* SQLTransactionErrorCallback.h */,
+ 4D1638040EBFA4FB008F024E /* Storage.cpp */,
+ 4D1638050EBFA4FB008F024E /* Storage.h */,
+ 4D1638060EBFA4FB008F024E /* StorageArea.cpp */,
+ 4D1638070EBFA4FB008F024E /* StorageArea.h */,
+ 4D1638080EBFA4FB008F024E /* StorageEvent.cpp */,
+ 4D1638090EBFA4FB008F024E /* StorageEvent.h */,
+ 4D16380A0EBFA4FB008F024E /* StorageMap.cpp */,
+ 4D16380B0EBFA4FB008F024E /* StorageMap.h */,
+ );
+ path = storage;
+ sourceTree = "<group>";
+ };
4D2A63E80EBBBEC700B55603 /* chromium */ = {
isa = PBXGroup;
children = (
@@ -4523,6 +4678,7 @@
7B5E8F7C0D7F3CC1001ECF42 /* platform */,
7B5E94F70D7F3E5B001ECF42 /* plugins */,
7B5E95150D7F3E94001ECF42 /* rendering */,
+ 4D1637D10EBFA4BB008F024E /* storage */,
7B5E96BF0D7F3EDA001ECF42 /* svg */,
7B5E9AA00D7F402E001ECF42 /* xml */,
7B2FB8860D81A9C90050E907 /* WebCorePrefix.h */,
@@ -5376,6 +5532,7 @@
7B5E8FA20D7F3CC1001ECF42 /* graphics */,
7B5E90D40D7F3CC2001ECF42 /* mac */,
7B5E91140D7F3CC2001ECF42 /* network */,
+ 4D1637C20EBFA485008F024E /* sql */,
7B5E91A90D7F3CC2001ECF42 /* text */,
7B5E8F7D0D7F3CC1001ECF42 /* Arena.cpp */,
7B5E8F7E0D7F3CC1001ECF42 /* Arena.h */,
@@ -8234,6 +8391,7 @@
buildActionMask = 2147483647;
files = (
4DB7F1FD0E9BAE2900C66CE0 /* AccessibilityImageMapLink.cpp in Sources */,
+ ABBD24EE0EB7C3C800BEC658 /* AccessibilityList.cpp in Sources */,
4DB7F1FE0E9BAE2900C66CE0 /* AccessibilityListBox.cpp in Sources */,
4DB7F1FF0E9BAE2900C66CE0 /* AccessibilityListBoxOption.cpp in Sources */,
AB332F3E0E9548900020F882 /* AccessibilityObject.cpp in Sources */,
@@ -8245,8 +8403,10 @@
4DB7F2050E9BAE2900C66CE0 /* AccessibilityTableRow.cpp in Sources */,
E45624C00E268E87005E4685 /* AffineTransform.cpp in Sources */,
E45626810E268E87005E4685 /* AffineTransformCG.cpp in Sources */,
+ ABBD23C30EB7AC1300BEC658 /* Animation.cpp in Sources */,
4DB7EFE50E9BA1E400C66CE0 /* AnimationBase.cpp in Sources */,
AB332F4D0E95497E0020F882 /* AnimationController.cpp in Sources */,
+ ABBD23C40EB7AC1300BEC658 /* AnimationList.cpp in Sources */,
E45623EC0E268E87005E4685 /* AppendNodeCommand.cpp in Sources */,
E45623ED0E268E87005E4685 /* ApplyStyleCommand.cpp in Sources */,
4DB7F11B0E9BAC1500C66CE0 /* ArchiveFactory.cpp in Sources */,
@@ -8265,6 +8425,7 @@
E45623AF0E268E87005E4685 /* BeforeUnloadEvent.cpp in Sources */,
B5C180960E958D23006EAF87 /* bidi.cpp in Sources */,
E456252F0E268E87005E4685 /* BidiContext.cpp in Sources */,
+ ABBD23C50EB7AC1300BEC658 /* BindingURI.cpp in Sources */,
E45624C10E268E87005E4685 /* BitmapImage.cpp in Sources */,
E45624ED0E268E87005E4685 /* BlockExceptions.mm in Sources */,
E456254C0E268E87005E4685 /* break_lines.cpp in Sources */,
@@ -8275,6 +8436,7 @@
E456247E0E268E87005E4685 /* CachedImage.cpp in Sources */,
E456247F0E268E87005E4685 /* CachedResource.cpp in Sources */,
E45624800E268E87005E4685 /* CachedResourceClientWalker.cpp in Sources */,
+ ABBD248A0EB7BEA400BEC658 /* CachedResourceHandle.cpp in Sources */,
E45624810E268E87005E4685 /* CachedScript.cpp in Sources */,
E45624820E268E87005E4685 /* CachedXBLDocument.cpp in Sources */,
E45624830E268E87005E4685 /* CachedXSLStyleSheet.cpp in Sources */,
@@ -8285,6 +8447,7 @@
E45624240E268E87005E4685 /* CanvasStyle.cpp in Sources */,
E45623B00E268E87005E4685 /* CDATASection.cpp in Sources */,
E45626770E268E87005E4685 /* CgSupport.cpp in Sources */,
+ 4D16380C0EBFA4FB008F024E /* ChangeVersionWrapper.cpp in Sources */,
E45623B10E268E87005E4685 /* CharacterData.cpp in Sources */,
E45623B20E268E87005E4685 /* ChildNodeList.cpp in Sources */,
E456249C0E268E87005E4685 /* Chrome.cpp in Sources */,
@@ -8302,8 +8465,11 @@
E45623EF0E268E87005E4685 /* CompositeEditCommand.cpp in Sources */,
E40064540EA90AA10055B38E /* Console.cpp in Sources */,
E45623B80E268E87005E4685 /* ContainerNode.cpp in Sources */,
+ ABBD23C60EB7AC1300BEC658 /* ContentData.cpp in Sources */,
E45624B70E268E87005E4685 /* ContextMenu.cpp in Sources */,
E456249E0E268E87005E4685 /* ContextMenuController.cpp in Sources */,
+ ABBD24D90EB7C29F00BEC658 /* CoreTextController.cpp in Sources */,
+ ABBD23C70EB7AC1300BEC658 /* CounterDirectives.cpp in Sources */,
E456254D0E268E87005E4685 /* CounterNode.cpp in Sources */,
E45623F00E268E87005E4685 /* CreateLinkCommand.cpp in Sources */,
E456251A0E268E87005E4685 /* Credential.cpp in Sources */,
@@ -8328,6 +8494,7 @@
E45623B90E268E87005E4685 /* CSSMappedAttributeDeclaration.cpp in Sources */,
E456238B0E268E87005E4685 /* CSSMediaRule.cpp in Sources */,
E456238C0E268E87005E4685 /* CSSMutableStyleDeclaration.cpp in Sources */,
+ ABBD24820EB7BCBB00BEC658 /* CSSNthSelector.cpp in Sources */,
E456238D0E268E87005E4685 /* CSSPageRule.cpp in Sources */,
E456238E0E268E87005E4685 /* CSSParser.cpp in Sources */,
4DB7EFC00E9BA0F300C66CE0 /* CSSParserValues.cpp in Sources */,
@@ -8349,6 +8516,11 @@
4DB7EFC30E9BA0F300C66CE0 /* CSSVariablesDeclaration.cpp in Sources */,
4DB7EFC40E9BA0F300C66CE0 /* CSSVariablesRule.cpp in Sources */,
E45625320E268E87005E4685 /* CString.cpp in Sources */,
+ 4D16380D0EBFA4FB008F024E /* Database.cpp in Sources */,
+ 4D16380E0EBFA4FB008F024E /* DatabaseAuthorizer.cpp in Sources */,
+ 4D16380F0EBFA4FB008F024E /* DatabaseTask.cpp in Sources */,
+ 4D1638100EBFA4FB008F024E /* DatabaseThread.cpp in Sources */,
+ 4D1638110EBFA4FB008F024E /* DatabaseTracker.cpp in Sources */,
E45623F10E268E87005E4685 /* DeleteButton.cpp in Sources */,
E45623F20E268E87005E4685 /* DeleteButtonController.cpp in Sources */,
E45623F30E268E87005E4685 /* DeleteFromTextNodeCommand.cpp in Sources */,
@@ -8387,6 +8559,7 @@
E45624BF0E268E87005E4685 /* FileChooser.cpp in Sources */,
4DB7F05B0E9BA86A00C66CE0 /* FileList.cpp in Sources */,
E45624B50E268E87005E4685 /* FileSystemCF.cpp in Sources */,
+ ABBD23C80EB7AC1300BEC658 /* FillLayer.cpp in Sources */,
E456254F0E268E87005E4685 /* FixedTableLayout.cpp in Sources */,
E45624C30E268E87005E4685 /* FloatPoint.cpp in Sources */,
E45624C40E268E87005E4685 /* FloatPoint3D.cpp in Sources */,
@@ -8406,6 +8579,8 @@
E45624CB0E268E87005E4685 /* FontFamily.cpp in Sources */,
E456239D0E268E87005E4685 /* FontFamilyValue.cpp in Sources */,
E45624D80E268E87005E4685 /* FontMac.mm in Sources */,
+ ABBD24DA0EB7C29F00BEC658 /* FontMacATSUI.mm in Sources */,
+ ABBD24DB0EB7C29F00BEC658 /* FontMacCoreText.cpp in Sources */,
E45624D90E268E87005E4685 /* FontPlatformDataMac.mm in Sources */,
E456239E0E268E87005E4685 /* FontValue.cpp in Sources */,
E45623F80E268E87005E4685 /* FormatBlockCommand.cpp in Sources */,
@@ -8522,6 +8697,7 @@
E45626880E268E87005E4685 /* ImageCG.cpp in Sources */,
4DB7F05E0E9BA86A00C66CE0 /* ImageData.cpp in Sources */,
E456248A0E268E87005E4685 /* ImageDocument.cpp in Sources */,
+ ABBD248B0EB7BEA400BEC658 /* ImageLoader.cpp in Sources */,
4DB7EFE70E9BA1E400C66CE0 /* ImplicitAnimation.cpp in Sources */,
E45623FB0E268E87005E4685 /* IndentOutdentCommand.cpp in Sources */,
E45625510E268E87005E4685 /* InlineBox.cpp in Sources */,
@@ -8540,9 +8716,11 @@
E45624020E268E87005E4685 /* JoinTextNodesCommand.cpp in Sources */,
E45623C90E268E87005E4685 /* KeyboardEvent.cpp in Sources */,
4DB7EFE80E9BA1E400C66CE0 /* KeyframeAnimation.cpp in Sources */,
+ ABBD23C90EB7AC1300BEC658 /* KeyframeList.cpp in Sources */,
E45624EA0E268E87005E4685 /* KURL.cpp in Sources */,
E45625540E268E87005E4685 /* LayoutState.cpp in Sources */,
B53CCC720E9BD0B300D51C9A /* LegacyWebArchive.cpp in Sources */,
+ ABBD249F0EB7BFC500BEC658 /* Length.cpp in Sources */,
E45625550E268E87005E4685 /* ListMarkerBox.cpp in Sources */,
E456248B0E268E87005E4685 /* loader.cpp in Sources */,
E45624FC0E268E87005E4685 /* LocalCurrentGraphicsContext.mm in Sources */,
@@ -8551,7 +8729,9 @@
E45624900E268E87005E4685 /* MainResourceLoader.cpp in Sources */,
E45623CA0E268E87005E4685 /* MappedAttribute.cpp in Sources */,
E45624050E268E87005E4685 /* markup.cpp in Sources */,
+ ABBD23CA0EB7AC1300BEC658 /* MatrixTransformOperation.cpp in Sources */,
E45625560E268E87005E4685 /* MediaControlElements.cpp in Sources */,
+ ABBD248C0EB7BEA400BEC658 /* MediaDocument.cpp in Sources */,
E456239F0E268E87005E4685 /* MediaFeatureNames.cpp in Sources */,
E45623A00E268E87005E4685 /* MediaList.cpp in Sources */,
E45624E30E268E87005E4685 /* MediaPlayer.cpp in Sources */,
@@ -8560,7 +8740,9 @@
E45623A20E268E87005E4685 /* MediaQueryEvaluator.cpp in Sources */,
E45623A30E268E87005E4685 /* MediaQueryExp.cpp in Sources */,
E45624060E268E87005E4685 /* MergeIdenticalElementsCommand.cpp in Sources */,
+ ABBD246D0EB7B1DA00BEC658 /* MessageChannel.cpp in Sources */,
E45623CB0E268E87005E4685 /* MessageEvent.cpp in Sources */,
+ ABBD246E0EB7B1DA00BEC658 /* MessagePort.cpp in Sources */,
4DDC62B60EAD142D00FB5EBE /* MimeType.cpp in Sources */,
4DDC62B70EAD142D00FB5EBE /* MimeTypeArray.cpp in Sources */,
E45625180E268E87005E4685 /* MIMETypeRegistry.cpp in Sources */,
@@ -8584,6 +8766,8 @@
E45623D40E268E87005E4685 /* NodeFilterCondition.cpp in Sources */,
E45623D50E268E87005E4685 /* NodeIterator.cpp in Sources */,
E45623D60E268E87005E4685 /* Notation.cpp in Sources */,
+ 4D1638160EBFA4FB008F024E /* OriginQuotaManager.cpp in Sources */,
+ 4D1638170EBFA4FB008F024E /* OriginUsageRecord.cpp in Sources */,
E45623D70E268E87005E4685 /* OverflowEvent.cpp in Sources */,
E45624AF0E268E87005E4685 /* Page.cpp in Sources */,
E45624200E268E87005E4685 /* PageCache.cpp in Sources */,
@@ -8652,6 +8836,9 @@
E45626780E268E87005E4685 /* RenderPathCg.cpp in Sources */,
E45625750E268E87005E4685 /* RenderReplaced.cpp in Sources */,
B58831090E9BD5B000CEC344 /* RenderReplica.cpp in Sources */,
+ ABBD24A00EB7BFC500BEC658 /* RenderScrollbar.cpp in Sources */,
+ ABBD24A10EB7BFC500BEC658 /* RenderScrollbarPart.cpp in Sources */,
+ ABBD24A20EB7BFC500BEC658 /* RenderScrollbarTheme.cpp in Sources */,
E45625760E268E87005E4685 /* RenderSlider.cpp in Sources */,
B5C180A40E958EAA006EAF87 /* RenderStyle.cpp in Sources */,
E45625780E268E87005E4685 /* RenderSVGBlock.cpp in Sources */,
@@ -8689,9 +8876,13 @@
E45625260E268E87005E4685 /* ResourceRequestBase.cpp in Sources */,
B57635F80E96C13D008A7ABC /* ResourceResponseBase.cpp in Sources */,
E45625930E268E87005E4685 /* RootInlineBox.cpp in Sources */,
+ ABBD23EA0EB7ACA600BEC658 /* RotateTransformOperation.cpp in Sources */,
+ ABBD23EB0EB7ACA600BEC658 /* ScaleTransformOperation.cpp in Sources */,
E45624B00E268E87005E4685 /* Screen.cpp in Sources */,
4DB7F1030E9BAB5600C66CE0 /* ScriptElement.cpp in Sources */,
E456252A0E268E87005E4685 /* Scrollbar.cpp in Sources */,
+ ABBD24C60EB7C17E00BEC658 /* ScrollbarThemeComposite.cpp in Sources */,
+ ABBD24E80EB7C35500BEC658 /* ScrollbarThemeMac.mm in Sources */,
E456252B0E268E87005E4685 /* SecurityOrigin.cpp in Sources */,
E45624E70E268E87005E4685 /* SegmentedFontData.cpp in Sources */,
E456253A0E268E87005E4685 /* SegmentedString.cpp in Sources */,
@@ -8700,12 +8891,14 @@
E45623DF0E268E87005E4685 /* SelectorNodeList.cpp in Sources */,
E45624110E268E87005E4685 /* SetNodeAttributeCommand.cpp in Sources */,
E45624B10E268E87005E4685 /* Settings.cpp in Sources */,
+ ABBD23EC0EB7ACA600BEC658 /* ShadowData.cpp in Sources */,
E45623A40E268E87005E4685 /* ShadowValue.cpp in Sources */,
E45625330E268E87005E4685 /* ShapeArabic.c in Sources */,
E456252C0E268E87005E4685 /* SharedBuffer.cpp in Sources */,
B5442A900E9BDDF10098766D /* SharedBufferCF.cpp in Sources */,
E45624E80E268E87005E4685 /* SimpleFontData.cpp in Sources */,
E45624E20E268E87005E4685 /* SimpleFontDataMac.mm in Sources */,
+ ABBD23ED0EB7ACA600BEC658 /* SkewTransformOperation.cpp in Sources */,
E45624120E268E87005E4685 /* SmartReplace.cpp in Sources */,
E45624130E268E87005E4685 /* SmartReplaceCF.cpp in Sources */,
E45624140E268E87005E4685 /* SmartReplaceICU.cpp in Sources */,
@@ -8714,7 +8907,20 @@
E45624150E268E87005E4685 /* SplitElementCommand.cpp in Sources */,
E45624160E268E87005E4685 /* SplitTextNodeCommand.cpp in Sources */,
E45624170E268E87005E4685 /* SplitTextNodeContainingElementCommand.cpp in Sources */,
+ 4D1637CC0EBFA49E008F024E /* SQLiteAuthorizer.cpp in Sources */,
+ 4D1637CD0EBFA49E008F024E /* SQLiteDatabase.cpp in Sources */,
+ 4D1637CE0EBFA49E008F024E /* SQLiteStatement.cpp in Sources */,
+ 4D1637CF0EBFA49E008F024E /* SQLiteTransaction.cpp in Sources */,
+ 4D16381A0EBFA4FB008F024E /* SQLResultSet.cpp in Sources */,
+ 4D16381B0EBFA4FB008F024E /* SQLResultSetRowList.cpp in Sources */,
+ 4D16381C0EBFA4FB008F024E /* SQLStatement.cpp in Sources */,
+ 4D16381D0EBFA4FB008F024E /* SQLTransaction.cpp in Sources */,
+ 4D1637D00EBFA49E008F024E /* SQLValue.cpp in Sources */,
E45623E00E268E87005E4685 /* StaticNodeList.cpp in Sources */,
+ 4D16381E0EBFA4FB008F024E /* Storage.cpp in Sources */,
+ 4D16381F0EBFA4FB008F024E /* StorageArea.cpp in Sources */,
+ 4D1638200EBFA4FC008F024E /* StorageEvent.cpp in Sources */,
+ 4D1638210EBFA4FC008F024E /* StorageMap.cpp in Sources */,
E456253B0E268E87005E4685 /* String.cpp in Sources */,
B588312A0E9BD6D800CEC344 /* StringBuilder.cpp in Sources */,
E45625300E268E87005E4685 /* StringCF.cpp in Sources */,
@@ -8723,14 +8929,25 @@
E45625340E268E87005E4685 /* StringImplMac.mm in Sources */,
E45625350E268E87005E4685 /* StringMac.mm in Sources */,
E45624E90E268E87005E4685 /* StringTruncator.cpp in Sources */,
+ ABBD23EE0EB7ACA600BEC658 /* StyleBackgroundData.cpp in Sources */,
E45623A50E268E87005E4685 /* StyleBase.cpp in Sources */,
+ ABBD23EF0EB7ACA600BEC658 /* StyleBoxData.cpp in Sources */,
4DB7FA460E9BF0CA00C66CE0 /* StyleCachedImage.cpp in Sources */,
E45623E10E268E87005E4685 /* StyledElement.cpp in Sources */,
E45623E20E268E87005E4685 /* StyleElement.cpp in Sources */,
+ ABBD23F00EB7ACA600BEC658 /* StyleFlexibleBoxData.cpp in Sources */,
4DB7FA470E9BF0CA00C66CE0 /* StyleGeneratedImage.cpp in Sources */,
+ ABBD23820EB7A8D200BEC658 /* StyleInheritedData.cpp in Sources */,
E45623A60E268E87005E4685 /* StyleList.cpp in Sources */,
+ ABBD23A20EB7A95B00BEC658 /* StyleMarqueeData.cpp in Sources */,
+ ABBD23A30EB7A95B00BEC658 /* StyleMultiColData.cpp in Sources */,
+ ABBD23A40EB7A95B00BEC658 /* StyleRareInheritedData.cpp in Sources */,
+ ABBD23A50EB7A95B00BEC658 /* StyleRareNonInheritedData.cpp in Sources */,
E45623A70E268E87005E4685 /* StyleSheet.cpp in Sources */,
E45623A80E268E87005E4685 /* StyleSheetList.cpp in Sources */,
+ ABBD23A60EB7A95B00BEC658 /* StyleSurroundData.cpp in Sources */,
+ ABBD23A70EB7A95B00BEC658 /* StyleTransformData.cpp in Sources */,
+ ABBD23A80EB7A95B00BEC658 /* StyleVisualData.cpp in Sources */,
E45624970E268E87005E4685 /* SubresourceLoader.cpp in Sources */,
E45625D80E268E87005E4685 /* SVGAElement.cpp in Sources */,
B53CCC5F0E9BCFF100D51C9A /* SVGAltGlyphElement.cpp in Sources */,
@@ -8931,6 +9148,8 @@
E45625460E268E87005E4685 /* TextStream.cpp in Sources */,
E45625480E268E87005E4685 /* Timer.cpp in Sources */,
E45624760E268E87005E4685 /* TimeRanges.cpp in Sources */,
+ ABBD23F10EB7ACA600BEC658 /* TransformOperations.cpp in Sources */,
+ ABBD23F20EB7ACA600BEC658 /* TranslateTransformOperation.cpp in Sources */,
E45623E60E268E87005E4685 /* Traversal.cpp in Sources */,
E45623E70E268E87005E4685 /* TreeWalker.cpp in Sources */,
E45624190E268E87005E4685 /* TypingCommand.cpp in Sources */,
@@ -8957,6 +9176,7 @@
4DB7F1050E9BAB5600C66CE0 /* WebKitTransitionEvent.cpp in Sources */,
E45623EA0E268E87005E4685 /* WheelEvent.cpp in Sources */,
E45625490E268E87005E4685 /* Widget.cpp in Sources */,
+ ABBD24B70EB7C0DC00BEC658 /* WidthIterator.cpp in Sources */,
E45624B20E268E87005E4685 /* WindowFeatures.cpp in Sources */,
E45625AC0E268E87005E4685 /* WKArithmeticFilter.m in Sources */,
E45625AD0E268E87005E4685 /* WKComponentMergeFilter.m in Sources */,
@@ -8977,6 +9197,7 @@
4DB7EFF50E9BA2C700C66CE0 /* XMLHttpRequestUpload.cpp in Sources */,
E456265D0E268E87005E4685 /* XMLSerializer.cpp in Sources */,
E45623EB0E268E87005E4685 /* XMLTokenizer.cpp in Sources */,
+ ABBD246F0EB7B1DA00BEC658 /* XMLTokenizerLibxml2.cpp in Sources */,
E456265E0E268E87005E4685 /* XPathEvaluator.cpp in Sources */,
E456265F0E268E87005E4685 /* XPathExpression.cpp in Sources */,
E45626600E268E87005E4685 /* XPathExpressionNode.cpp in Sources */,
@@ -8997,49 +9218,6 @@
E456266F0E268E87005E4685 /* XSLTExtensions.cpp in Sources */,
E45626700E268E87005E4685 /* XSLTProcessor.cpp in Sources */,
E45626710E268E87005E4685 /* XSLTUnicodeSort.cpp in Sources */,
- ABBD23820EB7A8D200BEC658 /* StyleInheritedData.cpp in Sources */,
- ABBD23A20EB7A95B00BEC658 /* StyleMarqueeData.cpp in Sources */,
- ABBD23A30EB7A95B00BEC658 /* StyleMultiColData.cpp in Sources */,
- ABBD23A40EB7A95B00BEC658 /* StyleRareInheritedData.cpp in Sources */,
- ABBD23A50EB7A95B00BEC658 /* StyleRareNonInheritedData.cpp in Sources */,
- ABBD23A60EB7A95B00BEC658 /* StyleSurroundData.cpp in Sources */,
- ABBD23A70EB7A95B00BEC658 /* StyleTransformData.cpp in Sources */,
- ABBD23A80EB7A95B00BEC658 /* StyleVisualData.cpp in Sources */,
- ABBD23C30EB7AC1300BEC658 /* Animation.cpp in Sources */,
- ABBD23C40EB7AC1300BEC658 /* AnimationList.cpp in Sources */,
- ABBD23C50EB7AC1300BEC658 /* BindingURI.cpp in Sources */,
- ABBD23C60EB7AC1300BEC658 /* ContentData.cpp in Sources */,
- ABBD23C70EB7AC1300BEC658 /* CounterDirectives.cpp in Sources */,
- ABBD23C80EB7AC1300BEC658 /* FillLayer.cpp in Sources */,
- ABBD23C90EB7AC1300BEC658 /* KeyframeList.cpp in Sources */,
- ABBD23CA0EB7AC1300BEC658 /* MatrixTransformOperation.cpp in Sources */,
- ABBD23EA0EB7ACA600BEC658 /* RotateTransformOperation.cpp in Sources */,
- ABBD23EB0EB7ACA600BEC658 /* ScaleTransformOperation.cpp in Sources */,
- ABBD23EC0EB7ACA600BEC658 /* ShadowData.cpp in Sources */,
- ABBD23ED0EB7ACA600BEC658 /* SkewTransformOperation.cpp in Sources */,
- ABBD23EE0EB7ACA600BEC658 /* StyleBackgroundData.cpp in Sources */,
- ABBD23EF0EB7ACA600BEC658 /* StyleBoxData.cpp in Sources */,
- ABBD23F00EB7ACA600BEC658 /* StyleFlexibleBoxData.cpp in Sources */,
- ABBD23F10EB7ACA600BEC658 /* TransformOperations.cpp in Sources */,
- ABBD23F20EB7ACA600BEC658 /* TranslateTransformOperation.cpp in Sources */,
- ABBD246D0EB7B1DA00BEC658 /* MessageChannel.cpp in Sources */,
- ABBD246E0EB7B1DA00BEC658 /* MessagePort.cpp in Sources */,
- ABBD246F0EB7B1DA00BEC658 /* XMLTokenizerLibxml2.cpp in Sources */,
- ABBD24820EB7BCBB00BEC658 /* CSSNthSelector.cpp in Sources */,
- ABBD248A0EB7BEA400BEC658 /* CachedResourceHandle.cpp in Sources */,
- ABBD248B0EB7BEA400BEC658 /* ImageLoader.cpp in Sources */,
- ABBD248C0EB7BEA400BEC658 /* MediaDocument.cpp in Sources */,
- ABBD249F0EB7BFC500BEC658 /* Length.cpp in Sources */,
- ABBD24A00EB7BFC500BEC658 /* RenderScrollbar.cpp in Sources */,
- ABBD24A10EB7BFC500BEC658 /* RenderScrollbarPart.cpp in Sources */,
- ABBD24A20EB7BFC500BEC658 /* RenderScrollbarTheme.cpp in Sources */,
- ABBD24B70EB7C0DC00BEC658 /* WidthIterator.cpp in Sources */,
- ABBD24C60EB7C17E00BEC658 /* ScrollbarThemeComposite.cpp in Sources */,
- ABBD24D90EB7C29F00BEC658 /* CoreTextController.cpp in Sources */,
- ABBD24DA0EB7C29F00BEC658 /* FontMacATSUI.mm in Sources */,
- ABBD24DB0EB7C29F00BEC658 /* FontMacCoreText.cpp in Sources */,
- ABBD24E80EB7C35500BEC658 /* ScrollbarThemeMac.mm in Sources */,
- ABBD24EE0EB7C3C800BEC658 /* AccessibilityList.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -9339,6 +9517,7 @@
"$(DIR_THIRD_PARTY)/icu38/public/common",
"$(DIR_THIRD_PARTY)/icu38/public/i18n",
"$(DIR_THIRD_PARTY)/npapi",
+ "$(DIR_THIRD_PARTY)/sqlite",
"$(DIR_PORT)",
"$(DIR_PORT)/bindings",
"$(DIR_PORT)/bindings/v8",
@@ -9407,12 +9586,14 @@
"$(DIR_WEBCORE)/platform/network/mac",
"$(DIR_WEBCORE)/platform/posix",
"$(DIR_WEBCORE)/platform/pthreads",
+ "$(DIR_WEBCORE)/platform/sql",
"$(DIR_WEBCORE)/platform/text",
"$(DIR_WEBCORE)/platform/text/cf",
"$(DIR_WEBCORE)/platform/text/mac",
"$(DIR_WEBCORE)/plugins",
"$(DIR_WEBCORE)/rendering",
"$(DIR_WEBCORE)/rendering/style",
+ "$(DIR_WEBCORE)/storage",
"$(DIR_WEBCORE)/svg",
"$(DIR_WEBCORE)/svg/animation",
"$(DIR_WEBCORE)/svg/graphics",
@@ -9466,6 +9647,7 @@
"$(DIR_THIRD_PARTY)/icu38/public/common",
"$(DIR_THIRD_PARTY)/icu38/public/i18n",
"$(DIR_THIRD_PARTY)/npapi",
+ "$(DIR_THIRD_PARTY)/sqlite",
"$(DIR_PORT)",
"$(DIR_PORT)/bindings",
"$(DIR_PORT)/bindings/v8",
@@ -9534,12 +9716,14 @@
"$(DIR_WEBCORE)/platform/network/mac",
"$(DIR_WEBCORE)/platform/posix",
"$(DIR_WEBCORE)/platform/pthreads",
+ "$(DIR_WEBCORE)/platform/sql",
"$(DIR_WEBCORE)/platform/text",
"$(DIR_WEBCORE)/platform/text/cf",
"$(DIR_WEBCORE)/platform/text/mac",
"$(DIR_WEBCORE)/plugins",
"$(DIR_WEBCORE)/rendering",
"$(DIR_WEBCORE)/rendering/style",
+ "$(DIR_WEBCORE)/storage",
"$(DIR_WEBCORE)/svg",
"$(DIR_WEBCORE)/svg/animation",
"$(DIR_WEBCORE)/svg/graphics",