diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 14:04:49 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 14:04:49 +0000 |
commit | 6012ad27a7c289d27bbff436bf6affd62a00a18a (patch) | |
tree | 88c98a791b774107499c4229ef4b3c046f3aba2e /webkit/build | |
parent | 1b25616475b3f7ac67d8c3e2d2d04adcc4ddaab5 (diff) | |
download | chromium_src-6012ad27a7c289d27bbff436bf6affd62a00a18a.zip chromium_src-6012ad27a7c289d27bbff436bf6affd62a00a18a.tar.gz chromium_src-6012ad27a7c289d27bbff436bf6affd62a00a18a.tar.bz2 |
Copy of http://codereview.chromium.org/13003 created by yury.semikhatsky@gmail.com for final commit.
Review URL: http://codereview.chromium.org/13092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/port/port.vcproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj index 8412ecf..df93fe1 100644 --- a/webkit/build/port/port.vcproj +++ b/webkit/build/port/port.vcproj @@ -224,6 +224,31 @@ > </File> <File + RelativePath="..\..\port\page\inspector\debugger.css" + > + </File> + <File + RelativePath="..\..\port\page\inspector\debugger.html" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DebuggerConsole.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DebuggerIPC.js" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DebuggerPanel.js" + DeploymentContent="true" + > + </File> + <File + RelativePath="..\..\port\page\inspector\DebuggerShell.js" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\front-end\ElementsPanel.js" > </File> |