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

Side by Side Diff: components/syncable_prefs.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_sessions/tab_node_pool_unittest.cc ('k') | components/syncable_prefs/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/syncable_prefs 8 # GN version: //components/syncable_prefs
9 'target_name': 'syncable_prefs', 9 'target_name': 'syncable_prefs',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../sync/sync.gyp:sync', 13 '../components/sync.gyp:sync',
14 'pref_registry', 14 'pref_registry',
15 'prefs/prefs.gyp:prefs', 15 'prefs/prefs.gyp:prefs',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '..', 18 '..',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'syncable_prefs/pref_model_associator.cc', 21 'syncable_prefs/pref_model_associator.cc',
22 'syncable_prefs/pref_model_associator.h', 22 'syncable_prefs/pref_model_associator.h',
23 'syncable_prefs/pref_model_associator_client.h', 23 'syncable_prefs/pref_model_associator_client.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ], 55 ],
56 'sources': [ 56 'sources': [
57 'syncable_prefs/pref_service_mock_factory.cc', 57 'syncable_prefs/pref_service_mock_factory.cc',
58 'syncable_prefs/pref_service_mock_factory.h', 58 'syncable_prefs/pref_service_mock_factory.h',
59 'syncable_prefs/testing_pref_service_syncable.cc', 59 'syncable_prefs/testing_pref_service_syncable.cc',
60 'syncable_prefs/testing_pref_service_syncable.h', 60 'syncable_prefs/testing_pref_service_syncable.h',
61 ], 61 ],
62 }, 62 },
63 ], 63 ],
64 } 64 }
OLDNEW
« no previous file with comments | « components/sync_sessions/tab_node_pool_unittest.cc ('k') | components/syncable_prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698