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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 430583003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback, added DeviceInfoTracker interface. Created 6 years, 4 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 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 'browser/sync/glue/bookmark_data_type_controller.cc', 1280 'browser/sync/glue/bookmark_data_type_controller.cc',
1281 'browser/sync/glue/bookmark_data_type_controller.h', 1281 'browser/sync/glue/bookmark_data_type_controller.h',
1282 'browser/sync/glue/bookmark_model_associator.cc', 1282 'browser/sync/glue/bookmark_model_associator.cc',
1283 'browser/sync/glue/bookmark_model_associator.h', 1283 'browser/sync/glue/bookmark_model_associator.h',
1284 'browser/sync/glue/browser_thread_model_worker.cc', 1284 'browser/sync/glue/browser_thread_model_worker.cc',
1285 'browser/sync/glue/browser_thread_model_worker.h', 1285 'browser/sync/glue/browser_thread_model_worker.h',
1286 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 1286 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
1287 'browser/sync/glue/chrome_report_unrecoverable_error.h', 1287 'browser/sync/glue/chrome_report_unrecoverable_error.h',
1288 'browser/sync/glue/device_info.cc', 1288 'browser/sync/glue/device_info.cc',
1289 'browser/sync/glue/device_info.h', 1289 'browser/sync/glue/device_info.h',
1290 'browser/sync/glue/device_info_data_type_controller.cc',
1291 'browser/sync/glue/device_info_data_type_controller.h',
1292 'browser/sync/glue/device_info_sync_service.cc',
1293 'browser/sync/glue/device_info_sync_service.h',
1294 'browser/sync/glue/device_info_tracker.h',
1290 'browser/sync/glue/extensions_activity_monitor.cc', 1295 'browser/sync/glue/extensions_activity_monitor.cc',
1291 'browser/sync/glue/extensions_activity_monitor.h', 1296 'browser/sync/glue/extensions_activity_monitor.h',
1292 'browser/sync/glue/favicon_cache.cc', 1297 'browser/sync/glue/favicon_cache.cc',
1293 'browser/sync/glue/favicon_cache.h', 1298 'browser/sync/glue/favicon_cache.h',
1294 'browser/sync/glue/frontend_data_type_controller.cc', 1299 'browser/sync/glue/frontend_data_type_controller.cc',
1295 'browser/sync/glue/frontend_data_type_controller.h', 1300 'browser/sync/glue/frontend_data_type_controller.h',
1296 'browser/sync/glue/history_model_worker.cc', 1301 'browser/sync/glue/history_model_worker.cc',
1297 'browser/sync/glue/history_model_worker.h', 1302 'browser/sync/glue/history_model_worker.h',
1298 'browser/sync/glue/invalidation_adapter.cc', 1303 'browser/sync/glue/invalidation_adapter.cc',
1299 'browser/sync/glue/invalidation_adapter.h', 1304 'browser/sync/glue/invalidation_adapter.h',
(...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'package_name': 'org/chromium/chrome/browser', 3617 'package_name': 'org/chromium/chrome/browser',
3613 'template_deps': ['browser/android/tab_load_status.h'], 3618 'template_deps': ['browser/android/tab_load_status.h'],
3614 }, 3619 },
3615 'includes': [ '../build/android/java_cpp_template.gypi' ], 3620 'includes': [ '../build/android/java_cpp_template.gypi' ],
3616 }, 3621 },
3617 ], 3622 ],
3618 }, 3623 },
3619 ], 3624 ],
3620 ], 3625 ],
3621 } 3626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698