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

Side by Side Diff: chrome/test/ui/ui_tests.vcproj

Issue 42628: - Add UI test for the V8 Benchmark Suite.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/ui/ui_tests.scons ('k') | chrome/test/ui/v8_benchmark_uitest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="ui_tests" 5 Name="ui_tests"
6 ProjectGUID="{76235B67-1C27-4627-8A33-4B2E1EF93EDE}" 6 ProjectGUID="{76235B67-1C27-4627-8A33-4B2E1EF93EDE}"
7 RootNamespace="ui_tests" 7 RootNamespace="ui_tests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 </File> 171 </File>
172 <File 172 <File
173 RelativePath=".\run_all_unittests.cc" 173 RelativePath=".\run_all_unittests.cc"
174 > 174 >
175 </File> 175 </File>
176 <File 176 <File
177 RelativePath="..\testing_browser_process.h" 177 RelativePath="..\testing_browser_process.h"
178 > 178 >
179 </File> 179 </File>
180 <File 180 <File
181 RelativePath=".\javascript_test_util.cc"
182 >
183 </File>
184 <File
185 RelativePath=".\javascript_test_util.h"
186 >
187 </File>
188 <File
181 RelativePath=".\ui_test.cc" 189 RelativePath=".\ui_test.cc"
182 > 190 >
183 </File> 191 </File>
184 <File 192 <File
185 RelativePath=".\ui_test.h" 193 RelativePath=".\ui_test.h"
186 > 194 >
187 </File> 195 </File>
188 <File 196 <File
189 RelativePath=".\ui_test_suite.cc" 197 RelativePath=".\ui_test_suite.cc"
190 > 198 >
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 </File> 559 </File>
552 </Filter> 560 </Filter>
553 <Filter 561 <Filter
554 Name="TestSunSpider" 562 Name="TestSunSpider"
555 > 563 >
556 <File 564 <File
557 RelativePath=".\sunspider_uitest.cc" 565 RelativePath=".\sunspider_uitest.cc"
558 > 566 >
559 </File> 567 </File>
560 </Filter> 568 </Filter>
569 <Filter
570 Name="TestV8Benchmark"
571 >
572 <File
573 RelativePath=".\v8_benchmark_uitest.cc"
574 >
575 </File>
576 </Filter>
561 </Files> 577 </Files>
562 <Globals> 578 <Globals>
563 </Globals> 579 </Globals>
564 </VisualStudioProject> 580 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/ui/ui_tests.scons ('k') | chrome/test/ui/v8_benchmark_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698