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

Side by Side Diff: components/sync_driver.gypi

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 years, 2 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 | « chrome/chrome_browser.gypi ('k') | components/sync_driver/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 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 # GN version: //components/sync_driver 8 # GN version: //components/sync_driver
9 'target_name': 'sync_driver', 9 'target_name': 'sync_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 16 matching lines...) Expand all
27 'sync_driver/data_type_encryption_handler.cc', 27 'sync_driver/data_type_encryption_handler.cc',
28 'sync_driver/data_type_encryption_handler.h', 28 'sync_driver/data_type_encryption_handler.h',
29 'sync_driver/data_type_error_handler.h', 29 'sync_driver/data_type_error_handler.h',
30 'sync_driver/data_type_manager.cc', 30 'sync_driver/data_type_manager.cc',
31 'sync_driver/data_type_manager.h', 31 'sync_driver/data_type_manager.h',
32 'sync_driver/data_type_manager_impl.cc', 32 'sync_driver/data_type_manager_impl.cc',
33 'sync_driver/data_type_manager_impl.h', 33 'sync_driver/data_type_manager_impl.h',
34 'sync_driver/data_type_manager_observer.h', 34 'sync_driver/data_type_manager_observer.h',
35 'sync_driver/data_type_status_table.cc', 35 'sync_driver/data_type_status_table.cc',
36 'sync_driver/data_type_status_table.h', 36 'sync_driver/data_type_status_table.h',
37 'sync_driver/device_info.cc',
38 'sync_driver/device_info.h',
39 'sync_driver/device_info_data_type_controller.cc',
40 'sync_driver/device_info_data_type_controller.h',
41 'sync_driver/device_info_sync_service.cc',
42 'sync_driver/device_info_sync_service.h',
43 'sync_driver/device_info_tracker.h',
37 'sync_driver/generic_change_processor.cc', 44 'sync_driver/generic_change_processor.cc',
38 'sync_driver/generic_change_processor.h', 45 'sync_driver/generic_change_processor.h',
39 'sync_driver/generic_change_processor_factory.cc', 46 'sync_driver/generic_change_processor_factory.cc',
40 'sync_driver/generic_change_processor_factory.h', 47 'sync_driver/generic_change_processor_factory.h',
48 'sync_driver/local_device_info_provider.h',
41 'sync_driver/model_association_manager.cc', 49 'sync_driver/model_association_manager.cc',
42 'sync_driver/model_association_manager.h', 50 'sync_driver/model_association_manager.h',
43 'sync_driver/model_associator.h', 51 'sync_driver/model_associator.h',
44 'sync_driver/non_blocking_data_type_controller.cc', 52 'sync_driver/non_blocking_data_type_controller.cc',
45 'sync_driver/non_blocking_data_type_controller.h', 53 'sync_driver/non_blocking_data_type_controller.h',
46 'sync_driver/non_blocking_data_type_manager.cc', 54 'sync_driver/non_blocking_data_type_manager.cc',
47 'sync_driver/non_blocking_data_type_manager.h', 55 'sync_driver/non_blocking_data_type_manager.h',
48 'sync_driver/non_ui_data_type_controller.cc', 56 'sync_driver/non_ui_data_type_controller.cc',
49 'sync_driver/non_ui_data_type_controller.h', 57 'sync_driver/non_ui_data_type_controller.h',
50 'sync_driver/pref_names.cc', 58 'sync_driver/pref_names.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'sync_driver/fake_generic_change_processor.cc', 103 'sync_driver/fake_generic_change_processor.cc',
96 'sync_driver/fake_generic_change_processor.h', 104 'sync_driver/fake_generic_change_processor.h',
97 'sync_driver/model_associator_mock.cc', 105 'sync_driver/model_associator_mock.cc',
98 'sync_driver/model_associator_mock.h', 106 'sync_driver/model_associator_mock.h',
99 'sync_driver/non_ui_data_type_controller_mock.cc', 107 'sync_driver/non_ui_data_type_controller_mock.cc',
100 'sync_driver/non_ui_data_type_controller_mock.h', 108 'sync_driver/non_ui_data_type_controller_mock.h',
101 ], 109 ],
102 }, 110 },
103 ], 111 ],
104 } 112 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698