mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-02 10:58:11 +01:00
- mac: Xcode 14.0 with macOS SDK 13.0 is now required. - Remove CefRequestHandler::OnQuotaRequest because persistent quota is no longer supported (see https://crbug.com/1208141)
19 lines
496 B
Diff
19 lines
496 B
Diff
diff --git device/bluetooth/BUILD.gn device/bluetooth/BUILD.gn
|
|
index 383a05519497a..3d4c95c39712c 100644
|
|
--- device/bluetooth/BUILD.gn
|
|
+++ device/bluetooth/BUILD.gn
|
|
@@ -45,13 +45,6 @@ source_set("deprecated_experimental_mojo") {
|
|
"socket.h",
|
|
]
|
|
|
|
- if (is_chromeos || is_linux) {
|
|
- sources += [
|
|
- "bluez/metrics_recorder.cc",
|
|
- "bluez/metrics_recorder.h",
|
|
- ]
|
|
- }
|
|
-
|
|
deps = [
|
|
":bluetooth",
|
|
"//device/bluetooth/public/mojom:deprecated_experimental_interfaces",
|