diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 01:35:56 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 01:35:56 +0000 |
commit | f2ac24f080bba97cafaca933e7d4efcf0e9eb9d6 (patch) | |
tree | 54c2592a9ae0cd2066e0756350ad9876a558b841 /chrome/test/interactive_ui | |
parent | 6c5a7c761466d79810aaa871b6ac6eb3e2375c2c (diff) | |
download | chromium_src-f2ac24f080bba97cafaca933e7d4efcf0e9eb9d6.zip chromium_src-f2ac24f080bba97cafaca933e7d4efcf0e9eb9d6.tar.gz chromium_src-f2ac24f080bba97cafaca933e7d4efcf0e9eb9d6.tar.bz2 |
Landing again the move of browser focus UI tests to in process.
TBR=sky
Review URL: http://codereview.chromium.org/28097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/interactive_ui')
-rw-r--r-- | chrome/test/interactive_ui/interactive_ui.vcproj | 113 |
1 files changed, 111 insertions, 2 deletions
diff --git a/chrome/test/interactive_ui/interactive_ui.vcproj b/chrome/test/interactive_ui/interactive_ui.vcproj index a4863ee..ee5907e 100644 --- a/chrome/test/interactive_ui/interactive_ui.vcproj +++ b/chrome/test/interactive_ui/interactive_ui.vcproj @@ -12,12 +12,16 @@ /> </Platforms> <ToolFiles> + <ToolFile + RelativePath="..\..\tools\build\win\version.rules" + /> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wtl.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;..\..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using_hunspell.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wtl.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using_hunspell.vsprops;..\..\installer\util\using_util.vsprops;..\..\..\third_party\npapi\using_npapi.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -26,6 +30,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="Version" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -42,12 +49,14 @@ /> <Tool Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..;"$(IntDir)";"$(IntDir)";"$(SolutionDir)";"$(IntDir)\..\"" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" + AdditionalDependencies="winmm.lib" /> <Tool Name="VCALinkTool" @@ -77,7 +86,7 @@ <Configuration Name="Release|Win32" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;..\..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using_hunspell.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using_hunspell.vsprops;..\..\installer\util\using_util.vsprops;..\..\..\third_party\npapi\using_npapi.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -86,6 +95,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="Version" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -102,6 +114,7 @@ /> <Tool Name="VCResourceCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..;"$(IntDir)";"$(IntDir)";"$(SolutionDir)";"$(IntDir)\..\"" /> <Tool Name="VCPreLinkEventTool" @@ -143,6 +156,14 @@ Name="Common" > <File + RelativePath="..\in_process_browser_test.cc" + > + </File> + <File + RelativePath="..\in_process_browser_test.h" + > + </File> + <File RelativePath="..\ui\npapi_test_helper.cc" > </File> @@ -191,6 +212,14 @@ > </File> <File + RelativePath="..\ui_test_utils.cc" + > + </File> + <File + RelativePath="..\ui_test_utils.h" + > + </File> + <File RelativePath=".\view_event_test_base.cc" > </File> @@ -200,6 +229,86 @@ </File> </Filter> <Filter + Name="resources" + > + <File + RelativePath="..\..\..\webkit\glue\resources\aliasb.cur" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\browser_resources.rc" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\cell.cur" + > + </File> + <File + RelativePath="..\..\app\chrome_dll.rc" + > + </File> + <File + RelativePath="..\..\app\chrome_dll_resource.h" + > + </File> + <File + RelativePath="..\..\app\chrome_dll_version.rc.version" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\col_resize.cur" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\common_resources.rc" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\copy.cur" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\debugger_resources.rc" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\net_resources.rc" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\renderer_resources.rc" + > + </File> + <File + RelativePath="..\data\resource.h" + > + </File> + <File + RelativePath="..\data\resource.rc" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\row_resize.cur" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\vertical_text.cur" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\webkit_resources.rc" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\zoom_in.cur" + > + </File> + <File + RelativePath="..\..\..\webkit\glue\resources\zoom_out.cur" + > + </File> + </Filter> + <Filter Name="TestBookmarkBarView" > <File |