diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 23:46:13 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 23:46:13 +0000 |
commit | 8d13c8aa8cc2666d20ccbdd949286722310774c7 (patch) | |
tree | 3a7f64d154695389cb1f81202ea1027be98fa3a1 /webkit/build/port | |
parent | 95037cc520c1c5662d07de4454b055933384f55a (diff) | |
download | chromium_src-8d13c8aa8cc2666d20ccbdd949286722310774c7.zip chromium_src-8d13c8aa8cc2666d20ccbdd949286722310774c7.tar.gz chromium_src-8d13c8aa8cc2666d20ccbdd949286722310774c7.tar.bz2 |
Move port/page/inspector bits to WebCore/inspector (2/2)
Review URL: http://codereview.chromium.org/16253
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/port')
-rw-r--r-- | webkit/build/port/port.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj index ee59035..3db4f3d 100644 --- a/webkit/build/port/port.vcproj +++ b/webkit/build/port/port.vcproj @@ -176,28 +176,28 @@ > </File> <File - RelativePath="..\..\port\page\inspector\debugger.css" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\debugger.css" > </File> <File - RelativePath="..\..\port\page\inspector\debugger.html" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\debugger.html" > </File> <File - RelativePath="..\..\port\page\inspector\DebuggerConsole.js" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DebuggerConsole.js" > </File> <File - RelativePath="..\..\port\page\inspector\DebuggerIPC.js" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DebuggerIPC.js" > </File> <File - RelativePath="..\..\port\page\inspector\DebuggerPanel.js" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DebuggerPanel.js" DeploymentContent="true" > </File> <File - RelativePath="..\..\port\page\inspector\DebuggerShell.js" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\DebuggerShell.js" > </File> <File |