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

Side by Side Diff: cc/cc_tests.gyp

Issue 11418235: Add perf tests based on json representation of layer tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Go up to 2 seconds per test, do correct math Created 8 years 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 | « build/android/run_tests.py ('k') | cc/layer_tree_host_perftest.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 0, 7 'chromium_code': 0,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'active_animation_unittest.cc', 9 'active_animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'cc_unittests', 187 'cc_unittests',
188 ], 188 ],
189 'variables': { 189 'variables': {
190 'test_suite_name': 'cc_unittests', 190 'test_suite_name': 'cc_unittests',
191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)', 191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte sts<(SHARED_LIB_SUFFIX)',
192 }, 192 },
193 'includes': [ '../build/apk_test.gypi' ], 193 'includes': [ '../build/apk_test.gypi' ],
194 }, 194 },
195 ], 195 ],
196 }], 196 }],
197 ['OS == "android" and gtest_target_type == "shared_library"', {
198 'targets': [
199 {
200 'target_name': 'cc_perftests_apk',
201 'type': 'none',
202 'dependencies': [
203 'cc_perftests',
204 ],
205 'variables': {
206 'test_suite_name': 'cc_perftests',
207 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
208 },
209 'includes': [ '../build/apk_test.gypi' ],
210 },
211 ],
212 }]
197 ], 213 ],
198 } 214 }
OLDNEW
« no previous file with comments | « build/android/run_tests.py ('k') | cc/layer_tree_host_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698