OLD | NEW |
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 17 matching lines...) Expand all Loading... |
28 'sync_driver/data_type_manager.cc', | 28 'sync_driver/data_type_manager.cc', |
29 'sync_driver/data_type_manager.h', | 29 'sync_driver/data_type_manager.h', |
30 'sync_driver/data_type_manager_observer.h', | 30 'sync_driver/data_type_manager_observer.h', |
31 'sync_driver/failed_data_types_handler.cc', | 31 'sync_driver/failed_data_types_handler.cc', |
32 'sync_driver/failed_data_types_handler.h', | 32 'sync_driver/failed_data_types_handler.h', |
33 'sync_driver/generic_change_processor.cc', | 33 'sync_driver/generic_change_processor.cc', |
34 'sync_driver/generic_change_processor.h', | 34 'sync_driver/generic_change_processor.h', |
35 'sync_driver/model_association_manager.cc', | 35 'sync_driver/model_association_manager.cc', |
36 'sync_driver/model_association_manager.h', | 36 'sync_driver/model_association_manager.h', |
37 'sync_driver/model_associator.h', | 37 'sync_driver/model_associator.h', |
| 38 'sync_driver/non_blocking_data_type_controller.cc', |
| 39 'sync_driver/non_blocking_data_type_controller.h', |
38 'sync_driver/pref_names.cc', | 40 'sync_driver/pref_names.cc', |
39 'sync_driver/pref_names.h', | 41 'sync_driver/pref_names.h', |
40 'sync_driver/proxy_data_type_controller.cc', | 42 'sync_driver/proxy_data_type_controller.cc', |
41 'sync_driver/proxy_data_type_controller.h', | 43 'sync_driver/proxy_data_type_controller.h', |
42 'sync_driver/sync_api_component_factory.h', | 44 'sync_driver/sync_api_component_factory.h', |
43 'sync_driver/sync_frontend.cc', | 45 'sync_driver/sync_frontend.cc', |
44 'sync_driver/sync_frontend.h', | 46 'sync_driver/sync_frontend.h', |
45 'sync_driver/sync_prefs.cc', | 47 'sync_driver/sync_prefs.cc', |
46 'sync_driver/sync_prefs.h', | 48 'sync_driver/sync_prefs.h', |
47 'sync_driver/system_encryptor.cc', | 49 'sync_driver/system_encryptor.cc', |
(...skipping 27 matching lines...) Expand all Loading... |
75 'sync_driver/fake_data_type_controller.cc', | 77 'sync_driver/fake_data_type_controller.cc', |
76 'sync_driver/fake_data_type_controller.h', | 78 'sync_driver/fake_data_type_controller.h', |
77 'sync_driver/fake_generic_change_processor.cc', | 79 'sync_driver/fake_generic_change_processor.cc', |
78 'sync_driver/fake_generic_change_processor.h', | 80 'sync_driver/fake_generic_change_processor.h', |
79 'sync_driver/model_associator_mock.cc', | 81 'sync_driver/model_associator_mock.cc', |
80 'sync_driver/model_associator_mock.h', | 82 'sync_driver/model_associator_mock.h', |
81 ], | 83 ], |
82 }, | 84 }, |
83 ], | 85 ], |
84 } | 86 } |
OLD | NEW |