summaryrefslogtreecommitdiffstats
path: root/webkit/build/KJSBindings
diff options
context:
space:
mode:
authoraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 20:52:30 +0000
committeraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 20:52:30 +0000
commitbe740292c9d0a57768be27651e9d929db97e0c4f (patch)
treee0aebd60fd1ac6ba890de6ee67cf8d0a3b13ee6e /webkit/build/KJSBindings
parentb7b0da54c024999aa8f21f0466fc68d2e1fc61f3 (diff)
downloadchromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.zip
chromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.tar.gz
chromium_src-be740292c9d0a57768be27651e9d929db97e0c4f.tar.bz2
Get Database compiling on Chromium. Note that because we aren't generating the
bindings, this doesn't actually expose the DB code to web pages. Review URL: http://codereview.chromium.org/7982 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/KJSBindings')
-rw-r--r--webkit/build/KJSBindings/KJSBindings.vcproj52
1 files changed, 52 insertions, 0 deletions
diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj
index 86fa623..07662e4 100644
--- a/webkit/build/KJSBindings/KJSBindings.vcproj
+++ b/webkit/build/KJSBindings/KJSBindings.vcproj
@@ -357,6 +357,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\JSDatabase.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSDatabase.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\JSDocument.cpp"
>
</File>
@@ -1257,6 +1265,38 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLError.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLError.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLResultSet.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLResultSet.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLResultSetRowList.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLResultSetRowList.h"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLTransaction.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\JSSQLTransaction.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\JSStyleSheet.cpp"
>
</File>
@@ -2854,6 +2894,10 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDatabaseCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSDocumentCustom.cpp"
>
</File>
@@ -3130,6 +3174,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSQLResultSetRowListCustom.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSSQLTransactionCustom.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSStyleSheetCustom.cpp"
>
</File>