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', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
13 '../google_apis/google_apis.gyp:google_apis', | 13 '../google_apis/google_apis.gyp:google_apis', |
14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
15 '../sync/sync.gyp:sync', | 15 '../sync/sync.gyp:sync', |
16 '../ui/base/ui_base.gyp:ui_base', | 16 '../ui/base/ui_base.gyp:ui_base', |
17 'autofill_core_browser', | 17 'autofill_core_browser', |
18 'autofill_core_common', | 18 'autofill_core_common', |
19 'browser_sync_common', | 19 'browser_sync_common', |
20 'components_strings.gyp:components_strings', | 20 'components_strings.gyp:components_strings', |
21 'dom_distiller_core', | 21 'dom_distiller_core', |
22 'generate_version_info', | 22 'generate_version_info', |
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_sync_browser', | 28 'password_manager_sync_browser', |
28 'pref_registry', | 29 'pref_registry', |
29 'signin_core_browser', | 30 'signin_core_browser', |
30 'syncable_prefs', | 31 'syncable_prefs', |
31 'sync_bookmarks', | 32 'sync_bookmarks', |
32 'sync_driver', | 33 'sync_driver', |
33 'sync_driver_features', | 34 'sync_driver_features', |
34 'sync_sessions', | 35 'sync_sessions', |
35 'variations', | 36 'variations', |
36 'version_info', | 37 'version_info', |
(...skipping 22 matching lines...) Expand all Loading... |
59 '..', | 60 '..', |
60 ], | 61 ], |
61 'sources': [ | 62 'sources': [ |
62 # Note: file list duplicated in GN build. | 63 # Note: file list duplicated in GN build. |
63 'browser_sync/common/browser_sync_switches.cc', | 64 'browser_sync/common/browser_sync_switches.cc', |
64 'browser_sync/common/browser_sync_switches.h', | 65 'browser_sync/common/browser_sync_switches.h', |
65 ], | 66 ], |
66 }, | 67 }, |
67 ], | 68 ], |
68 } | 69 } |
OLD | NEW |