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

Side by Side Diff: components/sync_sessions.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/sync_driver/user_selectable_sync_type.h ('k') | components/sync_sessions/BUILD.gn » ('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 '../sync/sync.gyp:sync', 16 '../components/sync.gyp:sync',
17 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
18 'bookmarks_browser', 18 'bookmarks_browser',
19 'history_core_browser', 19 'history_core_browser',
20 'prefs/prefs.gyp:prefs', 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',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 }], 77 }],
78 ], 78 ],
79 }, 79 },
80 { 80 {
81 'target_name': 'sync_sessions_test_support', 81 'target_name': 'sync_sessions_test_support',
82 'type': 'static_library', 82 'type': 'static_library',
83 'dependencies': [ 83 'dependencies': [
84 'sync_sessions', 84 'sync_sessions',
85 '../base/base.gyp:base', 85 '../base/base.gyp:base',
86 '../sync/sync.gyp:sync', 86 '../components/sync.gyp:sync',
87 '../testing/gtest.gyp:gtest', 87 '../testing/gtest.gyp:gtest',
88 ], 88 ],
89 'include_dirs': [ 89 'include_dirs': [
90 '..', 90 '..',
91 ], 91 ],
92 'sources': [ 92 'sources': [
93 'sync_sessions/fake_sync_sessions_client.cc', 93 'sync_sessions/fake_sync_sessions_client.cc',
94 'sync_sessions/fake_sync_sessions_client.h', 94 'sync_sessions/fake_sync_sessions_client.h',
95 ], 95 ],
96 } 96 }
97 ] 97 ]
98 } 98 }
OLDNEW
« no previous file with comments | « components/sync_driver/user_selectable_sync_type.h ('k') | components/sync_sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698