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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10829227: [sync] Cross platform sync tests to be run on Chrome on iOS buildbots (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/sync/test/integration/cross_platform_sync_test.cc ('k') | no next file » | 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3795 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'browser/sessions/session_backend.cc', 3806 'browser/sessions/session_backend.cc',
3807 'browser/sync/glue/session_model_associator.cc', 3807 'browser/sync/glue/session_model_associator.cc',
3808 'test/base/chrome_test_launcher.cc', 3808 'test/base/chrome_test_launcher.cc',
3809 'test/data/resource.rc', 3809 'test/data/resource.rc',
3810 'browser/sync/test/integration/apps_helper.cc', 3810 'browser/sync/test/integration/apps_helper.cc',
3811 'browser/sync/test/integration/apps_helper.h', 3811 'browser/sync/test/integration/apps_helper.h',
3812 'browser/sync/test/integration/autofill_helper.cc', 3812 'browser/sync/test/integration/autofill_helper.cc',
3813 'browser/sync/test/integration/autofill_helper.h', 3813 'browser/sync/test/integration/autofill_helper.h',
3814 'browser/sync/test/integration/bookmarks_helper.cc', 3814 'browser/sync/test/integration/bookmarks_helper.cc',
3815 'browser/sync/test/integration/bookmarks_helper.h', 3815 'browser/sync/test/integration/bookmarks_helper.h',
3816 'browser/sync/test/integration/cross_platform_sync_test.cc',
3816 'browser/sync/test/integration/enable_disable_test.cc', 3817 'browser/sync/test/integration/enable_disable_test.cc',
3817 'browser/sync/test/integration/extension_settings_helper.cc', 3818 'browser/sync/test/integration/extension_settings_helper.cc',
3818 'browser/sync/test/integration/extension_settings_helper.h', 3819 'browser/sync/test/integration/extension_settings_helper.h',
3819 'browser/sync/test/integration/extensions_helper.cc', 3820 'browser/sync/test/integration/extensions_helper.cc',
3820 'browser/sync/test/integration/extensions_helper.h', 3821 'browser/sync/test/integration/extensions_helper.h',
3821 'browser/sync/test/integration/migration_errors_test.cc', 3822 'browser/sync/test/integration/migration_errors_test.cc',
3822 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 3823 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
3823 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 3824 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
3824 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' , 3825 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
3825 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 3826 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4672 '--result', '<@(_outputs)', 4673 '--result', '<@(_outputs)',
4673 '--isolate', 'browser_tests.isolate', 4674 '--isolate', 'browser_tests.isolate',
4674 ], 4675 ],
4675 }, 4676 },
4676 ], 4677 ],
4677 }, 4678 },
4678 ], 4679 ],
4679 }], 4680 }],
4680 ], # 'conditions' 4681 ], # 'conditions'
4681 } 4682 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/cross_platform_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698