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/sync_sessions | 8 # GN version: //components/sync_sessions |
9 'target_name': 'sync_sessions', | 9 'target_name': 'sync_sessions', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
16 '../base/base.gyp:base_prefs', | |
17 '../sync/sync.gyp:sync', | 16 '../sync/sync.gyp:sync', |
18 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
19 'bookmarks_browser', | 18 'bookmarks_browser', |
20 'history_core_browser', | 19 'history_core_browser', |
| 20 'prefs/prefs.gyp:prefs', |
21 'sync_driver', | 21 'sync_driver', |
22 ], | 22 ], |
23 'sources': [ | 23 'sources': [ |
24 # Note: sources list duplicated in GN build. | 24 # Note: sources list duplicated in GN build. |
25 'sync_sessions/favicon_cache.cc', | 25 'sync_sessions/favicon_cache.cc', |
26 'sync_sessions/favicon_cache.h', | 26 'sync_sessions/favicon_cache.h', |
27 'sync_sessions/local_session_event_router.h', | 27 'sync_sessions/local_session_event_router.h', |
28 'sync_sessions/open_tabs_ui_delegate.cc', | 28 'sync_sessions/open_tabs_ui_delegate.cc', |
29 'sync_sessions/open_tabs_ui_delegate.h', | 29 'sync_sessions/open_tabs_ui_delegate.h', |
30 'sync_sessions/revisit/bookmarks_by_url_provider_impl.cc', | 30 'sync_sessions/revisit/bookmarks_by_url_provider_impl.cc', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'include_dirs': [ | 87 'include_dirs': [ |
88 '..', | 88 '..', |
89 ], | 89 ], |
90 'sources': [ | 90 'sources': [ |
91 'sync_sessions/fake_sync_sessions_client.cc', | 91 'sync_sessions/fake_sync_sessions_client.cc', |
92 'sync_sessions/fake_sync_sessions_client.h', | 92 'sync_sessions/fake_sync_sessions_client.h', |
93 ], | 93 ], |
94 } | 94 } |
95 ] | 95 ] |
96 } | 96 } |
OLD | NEW |