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

Side by Side Diff: components/sync_driver.gypi

Issue 1397913002: [Sync] Componentize local_device_info_provider_impl and test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android Created 5 years, 1 month 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/components_tests.gyp ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'sync_driver/glue/synced_session.cc', 71 'sync_driver/glue/synced_session.cc',
72 'sync_driver/glue/synced_session.h', 72 'sync_driver/glue/synced_session.h',
73 'sync_driver/glue/synced_window_delegate.h', 73 'sync_driver/glue/synced_window_delegate.h',
74 'sync_driver/glue/ui_model_worker.cc', 74 'sync_driver/glue/ui_model_worker.cc',
75 'sync_driver/glue/ui_model_worker.h', 75 'sync_driver/glue/ui_model_worker.h',
76 'sync_driver/invalidation_adapter.cc', 76 'sync_driver/invalidation_adapter.cc',
77 'sync_driver/invalidation_adapter.h', 77 'sync_driver/invalidation_adapter.h',
78 'sync_driver/invalidation_helper.cc', 78 'sync_driver/invalidation_helper.cc',
79 'sync_driver/invalidation_helper.h', 79 'sync_driver/invalidation_helper.h',
80 'sync_driver/local_device_info_provider.h', 80 'sync_driver/local_device_info_provider.h',
81 'sync_driver/local_device_info_provider_impl.cc',
82 'sync_driver/local_device_info_provider_impl.h',
81 'sync_driver/model_association_manager.cc', 83 'sync_driver/model_association_manager.cc',
82 'sync_driver/model_association_manager.h', 84 'sync_driver/model_association_manager.h',
83 'sync_driver/model_associator.h', 85 'sync_driver/model_associator.h',
84 'sync_driver/non_blocking_data_type_controller.cc', 86 'sync_driver/non_blocking_data_type_controller.cc',
85 'sync_driver/non_blocking_data_type_controller.h', 87 'sync_driver/non_blocking_data_type_controller.h',
86 'sync_driver/non_frontend_data_type_controller.cc', 88 'sync_driver/non_frontend_data_type_controller.cc',
87 'sync_driver/non_frontend_data_type_controller.h', 89 'sync_driver/non_frontend_data_type_controller.h',
88 'sync_driver/non_ui_data_type_controller.cc', 90 'sync_driver/non_ui_data_type_controller.cc',
89 'sync_driver/non_ui_data_type_controller.h', 91 'sync_driver/non_ui_data_type_controller.h',
90 'sync_driver/open_tabs_ui_delegate.cc', 92 'sync_driver/open_tabs_ui_delegate.cc',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'sync_driver/non_frontend_data_type_controller_mock.cc', 200 'sync_driver/non_frontend_data_type_controller_mock.cc',
199 'sync_driver/non_frontend_data_type_controller_mock.h', 201 'sync_driver/non_frontend_data_type_controller_mock.h',
200 'sync_driver/non_ui_data_type_controller_mock.cc', 202 'sync_driver/non_ui_data_type_controller_mock.cc',
201 'sync_driver/non_ui_data_type_controller_mock.h', 203 'sync_driver/non_ui_data_type_controller_mock.h',
202 'sync_driver/sync_api_component_factory_mock.cc', 204 'sync_driver/sync_api_component_factory_mock.cc',
203 'sync_driver/sync_api_component_factory_mock.h', 205 'sync_driver/sync_api_component_factory_mock.h',
204 ], 206 ],
205 }, 207 },
206 ], 208 ],
207 } 209 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698