diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:23:16 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:23:16 +0000 |
commit | fa2e32bada9bb65f8aa595569d2f41c02715bc63 (patch) | |
tree | 92d20f80bf4876a3ac16908bcdc87853fd7a7059 /chrome/browser/browser.vcproj | |
parent | a946f334c5b243f7792e1f338d8cf1ca9413b24a (diff) | |
download | chromium_src-fa2e32bada9bb65f8aa595569d2f41c02715bc63.zip chromium_src-fa2e32bada9bb65f8aa595569d2f41c02715bc63.tar.gz chromium_src-fa2e32bada9bb65f8aa595569d2f41c02715bc63.tar.bz2 |
Rename DebuggerContents to DebuggerUI and move to the dom_ui folder.
Review URL: http://codereview.chromium.org/46036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index e5c0614..eeff546 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -710,15 +710,15 @@ > </File> <File - RelativePath=".\find_bar_controller.cc" + RelativePath=".\find_bar.h" > </File> <File - RelativePath=".\find_bar_controller.h" + RelativePath=".\find_bar_controller.cc" > </File> <File - RelativePath=".\find_bar.h" + RelativePath=".\find_bar_controller.h" > </File> <File @@ -1490,6 +1490,14 @@ > </File> <File + RelativePath=".\dom_ui\debugger_ui.cc" + > + </File> + <File + RelativePath=".\dom_ui\debugger_ui.h" + > + </File> + <File RelativePath=".\dom_ui\dev_tools_ui.cc" > </File> |