diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 23:46:58 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 23:46:58 +0000 |
commit | 2b4a0bb0f0258027c0a7bdd4051f6934bdcf5d45 (patch) | |
tree | 5959b192634a58eb3f48581114b34601137d719d /chrome/views/views.vcproj | |
parent | 47812d996e539379df7dedb0858c75e9d0c5954b (diff) | |
download | chromium_src-2b4a0bb0f0258027c0a7bdd4051f6934bdcf5d45.zip chromium_src-2b4a0bb0f0258027c0a7bdd4051f6934bdcf5d45.tar.gz chromium_src-2b4a0bb0f0258027c0a7bdd4051f6934bdcf5d45.tar.bz2 |
Move window_resources.h to chrome/views to remove bad dependency of chrome/views on chrome/browser
http://crbug.com/2395
Review URL: http://codereview.chromium.org/7002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 9f73219..ecb5048 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -629,6 +629,10 @@ RelativePath=".\window_delegate.h" > </File> + <File + RelativePath=".\window_resources.h" + > + </File> </Files> <Globals> </Globals> |