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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9512005: [Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head 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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 '../gpu/gpu.gyp:gpu_unittest_utils', 1219 '../gpu/gpu.gyp:gpu_unittest_utils',
1220 '../media/media.gyp:media_test_support', 1220 '../media/media.gyp:media_test_support',
1221 '../net/net.gyp:net', 1221 '../net/net.gyp:net',
1222 '../net/net.gyp:net_test_support', 1222 '../net/net.gyp:net_test_support',
1223 '../testing/gmock.gyp:gmock', 1223 '../testing/gmock.gyp:gmock',
1224 '../testing/gtest.gyp:gtest', 1224 '../testing/gtest.gyp:gtest',
1225 'test_support_common', 1225 'test_support_common',
1226 'test_support_sync', 1226 'test_support_sync',
1227 'test_support_syncapi', 1227 'test_support_syncapi',
1228 'test_support_syncapi_service', 1228 'test_support_syncapi_service',
1229 'test_support_sync_notifier',
1229 'test_support_unit', 1230 'test_support_unit',
1230 # 3) anything tests directly depend on 1231 # 3) anything tests directly depend on
1231 '../skia/skia.gyp:skia', 1232 '../skia/skia.gyp:skia',
1232 '../third_party/bzip2/bzip2.gyp:bzip2', 1233 '../third_party/bzip2/bzip2.gyp:bzip2',
1233 '../third_party/cld/cld.gyp:cld', 1234 '../third_party/cld/cld.gyp:cld',
1234 '../third_party/icu/icu.gyp:icui18n', 1235 '../third_party/icu/icu.gyp:icui18n',
1235 '../third_party/icu/icu.gyp:icuuc', 1236 '../third_party/icu/icu.gyp:icuuc',
1236 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1237 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1237 '../third_party/libjingle/libjingle.gyp:libjingle', 1238 '../third_party/libjingle/libjingle.gyp:libjingle',
1238 '../third_party/libxml/libxml.gyp:libxml', 1239 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 'browser/status_icons/status_icon_unittest.cc', 1718 'browser/status_icons/status_icon_unittest.cc',
1718 'browser/status_icons/status_tray_unittest.cc', 1719 'browser/status_icons/status_tray_unittest.cc',
1719 'browser/sync/abstract_profile_sync_service_test.cc', 1720 'browser/sync/abstract_profile_sync_service_test.cc',
1720 'browser/sync/abstract_profile_sync_service_test.h', 1721 'browser/sync/abstract_profile_sync_service_test.h',
1721 'browser/sync/backend_migrator_unittest.cc', 1722 'browser/sync/backend_migrator_unittest.cc',
1722 'browser/sync/internal_api/read_node_mock.cc', 1723 'browser/sync/internal_api/read_node_mock.cc',
1723 'browser/sync/internal_api/read_node_mock.h', 1724 'browser/sync/internal_api/read_node_mock.h',
1724 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', 1725 'browser/sync/glue/app_notification_data_type_controller_unittest.cc',
1725 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1726 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1726 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1727 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1728 'browser/sync/glue/bridged_sync_notifier_unittest.cc',
1727 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1729 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1728 'browser/sync/glue/change_processor_mock.cc', 1730 'browser/sync/glue/change_processor_mock.cc',
1729 'browser/sync/glue/change_processor_mock.h', 1731 'browser/sync/glue/change_processor_mock.h',
1730 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1732 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1733 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc',
1731 'browser/sync/glue/data_type_controller_mock.cc', 1734 'browser/sync/glue/data_type_controller_mock.cc',
1732 'browser/sync/glue/data_type_controller_mock.h', 1735 'browser/sync/glue/data_type_controller_mock.h',
1733 'browser/sync/glue/data_type_error_handler_mock.cc', 1736 'browser/sync/glue/data_type_error_handler_mock.cc',
1734 'browser/sync/glue/data_type_error_handler_mock.cc', 1737 'browser/sync/glue/data_type_error_handler_mock.cc',
1735 'browser/sync/glue/data_type_manager_impl_unittest.cc', 1738 'browser/sync/glue/data_type_manager_impl_unittest.cc',
1736 'browser/sync/glue/data_type_manager_mock.cc', 1739 'browser/sync/glue/data_type_manager_mock.cc',
1737 'browser/sync/glue/data_type_manager_mock.h', 1740 'browser/sync/glue/data_type_manager_mock.h',
1738 'browser/sync/glue/extension_data_type_controller_unittest.cc', 1741 'browser/sync/glue/extension_data_type_controller_unittest.cc',
1739 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1742 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1740 'browser/sync/glue/frontend_data_type_controller_mock.h', 1743 'browser/sync/glue/frontend_data_type_controller_mock.h',
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'browser/sync/engine/verify_updates_command_unittest.cc', 3609 'browser/sync/engine/verify_updates_command_unittest.cc',
3607 'browser/sync/internal_api/change_record_unittest.cc', 3610 'browser/sync/internal_api/change_record_unittest.cc',
3608 'browser/sync/internal_api/debug_info_event_listener_unittest.cc', 3611 'browser/sync/internal_api/debug_info_event_listener_unittest.cc',
3609 'browser/sync/internal_api/syncapi_mock.h', 3612 'browser/sync/internal_api/syncapi_mock.h',
3610 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ', 3613 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ',
3611 'browser/sync/internal_api/syncapi_unittest.cc', 3614 'browser/sync/internal_api/syncapi_unittest.cc',
3612 'browser/sync/js/js_arg_list_unittest.cc', 3615 'browser/sync/js/js_arg_list_unittest.cc',
3613 'browser/sync/js/js_event_details_unittest.cc', 3616 'browser/sync/js/js_event_details_unittest.cc',
3614 'browser/sync/js/js_mutation_event_observer_unittest.cc', 3617 'browser/sync/js/js_mutation_event_observer_unittest.cc',
3615 'browser/sync/js/js_sync_manager_observer_unittest.cc', 3618 'browser/sync/js/js_sync_manager_observer_unittest.cc',
3616 'browser/sync/notifier/bridged_sync_notifier_unittest.cc',
3617 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 3619 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
3618 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 3620 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
3619 'browser/sync/notifier/chrome_system_resources_unittest.cc', 3621 'browser/sync/notifier/chrome_system_resources_unittest.cc',
3620 'browser/sync/notifier/chrome_sync_notification_bridge_unittest.cc',
3621 'browser/sync/notifier/invalidation_notifier_unittest.cc', 3622 'browser/sync/notifier/invalidation_notifier_unittest.cc',
3622 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', 3623 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc',
3623 'browser/sync/notifier/p2p_notifier_unittest.cc', 3624 'browser/sync/notifier/p2p_notifier_unittest.cc',
3624 'browser/sync/notifier/registration_manager_unittest.cc', 3625 'browser/sync/notifier/registration_manager_unittest.cc',
3625 'browser/sync/notifier/sync_notifier_factory_unittest.cc', 3626 'browser/sync/notifier/sync_notifier_factory_unittest.cc',
3626 'browser/sync/protocol/proto_enum_conversions_unittest.cc', 3627 'browser/sync/protocol/proto_enum_conversions_unittest.cc',
3627 'browser/sync/protocol/proto_value_conversions_unittest.cc', 3628 'browser/sync/protocol/proto_value_conversions_unittest.cc',
3628 'browser/sync/sessions/ordered_commit_set_unittest.cc', 3629 'browser/sync/sessions/ordered_commit_set_unittest.cc',
3629 'browser/sync/sessions/session_state_unittest.cc', 3630 'browser/sync/sessions/session_state_unittest.cc',
3630 'browser/sync/sessions/status_controller_unittest.cc', 3631 'browser/sync/sessions/status_controller_unittest.cc',
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
4697 # Use outputs of this action as inputs for the main target build. 4698 # Use outputs of this action as inputs for the main target build.
4698 # Seems as a misnomer but makes this happy on Linux (scons). 4699 # Seems as a misnomer but makes this happy on Linux (scons).
4699 'process_outputs_as_sources': 1, 4700 'process_outputs_as_sources': 1,
4700 }, 4701 },
4701 ], # 'actions' 4702 ], # 'actions'
4702 }, 4703 },
4703 ] 4704 ]
4704 }], # 'coverage!=0' 4705 }], # 'coverage!=0'
4705 ], # 'conditions' 4706 ], # 'conditions'
4706 } 4707 }
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