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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 535683002: Fix use-after-free in HDDDTC shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'browser/sync/glue/device_info_data_type_controller.h', 1254 'browser/sync/glue/device_info_data_type_controller.h',
1255 'browser/sync/glue/device_info_sync_service.cc', 1255 'browser/sync/glue/device_info_sync_service.cc',
1256 'browser/sync/glue/device_info_sync_service.h', 1256 'browser/sync/glue/device_info_sync_service.h',
1257 'browser/sync/glue/device_info_tracker.h', 1257 'browser/sync/glue/device_info_tracker.h',
1258 'browser/sync/glue/extensions_activity_monitor.cc', 1258 'browser/sync/glue/extensions_activity_monitor.cc',
1259 'browser/sync/glue/extensions_activity_monitor.h', 1259 'browser/sync/glue/extensions_activity_monitor.h',
1260 'browser/sync/glue/favicon_cache.cc', 1260 'browser/sync/glue/favicon_cache.cc',
1261 'browser/sync/glue/favicon_cache.h', 1261 'browser/sync/glue/favicon_cache.h',
1262 'browser/sync/glue/frontend_data_type_controller.cc', 1262 'browser/sync/glue/frontend_data_type_controller.cc',
1263 'browser/sync/glue/frontend_data_type_controller.h', 1263 'browser/sync/glue/frontend_data_type_controller.h',
1264 'browser/sync/glue/history_delete_directives_data_type_controller.cc',
1265 'browser/sync/glue/history_delete_directives_data_type_controller.h',
1264 'browser/sync/glue/history_model_worker.cc', 1266 'browser/sync/glue/history_model_worker.cc',
1265 'browser/sync/glue/history_model_worker.h', 1267 'browser/sync/glue/history_model_worker.h',
1266 'browser/sync/glue/invalidation_adapter.cc', 1268 'browser/sync/glue/invalidation_adapter.cc',
1267 'browser/sync/glue/invalidation_adapter.h', 1269 'browser/sync/glue/invalidation_adapter.h',
1268 'browser/sync/glue/invalidation_helper.cc', 1270 'browser/sync/glue/invalidation_helper.cc',
1269 'browser/sync/glue/invalidation_helper.h', 1271 'browser/sync/glue/invalidation_helper.h',
1270 'browser/sync/glue/local_device_info_provider.h', 1272 'browser/sync/glue/local_device_info_provider.h',
1271 'browser/sync/glue/local_device_info_provider_impl.cc', 1273 'browser/sync/glue/local_device_info_provider_impl.cc',
1272 'browser/sync/glue/local_device_info_provider_impl.h', 1274 'browser/sync/glue/local_device_info_provider_impl.h',
1273 'browser/sync/glue/non_frontend_data_type_controller.cc', 1275 'browser/sync/glue/non_frontend_data_type_controller.cc',
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'variables': { 3570 'variables': {
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3571 }, 3573 },
3572 'includes': [ '../build/protoc.gypi' ] 3574 'includes': [ '../build/protoc.gypi' ]
3573 }, 3575 },
3574 ], 3576 ],
3575 },], 3577 },],
3576 ], 3578 ],
3577 } 3579 }
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