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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 367153005: Sync: Refactoring of DEVICE_INFO syncable type - Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test issues with mocking of LocalDeviceInfoProvider Created 6 years, 5 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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 'browser/sync/glue/extensions_activity_monitor.cc', 1293 'browser/sync/glue/extensions_activity_monitor.cc',
1294 'browser/sync/glue/extensions_activity_monitor.h', 1294 'browser/sync/glue/extensions_activity_monitor.h',
1295 'browser/sync/glue/favicon_cache.cc', 1295 'browser/sync/glue/favicon_cache.cc',
1296 'browser/sync/glue/favicon_cache.h', 1296 'browser/sync/glue/favicon_cache.h',
1297 'browser/sync/glue/frontend_data_type_controller.cc', 1297 'browser/sync/glue/frontend_data_type_controller.cc',
1298 'browser/sync/glue/frontend_data_type_controller.h', 1298 'browser/sync/glue/frontend_data_type_controller.h',
1299 'browser/sync/glue/history_model_worker.cc', 1299 'browser/sync/glue/history_model_worker.cc',
1300 'browser/sync/glue/history_model_worker.h', 1300 'browser/sync/glue/history_model_worker.h',
1301 'browser/sync/glue/invalidation_adapter.cc', 1301 'browser/sync/glue/invalidation_adapter.cc',
1302 'browser/sync/glue/invalidation_adapter.h', 1302 'browser/sync/glue/invalidation_adapter.h',
1303 'browser/sync/glue/local_device_info_provider.h',
1304 'browser/sync/glue/local_device_info_provider_impl.cc',
1305 'browser/sync/glue/local_device_info_provider_impl.h',
1303 'browser/sync/glue/non_frontend_data_type_controller.cc', 1306 'browser/sync/glue/non_frontend_data_type_controller.cc',
1304 'browser/sync/glue/non_frontend_data_type_controller.h', 1307 'browser/sync/glue/non_frontend_data_type_controller.h',
1305 'browser/sync/glue/password_data_type_controller.cc', 1308 'browser/sync/glue/password_data_type_controller.cc',
1306 'browser/sync/glue/password_data_type_controller.h', 1309 'browser/sync/glue/password_data_type_controller.h',
1307 'browser/sync/glue/password_model_worker.cc', 1310 'browser/sync/glue/password_model_worker.cc',
1308 'browser/sync/glue/password_model_worker.h', 1311 'browser/sync/glue/password_model_worker.h',
1309 'browser/sync/glue/search_engine_data_type_controller.cc', 1312 'browser/sync/glue/search_engine_data_type_controller.cc',
1310 'browser/sync/glue/search_engine_data_type_controller.h', 1313 'browser/sync/glue/search_engine_data_type_controller.h',
1311 'browser/sync/glue/sync_backend_host.cc', 1314 'browser/sync/glue/sync_backend_host.cc',
1312 'browser/sync/glue/sync_backend_host.h', 1315 'browser/sync/glue/sync_backend_host.h',
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 'package_name': 'org/chromium/chrome/browser', 3592 'package_name': 'org/chromium/chrome/browser',
3590 'template_deps': ['browser/android/tab_load_status.h'], 3593 'template_deps': ['browser/android/tab_load_status.h'],
3591 }, 3594 },
3592 'includes': [ '../build/android/java_cpp_template.gypi' ], 3595 'includes': [ '../build/android/java_cpp_template.gypi' ],
3593 }, 3596 },
3594 ], 3597 ],
3595 }, 3598 },
3596 ], 3599 ],
3597 ], 3600 ],
3598 } 3601 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698