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

Unified Diff: chrome/chrome_tests.gypi

Issue 7578004: Move more files from chrome/test to chrome/test/base, part #7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « no previous file | chrome/test/data/sunspider/sunspider-results.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 95438)
+++ chrome/chrome_tests.gypi (working copy)
@@ -3007,18 +3007,18 @@
],
'sources': [
# TODO(darin): Move other UIPerfTests here.
- 'test/memory_test/memory_test.cc',
- 'test/page_cycler/page_cycler_test.cc',
+ 'test/perf/dom_checker_uitest.cc',
+ 'test/perf/dromaeo_benchmark_uitest.cc',
+ 'test/perf/feature_startup_test.cc',
'test/perf/frame_rate/frame_rate_tests.cc',
- 'test/startup/feature_startup_test.cc',
- 'test/startup/shutdown_test.cc',
- 'test/startup/startup_test.cc',
- 'test/tab_switching/tab_switching_test.cc',
- 'test/ui/dom_checker_uitest.cc',
- 'test/ui/dromaeo_benchmark_uitest.cc',
- 'test/ui/sunspider_uitest.cc',
- 'test/ui/v8_benchmark_uitest.cc',
- 'test/url_fetch_test/url_fetch_test.cc',
+ 'test/perf/memory_test.cc',
+ 'test/perf/page_cycler_test.cc',
+ 'test/perf/shutdown_test.cc',
+ 'test/perf/startup_test.cc',
+ 'test/perf/sunspider_uitest.cc',
+ 'test/perf/tab_switching_test.cc',
+ 'test/perf/url_fetch_test.cc',
+ 'test/perf/v8_benchmark_uitest.cc',
],
'conditions': [
['OS=="win" and buildtype=="Official"', {
« no previous file with comments | « no previous file | chrome/test/data/sunspider/sunspider-results.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698