diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 11:04:48 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 11:04:48 +0000 |
commit | 66e8f989b6f2e48f3f9160bd77969e62b35f09a6 (patch) | |
tree | 6d5bd3de71d69a0b50437b29b85e44c4434a7a72 /chrome | |
parent | 4622ca2c83d831c0b76030cfa0250f6b3c31b7d2 (diff) | |
download | chromium_src-66e8f989b6f2e48f3f9160bd77969e62b35f09a6.zip chromium_src-66e8f989b6f2e48f3f9160bd77969e62b35f09a6.tar.gz chromium_src-66e8f989b6f2e48f3f9160bd77969e62b35f09a6.tar.bz2 |
Add important_file_writer_unittest.cc to Windows build.
I forgot that unittests.vcproj is not gypified...
TEST=There should be at least one test in unit_tests matching ImportantFileWriterTest.* on Windows
http://crbug.com/10618
Review URL: http://codereview.chromium.org/115077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index acaa8dd..a27f4b8 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -964,6 +964,10 @@ > </File> <File + RelativePath="..\..\common\important_file_writer_unittest.cc" + > + </File> + <File RelativePath="..\..\common\ipc_message_unittest.cc" > </File> |