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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7477004: Simulate transient error and verify exponential backoff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing a typo. 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
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 3513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3524 'test/live_sync/multiple_client_preferences_sync_test.cc', 3524 'test/live_sync/multiple_client_preferences_sync_test.cc',
3525 'test/live_sync/preferences_helper.cc', 3525 'test/live_sync/preferences_helper.cc',
3526 'test/live_sync/preferences_helper.h', 3526 'test/live_sync/preferences_helper.h',
3527 'test/live_sync/single_client_bookmarks_sync_test.cc', 3527 'test/live_sync/single_client_bookmarks_sync_test.cc',
3528 'test/live_sync/single_client_live_apps_sync_test.cc', 3528 'test/live_sync/single_client_live_apps_sync_test.cc',
3529 'test/live_sync/single_client_live_extensions_sync_test.cc', 3529 'test/live_sync/single_client_live_extensions_sync_test.cc',
3530 'test/live_sync/single_client_live_passwords_sync_test.cc', 3530 'test/live_sync/single_client_live_passwords_sync_test.cc',
3531 'test/live_sync/single_client_live_sessions_sync_test.cc', 3531 'test/live_sync/single_client_live_sessions_sync_test.cc',
3532 'test/live_sync/single_client_live_themes_sync_test.cc', 3532 'test/live_sync/single_client_live_themes_sync_test.cc',
3533 'test/live_sync/single_client_live_typed_urls_sync_test.cc', 3533 'test/live_sync/single_client_live_typed_urls_sync_test.cc',
3534 <<<<<<< HEAD
3534 'test/live_sync/single_client_preferences_sync_test.cc', 3535 'test/live_sync/single_client_preferences_sync_test.cc',
3535 'test/live_sync/sync_datatype_helper.cc', 3536 'test/live_sync/sync_datatype_helper.cc',
3536 'test/live_sync/sync_datatype_helper.h', 3537 'test/live_sync/sync_datatype_helper.h',
3537 'test/live_sync/sync_errors_test.cc', 3538 'test/live_sync/sync_errors_test.cc',
3538 'test/live_sync/two_client_bookmarks_sync_test.cc', 3539 'test/live_sync/two_client_bookmarks_sync_test.cc',
3540 =======
3541 'test/live_sync/sync_errors_test.cc',
3542 >>>>>>> fix.
Raghu Simha 2011/08/05 18:04:52 Forgot to merge this?
lipalani1 2011/08/05 21:33:57 Done.
3539 'test/live_sync/two_client_live_apps_sync_test.cc', 3543 'test/live_sync/two_client_live_apps_sync_test.cc',
3540 'test/live_sync/two_client_live_autofill_sync_test.cc', 3544 'test/live_sync/two_client_live_autofill_sync_test.cc',
3541 'test/live_sync/two_client_live_extensions_sync_test.cc', 3545 'test/live_sync/two_client_live_extensions_sync_test.cc',
3542 'test/live_sync/two_client_live_passwords_sync_test.cc', 3546 'test/live_sync/two_client_live_passwords_sync_test.cc',
3543 'test/live_sync/two_client_live_sessions_sync_test.cc', 3547 'test/live_sync/two_client_live_sessions_sync_test.cc',
3544 'test/live_sync/two_client_live_themes_sync_test.cc', 3548 'test/live_sync/two_client_live_themes_sync_test.cc',
3545 'test/live_sync/two_client_live_typed_urls_sync_test.cc', 3549 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3546 'test/live_sync/two_client_preferences_sync_test.cc', 3550 'test/live_sync/two_client_preferences_sync_test.cc',
3547 'test/test_notification_tracker.cc', 3551 'test/test_notification_tracker.cc',
3548 'test/test_notification_tracker.h', 3552 'test/test_notification_tracker.h',
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
4358 # Use outputs of this action as inputs for the main target build. 4362 # Use outputs of this action as inputs for the main target build.
4359 # Seems as a misnomer but makes this happy on Linux (scons). 4363 # Seems as a misnomer but makes this happy on Linux (scons).
4360 'process_outputs_as_sources': 1, 4364 'process_outputs_as_sources': 1,
4361 }, 4365 },
4362 ], # 'actions' 4366 ], # 'actions'
4363 }, 4367 },
4364 ] 4368 ]
4365 }], # 'coverage!=0' 4369 }], # 'coverage!=0'
4366 ], # 'conditions' 4370 ], # 'conditions'
4367 } 4371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698