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

Side by Side Diff: components/sync_driver.gypi

Issue 303263002: sync: move SharedChangeProcessor to components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
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 30 matching lines...) Expand all
41 'sync_driver/model_associator.h', 41 'sync_driver/model_associator.h',
42 'sync_driver/non_blocking_data_type_controller.cc', 42 'sync_driver/non_blocking_data_type_controller.cc',
43 'sync_driver/non_blocking_data_type_controller.h', 43 'sync_driver/non_blocking_data_type_controller.h',
44 'sync_driver/non_blocking_data_type_manager.cc', 44 'sync_driver/non_blocking_data_type_manager.cc',
45 'sync_driver/non_blocking_data_type_manager.h', 45 'sync_driver/non_blocking_data_type_manager.h',
46 'sync_driver/pref_names.cc', 46 'sync_driver/pref_names.cc',
47 'sync_driver/pref_names.h', 47 'sync_driver/pref_names.h',
48 'sync_driver/proxy_data_type_controller.cc', 48 'sync_driver/proxy_data_type_controller.cc',
49 'sync_driver/proxy_data_type_controller.h', 49 'sync_driver/proxy_data_type_controller.h',
50 'sync_driver/sync_api_component_factory.h', 50 'sync_driver/sync_api_component_factory.h',
51 'sync_driver/shared_change_processor.cc',
52 'sync_driver/shared_change_processor.h',
53 'sync_driver/shared_change_processor_ref.cc',
54 'sync_driver/shared_change_processor_ref.h',
51 'sync_driver/sync_frontend.cc', 55 'sync_driver/sync_frontend.cc',
52 'sync_driver/sync_frontend.h', 56 'sync_driver/sync_frontend.h',
53 'sync_driver/sync_prefs.cc', 57 'sync_driver/sync_prefs.cc',
54 'sync_driver/sync_prefs.h', 58 'sync_driver/sync_prefs.h',
55 'sync_driver/system_encryptor.cc', 59 'sync_driver/system_encryptor.cc',
56 'sync_driver/system_encryptor.h', 60 'sync_driver/system_encryptor.h',
57 'sync_driver/user_selectable_sync_type.h', 61 'sync_driver/user_selectable_sync_type.h',
58 ], 62 ],
59 }, 63 },
60 { 64 {
(...skipping 22 matching lines...) Expand all
83 'sync_driver/fake_data_type_controller.cc', 87 'sync_driver/fake_data_type_controller.cc',
84 'sync_driver/fake_data_type_controller.h', 88 'sync_driver/fake_data_type_controller.h',
85 'sync_driver/fake_generic_change_processor.cc', 89 'sync_driver/fake_generic_change_processor.cc',
86 'sync_driver/fake_generic_change_processor.h', 90 'sync_driver/fake_generic_change_processor.h',
87 'sync_driver/model_associator_mock.cc', 91 'sync_driver/model_associator_mock.cc',
88 'sync_driver/model_associator_mock.h', 92 'sync_driver/model_associator_mock.h',
89 ], 93 ],
90 }, 94 },
91 ], 95 ],
92 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698