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

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: Fixed typos in testserver.py Created 9 years, 5 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 3467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3478 'test/live_sync/performance_live_passwords_sync_test.cc', 3478 'test/live_sync/performance_live_passwords_sync_test.cc',
3479 'test/live_sync/performance_live_typed_urls_sync_test.cc', 3479 'test/live_sync/performance_live_typed_urls_sync_test.cc',
3480 'test/live_sync/single_client_live_apps_sync_test.cc', 3480 'test/live_sync/single_client_live_apps_sync_test.cc',
3481 'test/live_sync/single_client_live_bookmarks_sync_test.cc', 3481 'test/live_sync/single_client_live_bookmarks_sync_test.cc',
3482 'test/live_sync/single_client_live_extensions_sync_test.cc', 3482 'test/live_sync/single_client_live_extensions_sync_test.cc',
3483 'test/live_sync/single_client_live_passwords_sync_test.cc', 3483 'test/live_sync/single_client_live_passwords_sync_test.cc',
3484 'test/live_sync/single_client_live_preferences_sync_test.cc', 3484 'test/live_sync/single_client_live_preferences_sync_test.cc',
3485 'test/live_sync/single_client_live_sessions_sync_test.cc', 3485 'test/live_sync/single_client_live_sessions_sync_test.cc',
3486 'test/live_sync/single_client_live_themes_sync_test.cc', 3486 'test/live_sync/single_client_live_themes_sync_test.cc',
3487 'test/live_sync/single_client_live_typed_urls_sync_test.cc', 3487 'test/live_sync/single_client_live_typed_urls_sync_test.cc',
3488 'test/live_sync/sync_errors_test.cc',
3488 'test/live_sync/two_client_live_apps_sync_test.cc', 3489 'test/live_sync/two_client_live_apps_sync_test.cc',
3489 'test/live_sync/two_client_live_autofill_sync_test.cc', 3490 'test/live_sync/two_client_live_autofill_sync_test.cc',
3490 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 3491 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
3491 'test/live_sync/two_client_live_extensions_sync_test.cc', 3492 'test/live_sync/two_client_live_extensions_sync_test.cc',
3492 'test/live_sync/two_client_live_preferences_sync_test.cc', 3493 'test/live_sync/two_client_live_preferences_sync_test.cc',
3493 'test/live_sync/two_client_live_passwords_sync_test.cc', 3494 'test/live_sync/two_client_live_passwords_sync_test.cc',
3494 'test/live_sync/two_client_live_sessions_sync_test.cc', 3495 'test/live_sync/two_client_live_sessions_sync_test.cc',
3495 'test/live_sync/two_client_live_themes_sync_test.cc', 3496 'test/live_sync/two_client_live_themes_sync_test.cc',
3496 'test/live_sync/two_client_live_typed_urls_sync_test.cc', 3497 'test/live_sync/two_client_live_typed_urls_sync_test.cc',
3497 'test/test_notification_tracker.cc', 3498 'test/test_notification_tracker.cc',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
4175 # Use outputs of this action as inputs for the main target build. 4176 # Use outputs of this action as inputs for the main target build.
4176 # Seems as a misnomer but makes this happy on Linux (scons). 4177 # Seems as a misnomer but makes this happy on Linux (scons).
4177 'process_outputs_as_sources': 1, 4178 'process_outputs_as_sources': 1,
4178 }, 4179 },
4179 ], # 'actions' 4180 ], # 'actions'
4180 }, 4181 },
4181 ] 4182 ]
4182 }], # 'coverage!=0' 4183 }], # 'coverage!=0'
4183 ], # 'conditions' 4184 ], # 'conditions'
4184 } 4185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698