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

Side by Side Diff: components/sync_sessions.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « components/startup_metric_utils.gypi ('k') | components/syncable_prefs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « components/startup_metric_utils.gypi ('k') | components/syncable_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698