| 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_sync_browser', | 27 'password_manager_sync_browser', |
| 28 'pref_registry', | 28 'pref_registry', |
| 29 'signin_core_browser', | 29 'signin_core_browser', |
| 30 'syncable_prefs', | 30 'syncable_prefs', |
| 31 'sync_bookmarks', | 31 'sync_bookmarks', |
| 32 'sync_driver', | 32 'sync_driver', |
| 33 'sync_driver_features', | |
| 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 'sources': [ | 40 'sources': [ |
| 42 # Note: file list duplicated in GN build. | 41 # Note: file list duplicated in GN build. |
| 43 'browser_sync/browser/profile_sync_components_factory_impl.cc', | 42 'browser_sync/browser/profile_sync_components_factory_impl.cc', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 59 '..', | 58 '..', |
| 60 ], | 59 ], |
| 61 'sources': [ | 60 'sources': [ |
| 62 # Note: file list duplicated in GN build. | 61 # Note: file list duplicated in GN build. |
| 63 'browser_sync/common/browser_sync_switches.cc', | 62 'browser_sync/common/browser_sync_switches.cc', |
| 64 'browser_sync/common/browser_sync_switches.h', | 63 'browser_sync/common/browser_sync_switches.h', |
| 65 ], | 64 ], |
| 66 }, | 65 }, |
| 67 ], | 66 ], |
| 68 } | 67 } |
| OLD | NEW |