mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add missing depenencies in chrome/services/media_gallery_util/public/cpp (see https://crbug.com/832591)
This commit is contained in:
@@ -228,6 +228,11 @@ patches = [
|
||||
# Support CEF changes in chrome/renderer.
|
||||
'name': 'chrome_renderer',
|
||||
},
|
||||
{
|
||||
# Add missing depenencies in chrome/services/media_gallery_util/public/cpp.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=832591
|
||||
'name': 'chrome_services',
|
||||
},
|
||||
{
|
||||
# Don't initialize ExtensionSystemFactory when extensions are disabled.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2359
|
||||
|
13
patch/patches/chrome_services.patch
Normal file
13
patch/patches/chrome_services.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git chrome/services/media_gallery_util/public/cpp/BUILD.gn chrome/services/media_gallery_util/public/cpp/BUILD.gn
|
||||
index fcdc1906851d..b6f7112e144e 100644
|
||||
--- chrome/services/media_gallery_util/public/cpp/BUILD.gn
|
||||
+++ chrome/services/media_gallery_util/public/cpp/BUILD.gn
|
||||
@@ -15,6 +15,8 @@ source_set("cpp") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
+ "//media:media_buildflags",
|
||||
+ "//net:buildflags",
|
||||
"//services/service_manager/public/cpp",
|
||||
"//third_party/boringssl",
|
||||
"//third_party/libyuv",
|
Reference in New Issue
Block a user