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

Side by Side Diff: components/sync_driver.gypi

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. Created 5 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 | « 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'sync_driver/open_tabs_ui_delegate.cc', 96 'sync_driver/open_tabs_ui_delegate.cc',
97 'sync_driver/open_tabs_ui_delegate.h', 97 'sync_driver/open_tabs_ui_delegate.h',
98 'sync_driver/pref_names.cc', 98 'sync_driver/pref_names.cc',
99 'sync_driver/pref_names.h', 99 'sync_driver/pref_names.h',
100 'sync_driver/profile_sync_auth_provider.cc', 100 'sync_driver/profile_sync_auth_provider.cc',
101 'sync_driver/profile_sync_auth_provider.h', 101 'sync_driver/profile_sync_auth_provider.h',
102 'sync_driver/protocol_event_observer.cc', 102 'sync_driver/protocol_event_observer.cc',
103 'sync_driver/protocol_event_observer.h', 103 'sync_driver/protocol_event_observer.h',
104 'sync_driver/proxy_data_type_controller.cc', 104 'sync_driver/proxy_data_type_controller.cc',
105 'sync_driver/proxy_data_type_controller.h', 105 'sync_driver/proxy_data_type_controller.h',
106 'sync_driver/revisit/current_tab_matcher.cc',
107 'sync_driver/revisit/current_tab_matcher.h',
108 'sync_driver/revisit/offset_tab_matcher.cc',
109 'sync_driver/revisit/offset_tab_matcher.h',
110 'sync_driver/revisit/page_equality.h',
111 'sync_driver/revisit/page_visit_observer.h',
112 'sync_driver/revisit/sessions_page_revisit_observer.cc',
113 'sync_driver/revisit/sessions_page_revisit_observer.h',
114 'sync_driver/sessions/synced_window_delegates_getter.cc', 106 'sync_driver/sessions/synced_window_delegates_getter.cc',
115 'sync_driver/sessions/synced_window_delegates_getter.h', 107 'sync_driver/sessions/synced_window_delegates_getter.h',
116 'sync_driver/shared_change_processor.cc', 108 'sync_driver/shared_change_processor.cc',
117 'sync_driver/shared_change_processor.h', 109 'sync_driver/shared_change_processor.h',
118 'sync_driver/shared_change_processor_ref.cc', 110 'sync_driver/shared_change_processor_ref.cc',
119 'sync_driver/shared_change_processor_ref.h', 111 'sync_driver/shared_change_processor_ref.h',
120 'sync_driver/signin_manager_wrapper.cc', 112 'sync_driver/signin_manager_wrapper.cc',
121 'sync_driver/signin_manager_wrapper.h', 113 'sync_driver/signin_manager_wrapper.h',
122 'sync_driver/sync_api_component_factory.h', 114 'sync_driver/sync_api_component_factory.h',
123 'sync_driver/sync_client.cc', 115 'sync_driver/sync_client.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'sync_driver/model_associator_mock.cc', 200 'sync_driver/model_associator_mock.cc',
209 'sync_driver/model_associator_mock.h', 201 'sync_driver/model_associator_mock.h',
210 'sync_driver/non_frontend_data_type_controller_mock.cc', 202 'sync_driver/non_frontend_data_type_controller_mock.cc',
211 'sync_driver/non_frontend_data_type_controller_mock.h', 203 'sync_driver/non_frontend_data_type_controller_mock.h',
212 'sync_driver/non_ui_data_type_controller_mock.cc', 204 'sync_driver/non_ui_data_type_controller_mock.cc',
213 'sync_driver/non_ui_data_type_controller_mock.h', 205 'sync_driver/non_ui_data_type_controller_mock.h',
214 ], 206 ],
215 }, 207 },
216 ], 208 ],
217 } 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