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

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 ExtensionSessionsTest test failures 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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 'browser/sync/glue/device_info.cc', 1312 'browser/sync/glue/device_info.cc',
1313 'browser/sync/glue/device_info.h', 1313 'browser/sync/glue/device_info.h',
1314 'browser/sync/glue/extensions_activity_monitor.cc', 1314 'browser/sync/glue/extensions_activity_monitor.cc',
1315 'browser/sync/glue/extensions_activity_monitor.h', 1315 'browser/sync/glue/extensions_activity_monitor.h',
1316 'browser/sync/glue/favicon_cache.cc', 1316 'browser/sync/glue/favicon_cache.cc',
1317 'browser/sync/glue/favicon_cache.h', 1317 'browser/sync/glue/favicon_cache.h',
1318 'browser/sync/glue/frontend_data_type_controller.cc', 1318 'browser/sync/glue/frontend_data_type_controller.cc',
1319 'browser/sync/glue/frontend_data_type_controller.h', 1319 'browser/sync/glue/frontend_data_type_controller.h',
1320 'browser/sync/glue/history_model_worker.cc', 1320 'browser/sync/glue/history_model_worker.cc',
1321 'browser/sync/glue/history_model_worker.h', 1321 'browser/sync/glue/history_model_worker.h',
1322 'browser/sync/glue/local_device_info_provider.h',
1323 'browser/sync/glue/local_device_info_provider_impl.cc',
1324 'browser/sync/glue/local_device_info_provider_impl.h',
1322 'browser/sync/glue/non_frontend_data_type_controller.cc', 1325 'browser/sync/glue/non_frontend_data_type_controller.cc',
1323 'browser/sync/glue/non_frontend_data_type_controller.h', 1326 'browser/sync/glue/non_frontend_data_type_controller.h',
1324 'browser/sync/glue/password_data_type_controller.cc', 1327 'browser/sync/glue/password_data_type_controller.cc',
1325 'browser/sync/glue/password_data_type_controller.h', 1328 'browser/sync/glue/password_data_type_controller.h',
1326 'browser/sync/glue/password_model_worker.cc', 1329 'browser/sync/glue/password_model_worker.cc',
1327 'browser/sync/glue/password_model_worker.h', 1330 'browser/sync/glue/password_model_worker.h',
1328 'browser/sync/glue/search_engine_data_type_controller.cc', 1331 'browser/sync/glue/search_engine_data_type_controller.cc',
1329 'browser/sync/glue/search_engine_data_type_controller.h', 1332 'browser/sync/glue/search_engine_data_type_controller.h',
1330 'browser/sync/glue/sync_backend_host.cc', 1333 'browser/sync/glue/sync_backend_host.cc',
1331 'browser/sync/glue/sync_backend_host.h', 1334 'browser/sync/glue/sync_backend_host.h',
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'package_name': 'org/chromium/chrome/browser', 3595 'package_name': 'org/chromium/chrome/browser',
3593 'template_deps': ['browser/android/tab_load_status.h'], 3596 'template_deps': ['browser/android/tab_load_status.h'],
3594 }, 3597 },
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], 3598 'includes': [ '../build/android/java_cpp_template.gypi' ],
3596 }, 3599 },
3597 ], 3600 ],
3598 }, 3601 },
3599 ], 3602 ],
3600 ], 3603 ],
3601 } 3604 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698