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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7481009: Test birtday error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload before commit. 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 | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/test/live_sync/live_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 3516 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'test/live_sync/single_client_preferences_sync_test.cc', 3534 'test/live_sync/single_client_preferences_sync_test.cc',
3535 'test/live_sync/sync_datatype_helper.cc', 3535 'test/live_sync/sync_datatype_helper.cc',
3536 'test/live_sync/sync_datatype_helper.h', 3536 'test/live_sync/sync_datatype_helper.h',
3537 'test/live_sync/sync_errors_test.cc',
3537 'test/live_sync/two_client_bookmarks_sync_test.cc', 3538 'test/live_sync/two_client_bookmarks_sync_test.cc',
3538 'test/live_sync/two_client_live_apps_sync_test.cc', 3539 'test/live_sync/two_client_live_apps_sync_test.cc',
3539 'test/live_sync/two_client_live_autofill_sync_test.cc', 3540 'test/live_sync/two_client_live_autofill_sync_test.cc',
3540 'test/live_sync/two_client_live_extensions_sync_test.cc', 3541 'test/live_sync/two_client_live_extensions_sync_test.cc',
3541 'test/live_sync/two_client_live_passwords_sync_test.cc', 3542 'test/live_sync/two_client_live_passwords_sync_test.cc',
3542 'test/live_sync/two_client_live_sessions_sync_test.cc', 3543 'test/live_sync/two_client_live_sessions_sync_test.cc',
3543 'test/live_sync/two_client_live_themes_sync_test.cc', 3544 'test/live_sync/two_client_live_themes_sync_test.cc',
3544 'test/live_sync/two_client_live_typed_urls_sync_test.cc', 3545 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3545 'test/live_sync/two_client_preferences_sync_test.cc', 3546 'test/live_sync/two_client_preferences_sync_test.cc',
3546 'test/test_notification_tracker.cc', 3547 'test/test_notification_tracker.cc',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
4357 # Use outputs of this action as inputs for the main target build. 4358 # Use outputs of this action as inputs for the main target build.
4358 # Seems as a misnomer but makes this happy on Linux (scons). 4359 # Seems as a misnomer but makes this happy on Linux (scons).
4359 'process_outputs_as_sources': 1, 4360 'process_outputs_as_sources': 1,
4360 }, 4361 },
4361 ], # 'actions' 4362 ], # 'actions'
4362 }, 4363 },
4363 ] 4364 ]
4364 }], # 'coverage!=0' 4365 }], # 'coverage!=0'
4365 ], # 'conditions' 4366 ], # 'conditions'
4366 } 4367 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/test/live_sync/live_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698