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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7575026: Session/tab sync performance tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more review suggestions 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sessions_sync_test.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'browser/password_manager/password_form_data.cc', 3413 'browser/password_manager/password_form_data.cc',
3414 'test/base/out_of_proc_test_runner.cc', 3414 'test/base/out_of_proc_test_runner.cc',
3415 'test/live_sync/autofill_helper.cc', 3415 'test/live_sync/autofill_helper.cc',
3416 'test/live_sync/autofill_helper.h', 3416 'test/live_sync/autofill_helper.h',
3417 'test/live_sync/bookmarks_helper.cc', 3417 'test/live_sync/bookmarks_helper.cc',
3418 'test/live_sync/bookmarks_helper.h', 3418 'test/live_sync/bookmarks_helper.h',
3419 'test/live_sync/live_extensions_sync_test.cc', 3419 'test/live_sync/live_extensions_sync_test.cc',
3420 'test/live_sync/live_extensions_sync_test.h', 3420 'test/live_sync/live_extensions_sync_test.h',
3421 'test/live_sync/live_passwords_sync_test.cc', 3421 'test/live_sync/live_passwords_sync_test.cc',
3422 'test/live_sync/live_passwords_sync_test.h', 3422 'test/live_sync/live_passwords_sync_test.h',
3423 'test/live_sync/live_sessions_sync_test.cc',
3424 'test/live_sync/live_sessions_sync_test.h',
3423 'test/live_sync/live_typed_urls_sync_test.cc', 3425 'test/live_sync/live_typed_urls_sync_test.cc',
3424 'test/live_sync/live_typed_urls_sync_test.h', 3426 'test/live_sync/live_typed_urls_sync_test.h',
3425 'test/live_sync/live_sync_extension_helper.cc', 3427 'test/live_sync/live_sync_extension_helper.cc',
3426 'test/live_sync/live_sync_extension_helper.h', 3428 'test/live_sync/live_sync_extension_helper.h',
3427 'test/live_sync/live_sync_test.cc', 3429 'test/live_sync/live_sync_test.cc',
3428 'test/live_sync/live_sync_test.h', 3430 'test/live_sync/live_sync_test.h',
3429 'test/live_sync/performance/autofill_sync_perf_test.cc', 3431 'test/live_sync/performance/autofill_sync_perf_test.cc',
3430 'test/live_sync/performance/bookmarks_sync_perf_test.cc', 3432 'test/live_sync/performance/bookmarks_sync_perf_test.cc',
3431 'test/live_sync/performance/extensions_sync_perf_test.cc', 3433 'test/live_sync/performance/extensions_sync_perf_test.cc',
3432 'test/live_sync/performance/sync_timing_helper.cc', 3434 'test/live_sync/performance/sync_timing_helper.cc',
3433 'test/live_sync/performance/sync_timing_helper.h', 3435 'test/live_sync/performance/sync_timing_helper.h',
3434 'test/live_sync/performance/passwords_sync_perf_test.cc', 3436 'test/live_sync/performance/passwords_sync_perf_test.cc',
3437 'test/live_sync/performance/sessions_sync_perf_test.cc',
3435 'test/live_sync/performance/typed_urls_sync_perf_test.cc', 3438 'test/live_sync/performance/typed_urls_sync_perf_test.cc',
3436 'test/live_sync/sync_datatype_helper.cc', 3439 'test/live_sync/sync_datatype_helper.cc',
3437 'test/live_sync/sync_datatype_helper.h', 3440 'test/live_sync/sync_datatype_helper.h',
3438 ], 3441 ],
3439 'conditions': [ 3442 'conditions': [
3440 ['toolkit_uses_gtk == 1', { 3443 ['toolkit_uses_gtk == 1', {
3441 'dependencies': [ 3444 'dependencies': [
3442 '../build/linux/system.gyp:gtk', 3445 '../build/linux/system.gyp:gtk',
3443 '../build/linux/system.gyp:ssl', 3446 '../build/linux/system.gyp:ssl',
3444 ], 3447 ],
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
4137 # Use outputs of this action as inputs for the main target build. 4140 # Use outputs of this action as inputs for the main target build.
4138 # Seems as a misnomer but makes this happy on Linux (scons). 4141 # Seems as a misnomer but makes this happy on Linux (scons).
4139 'process_outputs_as_sources': 1, 4142 'process_outputs_as_sources': 1,
4140 }, 4143 },
4141 ], # 'actions' 4144 ], # 'actions'
4142 }, 4145 },
4143 ] 4146 ]
4144 }], # 'coverage!=0' 4147 }], # 'coverage!=0'
4145 ], # 'conditions' 4148 ], # 'conditions'
4146 } 4149 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sessions_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698