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

Side by Side Diff: components/sync_driver.gypi

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'target_name': 'sync_driver', 8 'target_name': 'sync_driver',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 13 matching lines...) Expand all
24 'sync_driver/data_type_encryption_handler.h', 24 'sync_driver/data_type_encryption_handler.h',
25 'sync_driver/data_type_error_handler.h', 25 'sync_driver/data_type_error_handler.h',
26 'sync_driver/data_type_manager.cc', 26 'sync_driver/data_type_manager.cc',
27 'sync_driver/data_type_manager.h', 27 'sync_driver/data_type_manager.h',
28 'sync_driver/data_type_manager_observer.h', 28 'sync_driver/data_type_manager_observer.h',
29 'sync_driver/failed_data_types_handler.cc', 29 'sync_driver/failed_data_types_handler.cc',
30 'sync_driver/failed_data_types_handler.h', 30 'sync_driver/failed_data_types_handler.h',
31 'sync_driver/model_association_manager.cc', 31 'sync_driver/model_association_manager.cc',
32 'sync_driver/model_association_manager.h', 32 'sync_driver/model_association_manager.h',
33 'sync_driver/model_associator.h', 33 'sync_driver/model_associator.h',
34 'sync_driver/pref_names.cc',
35 'sync_driver/pref_names.h',
34 'sync_driver/proxy_data_type_controller.cc', 36 'sync_driver/proxy_data_type_controller.cc',
35 'sync_driver/proxy_data_type_controller.h', 37 'sync_driver/proxy_data_type_controller.h',
36 'sync_driver/sync_frontend.cc', 38 'sync_driver/sync_frontend.cc',
37 'sync_driver/sync_frontend.h', 39 'sync_driver/sync_frontend.h',
40 'sync_driver/sync_prefs.cc',
41 'sync_driver/sync_prefs.h',
38 'sync_driver/system_encryptor.cc', 42 'sync_driver/system_encryptor.cc',
39 'sync_driver/system_encryptor.h', 43 'sync_driver/system_encryptor.h',
40 'sync_driver/user_selectable_sync_type.h', 44 'sync_driver/user_selectable_sync_type.h',
41 ], 45 ],
42 }, 46 },
43 { 47 {
44 'target_name': 'sync_driver_test_support', 48 'target_name': 'sync_driver_test_support',
45 'type': 'static_library', 49 'type': 'static_library',
46 'dependencies': [ 50 'dependencies': [
47 'sync_driver', 51 'sync_driver',
(...skipping 13 matching lines...) Expand all
61 'sync_driver/data_type_manager_mock.cc', 65 'sync_driver/data_type_manager_mock.cc',
62 'sync_driver/data_type_manager_mock.h', 66 'sync_driver/data_type_manager_mock.h',
63 'sync_driver/fake_data_type_controller.cc', 67 'sync_driver/fake_data_type_controller.cc',
64 'sync_driver/fake_data_type_controller.h', 68 'sync_driver/fake_data_type_controller.h',
65 'sync_driver/model_associator_mock.cc', 69 'sync_driver/model_associator_mock.cc',
66 'sync_driver/model_associator_mock.h', 70 'sync_driver/model_associator_mock.h',
67 ], 71 ],
68 }, 72 },
69 ], 73 ],
70 } 74 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698