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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10656033: [sync] Automatic bootstrapping of Sync on Win 8 from cached credentials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_constants.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) 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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 'browser/speech/speech_recognition_bubble_controller_unittest.cc', 1542 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1543 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1543 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1544 'browser/spellchecker/spellcheck_profile_unittest.cc', 1544 'browser/spellchecker/spellcheck_profile_unittest.cc',
1545 'browser/spellchecker/spelling_service_client_unittest.cc', 1545 'browser/spellchecker/spelling_service_client_unittest.cc',
1546 'browser/status_icons/status_icon_unittest.cc', 1546 'browser/status_icons/status_icon_unittest.cc',
1547 'browser/status_icons/status_tray_unittest.cc', 1547 'browser/status_icons/status_tray_unittest.cc',
1548 'browser/sync/about_sync_util_unittest.cc', 1548 'browser/sync/about_sync_util_unittest.cc',
1549 'browser/sync/abstract_profile_sync_service_test.cc', 1549 'browser/sync/abstract_profile_sync_service_test.cc',
1550 'browser/sync/abstract_profile_sync_service_test.h', 1550 'browser/sync/abstract_profile_sync_service_test.h',
1551 'browser/sync/backend_migrator_unittest.cc', 1551 'browser/sync/backend_migrator_unittest.cc',
1552 'browser/sync/credential_cache_service_win_unittest.cc',
1552 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', 1553 'browser/sync/glue/app_notification_data_type_controller_unittest.cc',
1553 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1554 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1554 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1555 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1555 'browser/sync/glue/bridged_sync_notifier_unittest.cc', 1556 'browser/sync/glue/bridged_sync_notifier_unittest.cc',
1556 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1557 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1557 'browser/sync/glue/change_processor_mock.cc', 1558 'browser/sync/glue/change_processor_mock.cc',
1558 'browser/sync/glue/change_processor_mock.h', 1559 'browser/sync/glue/change_processor_mock.h',
1559 'browser/sync/glue/chrome_encryptor_unittest.cc', 1560 'browser/sync/glue/chrome_encryptor_unittest.cc',
1560 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1561 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1561 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', 1562 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc',
(...skipping 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after
4682 'input_jars_paths': [ 4683 'input_jars_paths': [
4683 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4684 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4684 ], 4685 ],
4685 }, 4686 },
4686 'includes': [ '../build/apk_test.gypi' ], 4687 'includes': [ '../build/apk_test.gypi' ],
4687 }, 4688 },
4688 ], 4689 ],
4689 }], 4690 }],
4690 ], # 'conditions' 4691 ], # 'conditions'
4691 } 4692 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698