mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 102.0.4997.0 (#990845)
- Windows: SDK version 10.0.20348.0 is now required. - MacOS: SDK version 12.3 (Xcode 13.3) is now required. - Legacy swiftshader binaries (`swiftshader/*` on Win/Linux and `libswiftshader_*.dylib` on MacOS) have been removed (see issue #3176).
This commit is contained in:
18
patch/patches/linux_bluetooth_1319006.patch
Normal file
18
patch/patches/linux_bluetooth_1319006.patch
Normal file
@ -0,0 +1,18 @@
|
||||
diff --git device/bluetooth/BUILD.gn device/bluetooth/BUILD.gn
|
||||
index 1dce4a29c0820..12e3abe85ddf2 100644
|
||||
--- device/bluetooth/BUILD.gn
|
||||
+++ device/bluetooth/BUILD.gn
|
||||
@@ -50,13 +50,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",
|
Reference in New Issue
Block a user