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

Side by Side Diff: content/browser/BUILD.gn

Issue 2554253002: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: Created 4 years 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 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "background_sync/background_sync_service_impl.h", 300 "background_sync/background_sync_service_impl.h",
301 "background_sync/background_sync_status.h", 301 "background_sync/background_sync_status.h",
302 "bad_message.cc", 302 "bad_message.cc",
303 "bad_message.h", 303 "bad_message.h",
304 "blob_storage/blob_dispatcher_host.cc", 304 "blob_storage/blob_dispatcher_host.cc",
305 "blob_storage/blob_dispatcher_host.h", 305 "blob_storage/blob_dispatcher_host.h",
306 "blob_storage/chrome_blob_storage_context.cc", 306 "blob_storage/chrome_blob_storage_context.cc",
307 "blob_storage/chrome_blob_storage_context.h", 307 "blob_storage/chrome_blob_storage_context.h",
308 "bluetooth/bluetooth_allowed_devices_map.cc", 308 "bluetooth/bluetooth_allowed_devices_map.cc",
309 "bluetooth/bluetooth_allowed_devices_map.h", 309 "bluetooth/bluetooth_allowed_devices_map.h",
310 "bluetooth/bluetooth_blacklist.cc", 310 "bluetooth/bluetooth_blocklist.cc",
311 "bluetooth/bluetooth_blacklist.h", 311 "bluetooth/bluetooth_blocklist.h",
312 "bluetooth/bluetooth_device_chooser_controller.cc", 312 "bluetooth/bluetooth_device_chooser_controller.cc",
313 "bluetooth/bluetooth_device_chooser_controller.h", 313 "bluetooth/bluetooth_device_chooser_controller.h",
314 "bluetooth/bluetooth_metrics.cc", 314 "bluetooth/bluetooth_metrics.cc",
315 "bluetooth/bluetooth_metrics.h", 315 "bluetooth/bluetooth_metrics.h",
316 "bluetooth/cache_query_result.h", 316 "bluetooth/cache_query_result.h",
317 "bluetooth/frame_connected_bluetooth_devices.cc", 317 "bluetooth/frame_connected_bluetooth_devices.cc",
318 "bluetooth/frame_connected_bluetooth_devices.h", 318 "bluetooth/frame_connected_bluetooth_devices.h",
319 "bluetooth/web_bluetooth_service_impl.cc", 319 "bluetooth/web_bluetooth_service_impl.cc",
320 "bluetooth/web_bluetooth_service_impl.h", 320 "bluetooth/web_bluetooth_service_impl.h",
321 "bootstrap_sandbox_manager_mac.cc", 321 "bootstrap_sandbox_manager_mac.cc",
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 if (!is_component_build) { 1968 if (!is_component_build) {
1969 public_deps = [ 1969 public_deps = [
1970 ":browser", 1970 ":browser",
1971 ] 1971 ]
1972 } else { 1972 } else {
1973 public_deps = [ 1973 public_deps = [
1974 "//third_party/leveldatabase", 1974 "//third_party/leveldatabase",
1975 ] 1975 ]
1976 } 1976 }
1977 } 1977 }
OLDNEW
« no previous file with comments | « chrome/browser/web_bluetooth_browsertest.cc ('k') | content/browser/bluetooth/bluetooth_allowed_devices_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698