summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 22:51:11 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 22:51:11 +0000
commitbc5987b6febaa0562c1f21e91197937a53116a30 (patch)
tree257d0b9c5978d072236b4cc0f0ae00e984dc575d /webkit/build
parenta70897156672e4c8f80127e69061f002cc4fc70d (diff)
downloadchromium_src-bc5987b6febaa0562c1f21e91197937a53116a30.zip
chromium_src-bc5987b6febaa0562c1f21e91197937a53116a30.tar.gz
chromium_src-bc5987b6febaa0562c1f21e91197937a53116a30.tar.bz2
Unfork Inspector, Chromium side.
R=darin Review URL: http://codereview.chromium.org/67052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj60
-rw-r--r--webkit/build/WebCore/WebCore.vcproj32
2 files changed, 80 insertions, 12 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 174897c..6b110f0 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -1520,51 +1520,51 @@
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLError.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8RGBColor.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLError.h"
+ RelativePath="$(IntDir)\DerivedSources\V8RGBColor.h"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8Screen.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.h"
+ RelativePath="$(IntDir)\DerivedSources\V8Screen.h"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLError.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.h"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLError.h"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.h"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLResultSet.h"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8RGBColor.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8RGBColor.h"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLResultSetRowList.h"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8Screen.cpp"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.cpp"
>
</File>
<File
- RelativePath="$(IntDir)\DerivedSources\V8Screen.h"
+ RelativePath="$(IntDir)\DerivedSources\V8SQLTransaction.h"
>
</File>
<File
@@ -2913,6 +2913,14 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptFunctionCall.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptFunctionCall.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptInstance.cpp"
>
</File>
@@ -2921,10 +2929,38 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObject.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObjectQuarantine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptObjectQuarantine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptScope.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptScope.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptSourceCode.h"
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptState.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\ScriptState.h"
>
</File>
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj
index 5da7bea..8c3d0f2 100644
--- a/webkit/build/WebCore/WebCore.vcproj
+++ b/webkit/build/WebCore/WebCore.vcproj
@@ -125,6 +125,30 @@
Name="inspector"
>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\ConsoleMessage.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\ConsoleMessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.cpp"
>
</File>
@@ -132,6 +156,14 @@
RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.h"
>
</File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorResource.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorResource.h"
+ >
+ </File>
</Filter>
<Filter
Name="page"