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

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: Remove junk from other branch. Created 8 years, 6 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
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 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after
3706 '../base/base.gyp:base', 3706 '../base/base.gyp:base',
3707 '../skia/skia.gyp:skia', 3707 '../skia/skia.gyp:skia',
3708 '../testing/gtest.gyp:gtest', 3708 '../testing/gtest.gyp:gtest',
3709 ], 3709 ],
3710 'sources': [ 3710 'sources': [
3711 # TODO(darin): Move other UIPerfTests here. 3711 # TODO(darin): Move other UIPerfTests here.
3712 'test/perf/dom_checker_uitest.cc', 3712 'test/perf/dom_checker_uitest.cc',
3713 'test/perf/dromaeo_benchmark_uitest.cc', 3713 'test/perf/dromaeo_benchmark_uitest.cc',
3714 'test/perf/feature_startup_test.cc', 3714 'test/perf/feature_startup_test.cc',
3715 'test/perf/frame_rate/frame_rate_tests.cc', 3715 'test/perf/frame_rate/frame_rate_tests.cc',
3716 'test/perf/indexeddb_uitest.cc',
3716 'test/perf/kraken_benchmark_uitest.cc', 3717 'test/perf/kraken_benchmark_uitest.cc',
3717 'test/perf/memory_test.cc', 3718 'test/perf/memory_test.cc',
3718 'test/perf/page_cycler_test.cc', 3719 'test/perf/page_cycler_test.cc',
3719 'test/perf/shutdown_test.cc', 3720 'test/perf/shutdown_test.cc',
3720 'test/perf/startup_test.cc', 3721 'test/perf/startup_test.cc',
3721 'test/perf/sunspider_uitest.cc', 3722 'test/perf/sunspider_uitest.cc',
3722 'test/perf/tab_switching_test.cc', 3723 'test/perf/tab_switching_test.cc',
3723 'test/perf/url_fetch_test.cc', 3724 'test/perf/url_fetch_test.cc',
3724 'test/perf/v8_benchmark_uitest.cc', 3725 'test/perf/v8_benchmark_uitest.cc',
3725 ], 3726 ],
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
4680 # Use outputs of this action as inputs for the main target build. 4681 # Use outputs of this action as inputs for the main target build.
4681 # Seems as a misnomer but makes this happy on Linux (scons). 4682 # Seems as a misnomer but makes this happy on Linux (scons).
4682 'process_outputs_as_sources': 1, 4683 'process_outputs_as_sources': 1,
4683 }, 4684 },
4684 ], # 'actions' 4685 ], # 'actions'
4685 }, 4686 },
4686 ] 4687 ]
4687 }], # 'coverage!=0' 4688 }], # 'coverage!=0'
4688 ], # 'conditions' 4689 ], # 'conditions'
4689 } 4690 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/perf_shared.js » ('j') | chrome/test/data/indexeddb/perf_shared.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698