Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: chrome/test/unit/unittests.vcproj

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/startup/feature_startup_test.cc ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unittests.vcproj
===================================================================
--- chrome/test/unit/unittests.vcproj (revision 15687)
+++ chrome/test/unit/unittests.vcproj (working copy)
@@ -1028,10 +1028,6 @@
>
</File>
<File
- RelativePath="..\..\common\win_util_unittest.cc"
- >
- </File>
- <File
RelativePath="..\..\common\worker_thread_ticker_unittest.cc"
>
</File>
@@ -1111,6 +1107,28 @@
RelativePath="..\..\..\app\gfx\text_elider_unittest.cc"
>
</File>
+ <File
+ RelativePath="..\..\..\app\win_util_unittest.cc"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
</Filter>
</Files>
<Globals>
« no previous file with comments | « chrome/test/startup/feature_startup_test.cc ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698