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

Unified Diff: content/browser/BUILD.gn

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: bluetooth: web: Rename Blacklist to Blocklist Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 93b3dfd31ae2a043ceef2df66f33d0fc7e19891d..ead5032875f6e8fef75ae2de115e9008ee1a7f61 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -295,8 +295,8 @@ source_set("browser") {
"blob_storage/chrome_blob_storage_context.h",
"bluetooth/bluetooth_allowed_devices_map.cc",
"bluetooth/bluetooth_allowed_devices_map.h",
- "bluetooth/bluetooth_blacklist.cc",
- "bluetooth/bluetooth_blacklist.h",
+ "bluetooth/bluetooth_blocklist.cc",
+ "bluetooth/bluetooth_blocklist.h",
"bluetooth/bluetooth_device_chooser_controller.cc",
"bluetooth/bluetooth_device_chooser_controller.h",
"bluetooth/bluetooth_metrics.cc",

Powered by Google App Engine
This is Rietveld 408576698