diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 17:55:55 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 17:55:55 +0000 |
commit | 4ae30d08d2df7fdb8b236b6c650a1a29a84ee562 (patch) | |
tree | 97a77e2c9bbab02533378c88aa3311cd2353562b /chrome/browser/browser.vcproj | |
parent | de4024067816c20a69189c1e0d7728aa2cf16d66 (diff) | |
download | chromium_src-4ae30d08d2df7fdb8b236b6c650a1a29a84ee562.zip chromium_src-4ae30d08d2df7fdb8b236b6c650a1a29a84ee562.tar.gz chromium_src-4ae30d08d2df7fdb8b236b6c650a1a29a84ee562.tar.bz2 |
Move units to new module printing. Add printing_unittests on Windows too. Make test_shell and chrome_dll dependent on printing.
Review URL: http://codereview.chromium.org/21475
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 11070f7..bd61f95 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -410,14 +410,6 @@ > </File> <File - RelativePath=".\process_singleton_win.cc" - > - </File> - <File - RelativePath=".\process_singleton.h" - > - </File> - <File RelativePath=".\meta_table_helper.cc" > </File> @@ -466,6 +458,14 @@ > </File> <File + RelativePath=".\process_singleton.h" + > + </File> + <File + RelativePath=".\process_singleton_win.cc" + > + </File> + <File RelativePath=".\profile.cc" > </File> @@ -1406,14 +1406,6 @@ > </File> <File - RelativePath=".\printing\units.cc" - > - </File> - <File - RelativePath=".\printing\units.h" - > - </File> - <File RelativePath=".\printing\win_printing_context.cc" > </File> |