| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/browser_sync_browser | 8 # GN version: //components/browser_sync_browser |
| 9 'target_name': 'browser_sync_browser', | 9 'target_name': 'browser_sync_browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'history_core_browser', | 23 'history_core_browser', |
| 24 'invalidation_impl', | 24 'invalidation_impl', |
| 25 'invalidation_public', | 25 'invalidation_public', |
| 26 'keyed_service_core', | 26 'keyed_service_core', |
| 27 'password_manager_core_browser', | 27 'password_manager_core_browser', |
| 28 'password_manager_sync_browser', | 28 'password_manager_sync_browser', |
| 29 'pref_registry', | 29 'pref_registry', |
| 30 'signin_core_browser', | 30 'signin_core_browser', |
| 31 'syncable_prefs', | 31 'syncable_prefs', |
| 32 'sync_bookmarks', | 32 'sync_bookmarks', |
| 33 'sync_driver', | |
| 34 'sync_sessions', | 33 'sync_sessions', |
| 35 'variations', | 34 'variations', |
| 36 'version_info', | 35 'version_info', |
| 37 ], | 36 ], |
| 38 'include_dirs': [ | 37 'include_dirs': [ |
| 39 '..', | 38 '..', |
| 40 ], | 39 ], |
| 41 'export_dependent_settings': [ | |
| 42 'sync_driver', | |
| 43 ], | |
| 44 'sources': [ | 40 'sources': [ |
| 45 # Note: file list duplicated in GN build. | 41 # Note: file list duplicated in GN build. |
| 46 'browser_sync/browser/profile_sync_components_factory_impl.cc', | 42 'browser_sync/browser/profile_sync_components_factory_impl.cc', |
| 47 'browser_sync/browser/profile_sync_components_factory_impl.h', | 43 'browser_sync/browser/profile_sync_components_factory_impl.h', |
| 48 'browser_sync/browser/profile_sync_service.cc', | 44 'browser_sync/browser/profile_sync_service.cc', |
| 49 'browser_sync/browser/profile_sync_service.h', | 45 'browser_sync/browser/profile_sync_service.h', |
| 50 'browser_sync/browser/signin_confirmation_helper.cc', | 46 'browser_sync/browser/signin_confirmation_helper.cc', |
| 51 'browser_sync/browser/signin_confirmation_helper.h', | 47 'browser_sync/browser/signin_confirmation_helper.h', |
| 52 ], | 48 ], |
| 53 }, | 49 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 69 }, | 65 }, |
| 70 { | 66 { |
| 71 # GN version: //components/browser_sync/browser:test_support | 67 # GN version: //components/browser_sync/browser:test_support |
| 72 'target_name': 'browser_sync_browser_test_support', | 68 'target_name': 'browser_sync_browser_test_support', |
| 73 'type': 'static_library', | 69 'type': 'static_library', |
| 74 'dependencies': [ | 70 'dependencies': [ |
| 75 '../base/base.gyp:base', | 71 '../base/base.gyp:base', |
| 76 '../base/base.gyp:test_support_base', | 72 '../base/base.gyp:test_support_base', |
| 77 '../google_apis/google_apis.gyp:google_apis', | 73 '../google_apis/google_apis.gyp:google_apis', |
| 78 '../components/sync.gyp:sync', | 74 '../components/sync.gyp:sync', |
| 75 '../components/sync.gyp:test_support_sync_driver', |
| 79 '../testing/gmock.gyp:gmock', | 76 '../testing/gmock.gyp:gmock', |
| 80 'bookmarks_browser', | 77 'bookmarks_browser', |
| 81 'browser_sync_browser', | 78 'browser_sync_browser', |
| 82 'history_core_browser', | 79 'history_core_browser', |
| 83 'invalidation_impl', | 80 'invalidation_impl', |
| 84 'invalidation_test_support', | 81 'invalidation_test_support', |
| 85 'pref_registry', | 82 'pref_registry', |
| 86 'signin_core_browser', | 83 'signin_core_browser', |
| 87 'signin_core_browser_test_support', | 84 'signin_core_browser_test_support', |
| 88 'sync_driver', | |
| 89 'sync_driver_test_support', | |
| 90 'sync_sessions_test_support', | 85 'sync_sessions_test_support', |
| 91 'syncable_prefs_test_support', | 86 'syncable_prefs_test_support', |
| 92 ], | 87 ], |
| 93 'include_dirs': [ | 88 'include_dirs': [ |
| 94 '..', | 89 '..', |
| 95 ], | 90 ], |
| 96 'sources': [ | 91 'sources': [ |
| 97 # Note: file list duplicated in GN build. | 92 # Note: file list duplicated in GN build. |
| 98 'browser_sync/browser/abstract_profile_sync_service_test.cc', | 93 'browser_sync/browser/abstract_profile_sync_service_test.cc', |
| 99 'browser_sync/browser/abstract_profile_sync_service_test.h', | 94 'browser_sync/browser/abstract_profile_sync_service_test.h', |
| 100 'browser_sync/browser/profile_sync_service_mock.cc', | 95 'browser_sync/browser/profile_sync_service_mock.cc', |
| 101 'browser_sync/browser/profile_sync_service_mock.h', | 96 'browser_sync/browser/profile_sync_service_mock.h', |
| 102 'browser_sync/browser/profile_sync_test_util.cc', | 97 'browser_sync/browser/profile_sync_test_util.cc', |
| 103 'browser_sync/browser/profile_sync_test_util.h', | 98 'browser_sync/browser/profile_sync_test_util.h', |
| 104 'browser_sync/browser/test_http_bridge_factory.cc', | 99 'browser_sync/browser/test_http_bridge_factory.cc', |
| 105 'browser_sync/browser/test_http_bridge_factory.h', | 100 'browser_sync/browser/test_http_bridge_factory.h', |
| 106 'browser_sync/browser/test_profile_sync_service.cc', | 101 'browser_sync/browser/test_profile_sync_service.cc', |
| 107 'browser_sync/browser/test_profile_sync_service.h', | 102 'browser_sync/browser/test_profile_sync_service.h', |
| 108 ], | 103 ], |
| 109 } | 104 } |
| 110 ], | 105 ], |
| 111 } | 106 } |
| OLD | NEW |