diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 20:14:17 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 20:14:17 +0000 |
commit | 41910d1c4de903e0337ae41a9c835d918f8e264a (patch) | |
tree | dbebba552f007be80f716d8b7f0f4b176e3743d6 | |
parent | 1925665151e3f15626abb722d99b064825bea07b (diff) | |
download | chromium_src-41910d1c4de903e0337ae41a9c835d918f8e264a.zip chromium_src-41910d1c4de903e0337ae41a9c835d918f8e264a.tar.gz chromium_src-41910d1c4de903e0337ae41a9c835d918f8e264a.tar.bz2 |
Add new file render_thread_unittest.cc to windows project file for unit_tests.
Review URL: http://codereview.chromium.org/19201
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8744 0039d316-1c4b-4281-b951-d872f2087c98
-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 048cdf1..aa5ee79 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -771,6 +771,10 @@ > </File> <File + RelativePath="..\..\renderer\render_thread_unittest.cc" + > + </File> + <File RelativePath="..\..\renderer\render_view_unittest.cc" > </File> |