diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 18:38:13 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 18:38:13 +0000 |
commit | 9143697300f15a47688bce3d39fdb7323f081717 (patch) | |
tree | ae26d313149be3830ca81f440778294c84bb55a6 /chrome/browser/browser.vcproj | |
parent | 663ef7cc6e7e83cbffbe8a9799b18b2864a7de45 (diff) | |
download | chromium_src-9143697300f15a47688bce3d39fdb7323f081717.zip chromium_src-9143697300f15a47688bce3d39fdb7323f081717.tar.gz chromium_src-9143697300f15a47688bce3d39fdb7323f081717.tar.bz2 |
Move security style into the tab_contents directory. This is the last part of
the "Tab Contents (old)" group!
Review URL: http://codereview.chromium.org/18686
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 48c6629..6995730 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -651,14 +651,6 @@ </File> </Filter> <Filter - Name="Tab Contents (Old)" - > - <File - RelativePath=".\security_style.h" - > - </File> - </Filter> - <Filter Name="Browser Window" > <File @@ -2186,6 +2178,10 @@ > </File> <File + RelativePath=".\tab_contents\security_style.h" + > + </File> + <File RelativePath=".\tab_contents\site_instance.cc" > </File> |