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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10575043: Initial checkin of a perf test suite for Indexed Database. This just has a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added copyright header Created 8 years, 5 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 | « no previous file | chrome/test/data/indexeddb/perf_shared.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3689 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 '../base/base.gyp:base', 3700 '../base/base.gyp:base',
3701 '../skia/skia.gyp:skia', 3701 '../skia/skia.gyp:skia',
3702 '../testing/gtest.gyp:gtest', 3702 '../testing/gtest.gyp:gtest',
3703 ], 3703 ],
3704 'sources': [ 3704 'sources': [
3705 # TODO(darin): Move other UIPerfTests here. 3705 # TODO(darin): Move other UIPerfTests here.
3706 'test/perf/dom_checker_uitest.cc', 3706 'test/perf/dom_checker_uitest.cc',
3707 'test/perf/dromaeo_benchmark_uitest.cc', 3707 'test/perf/dromaeo_benchmark_uitest.cc',
3708 'test/perf/feature_startup_test.cc', 3708 'test/perf/feature_startup_test.cc',
3709 'test/perf/frame_rate/frame_rate_tests.cc', 3709 'test/perf/frame_rate/frame_rate_tests.cc',
3710 'test/perf/indexeddb_uitest.cc',
3710 'test/perf/kraken_benchmark_uitest.cc', 3711 'test/perf/kraken_benchmark_uitest.cc',
3711 'test/perf/memory_test.cc', 3712 'test/perf/memory_test.cc',
3712 'test/perf/page_cycler_test.cc', 3713 'test/perf/page_cycler_test.cc',
3713 'test/perf/shutdown_test.cc', 3714 'test/perf/shutdown_test.cc',
3714 'test/perf/startup_test.cc', 3715 'test/perf/startup_test.cc',
3715 'test/perf/sunspider_uitest.cc', 3716 'test/perf/sunspider_uitest.cc',
3716 'test/perf/tab_switching_test.cc', 3717 'test/perf/tab_switching_test.cc',
3717 'test/perf/url_fetch_test.cc', 3718 'test/perf/url_fetch_test.cc',
3718 'test/perf/v8_benchmark_uitest.cc', 3719 'test/perf/v8_benchmark_uitest.cc',
3719 ], 3720 ],
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4668 # Use outputs of this action as inputs for the main target build. 4669 # Use outputs of this action as inputs for the main target build.
4669 # Seems as a misnomer but makes this happy on Linux (scons). 4670 # Seems as a misnomer but makes this happy on Linux (scons).
4670 'process_outputs_as_sources': 1, 4671 'process_outputs_as_sources': 1,
4671 }, 4672 },
4672 ], # 'actions' 4673 ], # 'actions'
4673 }, 4674 },
4674 ] 4675 ]
4675 }], # 'coverage!=0' 4676 }], # 'coverage!=0'
4676 ], # 'conditions' 4677 ], # 'conditions'
4677 } 4678 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/perf_shared.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698