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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/webui/history_ui.cc ('k') | components/sync_driver.gypi » ('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 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 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'browser/sync/glue/bookmark_change_processor.cc', 1212 'browser/sync/glue/bookmark_change_processor.cc',
1213 'browser/sync/glue/bookmark_change_processor.h', 1213 'browser/sync/glue/bookmark_change_processor.h',
1214 'browser/sync/glue/bookmark_data_type_controller.cc', 1214 'browser/sync/glue/bookmark_data_type_controller.cc',
1215 'browser/sync/glue/bookmark_data_type_controller.h', 1215 'browser/sync/glue/bookmark_data_type_controller.h',
1216 'browser/sync/glue/bookmark_model_associator.cc', 1216 'browser/sync/glue/bookmark_model_associator.cc',
1217 'browser/sync/glue/bookmark_model_associator.h', 1217 'browser/sync/glue/bookmark_model_associator.h',
1218 'browser/sync/glue/browser_thread_model_worker.cc', 1218 'browser/sync/glue/browser_thread_model_worker.cc',
1219 'browser/sync/glue/browser_thread_model_worker.h', 1219 'browser/sync/glue/browser_thread_model_worker.h',
1220 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 1220 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
1221 'browser/sync/glue/chrome_report_unrecoverable_error.h', 1221 'browser/sync/glue/chrome_report_unrecoverable_error.h',
1222 'browser/sync/glue/device_info.cc',
1223 'browser/sync/glue/device_info.h',
1224 'browser/sync/glue/device_info_data_type_controller.cc',
1225 'browser/sync/glue/device_info_data_type_controller.h',
1226 'browser/sync/glue/device_info_sync_service.cc',
1227 'browser/sync/glue/device_info_sync_service.h',
1228 'browser/sync/glue/device_info_tracker.h',
1229 'browser/sync/glue/extensions_activity_monitor.cc', 1222 'browser/sync/glue/extensions_activity_monitor.cc',
1230 'browser/sync/glue/extensions_activity_monitor.h', 1223 'browser/sync/glue/extensions_activity_monitor.h',
1231 'browser/sync/glue/favicon_cache.cc', 1224 'browser/sync/glue/favicon_cache.cc',
1232 'browser/sync/glue/favicon_cache.h', 1225 'browser/sync/glue/favicon_cache.h',
1233 'browser/sync/glue/frontend_data_type_controller.cc', 1226 'browser/sync/glue/frontend_data_type_controller.cc',
1234 'browser/sync/glue/frontend_data_type_controller.h', 1227 'browser/sync/glue/frontend_data_type_controller.h',
1235 'browser/sync/glue/history_delete_directives_data_type_controller.cc', 1228 'browser/sync/glue/history_delete_directives_data_type_controller.cc',
1236 'browser/sync/glue/history_delete_directives_data_type_controller.h', 1229 'browser/sync/glue/history_delete_directives_data_type_controller.h',
1237 'browser/sync/glue/history_model_worker.cc', 1230 'browser/sync/glue/history_model_worker.cc',
1238 'browser/sync/glue/history_model_worker.h', 1231 'browser/sync/glue/history_model_worker.h',
1239 'browser/sync/glue/invalidation_adapter.cc', 1232 'browser/sync/glue/invalidation_adapter.cc',
1240 'browser/sync/glue/invalidation_adapter.h', 1233 'browser/sync/glue/invalidation_adapter.h',
1241 'browser/sync/glue/invalidation_helper.cc', 1234 'browser/sync/glue/invalidation_helper.cc',
1242 'browser/sync/glue/invalidation_helper.h', 1235 'browser/sync/glue/invalidation_helper.h',
1243 'browser/sync/glue/local_device_info_provider.h',
1244 'browser/sync/glue/local_device_info_provider_impl.cc', 1236 'browser/sync/glue/local_device_info_provider_impl.cc',
1245 'browser/sync/glue/local_device_info_provider_impl.h', 1237 'browser/sync/glue/local_device_info_provider_impl.h',
1246 'browser/sync/glue/non_frontend_data_type_controller.cc', 1238 'browser/sync/glue/non_frontend_data_type_controller.cc',
1247 'browser/sync/glue/non_frontend_data_type_controller.h', 1239 'browser/sync/glue/non_frontend_data_type_controller.h',
1248 'browser/sync/glue/password_data_type_controller.cc', 1240 'browser/sync/glue/password_data_type_controller.cc',
1249 'browser/sync/glue/password_data_type_controller.h', 1241 'browser/sync/glue/password_data_type_controller.h',
1250 'browser/sync/glue/password_model_worker.cc', 1242 'browser/sync/glue/password_model_worker.cc',
1251 'browser/sync/glue/password_model_worker.h', 1243 'browser/sync/glue/password_model_worker.h',
1252 'browser/sync/glue/search_engine_data_type_controller.cc', 1244 'browser/sync/glue/search_engine_data_type_controller.cc',
1253 'browser/sync/glue/search_engine_data_type_controller.h', 1245 'browser/sync/glue/search_engine_data_type_controller.h',
(...skipping 2339 matching lines...) Expand 10 before | Expand all | Expand 10 after
3593 'variables': { 3585 'variables': {
3594 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3595 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3596 }, 3588 },
3597 'includes': [ '../build/protoc.gypi' ] 3589 'includes': [ '../build/protoc.gypi' ]
3598 }, 3590 },
3599 ], 3591 ],
3600 },], 3592 },],
3601 ], 3593 ],
3602 } 3594 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698