| 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"', {
|
|
|