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

Unified Diff: chrome/test/ui/ui_tests.scons

Issue 42628: - Add UI test for the V8 Benchmark Suite.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/ui/ui_test.cc ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_tests.scons
===================================================================
--- chrome/test/ui/ui_tests.scons (revision 12816)
+++ chrome/test/ui/ui_tests.scons (working copy)
@@ -98,6 +98,8 @@
'$CHROME_DIR/tools/build/win/precompiled_wtl$OBJSUFFIX',
'$CHROME_DIR/tools/build/win/precompiled_wtl.h',
'run_all_unittests.cc',
+ 'javascript_test_util.cc',
+ 'javascript_test_util.h',
'$CHROME_DIR/test/testing_browser_process.h',
'ui_test.cc',
'ui_test.h',
@@ -232,6 +234,9 @@
MSVSFilter('TestSunSpider', [
'sunspider_uitest.cc',
]),
+ MSVSFilter('TestV8Benchmark', [
+ 'v8_benchmark_uitest.cc',
+ ]),
])
if not env.Bit('windows'):
@@ -243,6 +248,7 @@
'omnibox_uitest.cc',
'dom_checker_uitest.cc',
'sunspider_uitest.cc',
+ 'v8_benchmark_uitest.cc',
'sandbox_uitests.cc',
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698