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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 534733002: Revert "[Sync] Move DataTypeStatusTable ownership into DataTypeManager." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'browser/sync/glue/device_info_data_type_controller.h', 1258 'browser/sync/glue/device_info_data_type_controller.h',
1259 'browser/sync/glue/device_info_sync_service.cc', 1259 'browser/sync/glue/device_info_sync_service.cc',
1260 'browser/sync/glue/device_info_sync_service.h', 1260 'browser/sync/glue/device_info_sync_service.h',
1261 'browser/sync/glue/device_info_tracker.h', 1261 'browser/sync/glue/device_info_tracker.h',
1262 'browser/sync/glue/extensions_activity_monitor.cc', 1262 'browser/sync/glue/extensions_activity_monitor.cc',
1263 'browser/sync/glue/extensions_activity_monitor.h', 1263 'browser/sync/glue/extensions_activity_monitor.h',
1264 'browser/sync/glue/favicon_cache.cc', 1264 'browser/sync/glue/favicon_cache.cc',
1265 'browser/sync/glue/favicon_cache.h', 1265 'browser/sync/glue/favicon_cache.h',
1266 'browser/sync/glue/frontend_data_type_controller.cc', 1266 'browser/sync/glue/frontend_data_type_controller.cc',
1267 'browser/sync/glue/frontend_data_type_controller.h', 1267 'browser/sync/glue/frontend_data_type_controller.h',
1268 'browser/sync/glue/history_delete_directives_data_type_controller.cc',
1269 'browser/sync/glue/history_delete_directives_data_type_controller.h',
1270 'browser/sync/glue/history_model_worker.cc', 1268 'browser/sync/glue/history_model_worker.cc',
1271 'browser/sync/glue/history_model_worker.h', 1269 'browser/sync/glue/history_model_worker.h',
1272 'browser/sync/glue/invalidation_adapter.cc', 1270 'browser/sync/glue/invalidation_adapter.cc',
1273 'browser/sync/glue/invalidation_adapter.h', 1271 'browser/sync/glue/invalidation_adapter.h',
1274 'browser/sync/glue/invalidation_helper.cc', 1272 'browser/sync/glue/invalidation_helper.cc',
1275 'browser/sync/glue/invalidation_helper.h', 1273 'browser/sync/glue/invalidation_helper.h',
1276 'browser/sync/glue/local_device_info_provider.h', 1274 'browser/sync/glue/local_device_info_provider.h',
1277 'browser/sync/glue/local_device_info_provider_impl.cc', 1275 'browser/sync/glue/local_device_info_provider_impl.cc',
1278 'browser/sync/glue/local_device_info_provider_impl.h', 1276 'browser/sync/glue/local_device_info_provider_impl.h',
1279 'browser/sync/glue/non_frontend_data_type_controller.cc', 1277 'browser/sync/glue/non_frontend_data_type_controller.cc',
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 'variables': { 3572 'variables': {
3575 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3573 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3576 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3577 }, 3575 },
3578 'includes': [ '../build/protoc.gypi' ] 3576 'includes': [ '../build/protoc.gypi' ]
3579 }, 3577 },
3580 ], 3578 ],
3581 },], 3579 },],
3582 ], 3580 ],
3583 } 3581 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.h ('k') | components/sync_driver/data_type_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698