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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2944993002: Remove dependency on BrowserThread::FILE from Sync code (Closed)
Patch Set: More explicit about returning nullptr ModelSafeWorker for FILE group on Android and iOS Created 3 years, 6 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 | « no previous file | chrome/browser/extensions/api/storage/backend_task_runner.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "api/settings_private/settings_private_event_router_factory.cc", 367 "api/settings_private/settings_private_event_router_factory.cc",
368 "api/settings_private/settings_private_event_router_factory.h", 368 "api/settings_private/settings_private_event_router_factory.h",
369 "api/signed_in_devices/id_mapping_helper.cc", 369 "api/signed_in_devices/id_mapping_helper.cc",
370 "api/signed_in_devices/id_mapping_helper.h", 370 "api/signed_in_devices/id_mapping_helper.h",
371 "api/signed_in_devices/signed_in_devices_api.cc", 371 "api/signed_in_devices/signed_in_devices_api.cc",
372 "api/signed_in_devices/signed_in_devices_api.h", 372 "api/signed_in_devices/signed_in_devices_api.h",
373 "api/signed_in_devices/signed_in_devices_manager.cc", 373 "api/signed_in_devices/signed_in_devices_manager.cc",
374 "api/signed_in_devices/signed_in_devices_manager.h", 374 "api/signed_in_devices/signed_in_devices_manager.h",
375 "api/spellcheck/spellcheck_api.cc", 375 "api/spellcheck/spellcheck_api.cc",
376 "api/spellcheck/spellcheck_api.h", 376 "api/spellcheck/spellcheck_api.h",
377 "api/storage/backend_task_runner.cc",
378 "api/storage/backend_task_runner.h",
377 "api/storage/managed_value_store_cache.cc", 379 "api/storage/managed_value_store_cache.cc",
378 "api/storage/managed_value_store_cache.h", 380 "api/storage/managed_value_store_cache.h",
379 "api/storage/policy_value_store.cc", 381 "api/storage/policy_value_store.cc",
380 "api/storage/policy_value_store.h", 382 "api/storage/policy_value_store.h",
381 "api/storage/setting_sync_data.cc", 383 "api/storage/setting_sync_data.cc",
382 "api/storage/setting_sync_data.h", 384 "api/storage/setting_sync_data.h",
383 "api/storage/settings_sync_processor.cc", 385 "api/storage/settings_sync_processor.cc",
384 "api/storage/settings_sync_processor.h", 386 "api/storage/settings_sync_processor.h",
385 "api/storage/settings_sync_util.cc", 387 "api/storage/settings_sync_util.cc",
386 "api/storage/settings_sync_util.h", 388 "api/storage/settings_sync_util.h",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 "api/braille_display_private/brlapi_connection.cc", 1173 "api/braille_display_private/brlapi_connection.cc",
1172 "api/braille_display_private/brlapi_connection.h", 1174 "api/braille_display_private/brlapi_connection.h",
1173 "api/braille_display_private/brlapi_keycode_map.cc", 1175 "api/braille_display_private/brlapi_keycode_map.cc",
1174 "api/braille_display_private/brlapi_keycode_map.h", 1176 "api/braille_display_private/brlapi_keycode_map.h",
1175 ] 1177 ]
1176 deps += [ "//build/linux/libbrlapi" ] 1178 deps += [ "//build/linux/libbrlapi" ]
1177 } else { 1179 } else {
1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1179 } 1181 }
1180 } 1182 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/storage/backend_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698