diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:45:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 22:45:34 +0000 |
commit | b689fce776a394377fed51ae063942509a2988a1 (patch) | |
tree | eb52e9944db424e9e1b80bcefe9b9b96b1c27b50 /chrome/browser/browser.vcproj | |
parent | 84ae20cba3059760948ca5d1f313dc25c74b26d6 (diff) | |
download | chromium_src-b689fce776a394377fed51ae063942509a2988a1.zip chromium_src-b689fce776a394377fed51ae063942509a2988a1.tar.gz chromium_src-b689fce776a394377fed51ae063942509a2988a1.tar.bz2 |
Merge DOMUIContents into WebContents.
I did a lot of cleanup of the DOM UI system as part of this.
Review URL: http://codereview.chromium.org/42227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index b766ab6..e0a49be 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1514,11 +1514,19 @@ > </File> <File - RelativePath=".\dom_ui\dom_ui_contents.cc" + RelativePath=".\dom_ui\dom_ui_factory.cc" > </File> <File - RelativePath=".\dom_ui\dom_ui_contents.h" + RelativePath=".\dom_ui\dom_ui_factory.h" + > + </File> + <File + RelativePath=".\dom_ui\dom_ui_favicon_source.cc" + > + </File> + <File + RelativePath=".\dom_ui\dom_ui_favicon_source.h" > </File> <File @@ -1530,6 +1538,14 @@ > </File> <File + RelativePath=".\dom_ui\dom_ui_thumbnail_source.cc" + > + </File> + <File + RelativePath=".\dom_ui\dom_ui_thumbnail_source.h" + > + </File> + <File RelativePath=".\dom_ui\downloads_ui.cc" > </File> |