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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9395058: [Sync] Remove SyncableServiceAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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') | 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'syncapi_service', 424 'syncapi_service',
425 ], 425 ],
426 'export_dependent_settings': [ 426 'export_dependent_settings': [
427 '../testing/gmock.gyp:gmock', 427 '../testing/gmock.gyp:gmock',
428 'syncapi_service', 428 'syncapi_service',
429 ], 429 ],
430 'include_dirs': [ 430 'include_dirs': [
431 '..', 431 '..',
432 ], 432 ],
433 'sources': [ 433 'sources': [
434 'browser/sync/api/fake_syncable_service.cc',
435 'browser/sync/api/fake_syncable_service.h',
434 'browser/sync/api/syncable_service_mock.cc', 436 'browser/sync/api/syncable_service_mock.cc',
435 'browser/sync/api/syncable_service_mock.h', 437 'browser/sync/api/syncable_service_mock.h',
436 ], 438 ],
437 }, 439 },
438 { 440 {
439 'target_name': 'test_support_sync_notifier', 441 'target_name': 'test_support_sync_notifier',
440 'type': 'static_library', 442 'type': 'static_library',
441 'dependencies': [ 443 'dependencies': [
442 '../testing/gmock.gyp:gmock', 444 '../testing/gmock.gyp:gmock',
443 'sync_notifier', 445 'sync_notifier',
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 'browser/sync/glue/chrome_encryptor_unittest.cc', 1744 'browser/sync/glue/chrome_encryptor_unittest.cc',
1743 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1745 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1744 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', 1746 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc',
1745 'browser/sync/glue/data_type_controller_mock.cc', 1747 'browser/sync/glue/data_type_controller_mock.cc',
1746 'browser/sync/glue/data_type_controller_mock.h', 1748 'browser/sync/glue/data_type_controller_mock.h',
1747 'browser/sync/glue/data_type_error_handler_mock.cc', 1749 'browser/sync/glue/data_type_error_handler_mock.cc',
1748 'browser/sync/glue/data_type_error_handler_mock.cc', 1750 'browser/sync/glue/data_type_error_handler_mock.cc',
1749 'browser/sync/glue/data_type_manager_impl_unittest.cc', 1751 'browser/sync/glue/data_type_manager_impl_unittest.cc',
1750 'browser/sync/glue/data_type_manager_mock.cc', 1752 'browser/sync/glue/data_type_manager_mock.cc',
1751 'browser/sync/glue/data_type_manager_mock.h', 1753 'browser/sync/glue/data_type_manager_mock.h',
1752 'browser/sync/glue/extension_data_type_controller_unittest.cc', 1754 'browser/sync/glue/fake_generic_change_processor.cc',
1755 'browser/sync/glue/fake_generic_change_processor.h',
1753 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1756 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1754 'browser/sync/glue/frontend_data_type_controller_mock.h', 1757 'browser/sync/glue/frontend_data_type_controller_mock.h',
1755 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1758 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1756 'browser/sync/glue/http_bridge_unittest.cc', 1759 'browser/sync/glue/http_bridge_unittest.cc',
1757 'browser/sync/glue/model_associator_mock.cc', 1760 'browser/sync/glue/model_associator_mock.cc',
1758 'browser/sync/glue/model_associator_mock.h', 1761 'browser/sync/glue/model_associator_mock.h',
1759 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc', 1762 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc',
1760 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', 1763 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h',
1761 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', 1764 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc',
1762 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1765 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1763 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1766 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1764 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1767 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1765 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1766 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1768 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1767 'browser/sync/glue/session_model_associator_unittest.cc', 1769 'browser/sync/glue/session_model_associator_unittest.cc',
1768 'browser/sync/glue/shared_change_processor_mock.cc', 1770 'browser/sync/glue/shared_change_processor_mock.cc',
1769 'browser/sync/glue/shared_change_processor_mock.h', 1771 'browser/sync/glue/shared_change_processor_mock.h',
1770 'browser/sync/glue/shared_change_processor_unittest.cc', 1772 'browser/sync/glue/shared_change_processor_unittest.cc',
1771 'browser/sync/glue/sync_backend_host_unittest.cc', 1773 'browser/sync/glue/sync_backend_host_unittest.cc',
1772 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1774 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1773 'browser/sync/glue/synced_session_tracker_unittest.cc', 1775 'browser/sync/glue/synced_session_tracker_unittest.cc',
1774 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1776 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1775 'browser/sync/glue/theme_util_unittest.cc', 1777 'browser/sync/glue/theme_util_unittest.cc',
1776 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1778 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1779 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1777 'browser/sync/glue/ui_model_worker_unittest.cc', 1780 'browser/sync/glue/ui_model_worker_unittest.cc',
1778 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1781 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1779 'browser/sync/profile_sync_components_factory_mock.cc', 1782 'browser/sync/profile_sync_components_factory_mock.cc',
1780 'browser/sync/profile_sync_components_factory_mock.h', 1783 'browser/sync/profile_sync_components_factory_mock.h',
1781 'browser/sync/profile_sync_service_autofill_unittest.cc', 1784 'browser/sync/profile_sync_service_autofill_unittest.cc',
1782 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1785 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1783 'browser/sync/profile_sync_service_password_unittest.cc', 1786 'browser/sync/profile_sync_service_password_unittest.cc',
1784 'browser/sync/profile_sync_service_preference_unittest.cc', 1787 'browser/sync/profile_sync_service_preference_unittest.cc',
1785 'browser/sync/profile_sync_service_session_unittest.cc', 1788 'browser/sync/profile_sync_service_session_unittest.cc',
1786 'browser/sync/profile_sync_service_startup_unittest.cc', 1789 'browser/sync/profile_sync_service_startup_unittest.cc',
(...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after
4712 # Use outputs of this action as inputs for the main target build. 4715 # Use outputs of this action as inputs for the main target build.
4713 # Seems as a misnomer but makes this happy on Linux (scons). 4716 # Seems as a misnomer but makes this happy on Linux (scons).
4714 'process_outputs_as_sources': 1, 4717 'process_outputs_as_sources': 1,
4715 }, 4718 },
4716 ], # 'actions' 4719 ], # 'actions'
4717 }, 4720 },
4718 ] 4721 ]
4719 }], # 'coverage!=0' 4722 }], # 'coverage!=0'
4720 ], # 'conditions' 4723 ], # 'conditions'
4721 } 4724 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698