mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefRegisterWidevineCdm function and remove component updater support (issue #2009)
Mac: Check in widevinecdmadapter.plugin binary until Widevine GN build errors are resolved (https://crbug.com/626436).
This commit is contained in:
5
BUILD.gn
5
BUILD.gn
@@ -233,8 +233,6 @@ static_library("libcef_static") {
|
||||
"libcef/browser/chrome_profile_manager_stub.h",
|
||||
"libcef/browser/chrome_profile_stub.cc",
|
||||
"libcef/browser/chrome_profile_stub.h",
|
||||
"libcef/browser/component_updater/cef_component_updater_configurator.cc",
|
||||
"libcef/browser/component_updater/cef_component_updater_configurator.h",
|
||||
"libcef/browser/content_browser_client.cc",
|
||||
"libcef/browser/content_browser_client.h",
|
||||
"libcef/browser/context.cc",
|
||||
@@ -468,6 +466,8 @@ static_library("libcef_static") {
|
||||
"libcef/common/value_base.h",
|
||||
"libcef/common/values_impl.cc",
|
||||
"libcef/common/values_impl.h",
|
||||
"libcef/common/widevine_loader.cc",
|
||||
"libcef/common/widevine_loader.h",
|
||||
"libcef/renderer/browser_impl.cc",
|
||||
"libcef/renderer/browser_impl.h",
|
||||
"libcef/renderer/content_renderer_client.cc",
|
||||
@@ -564,7 +564,6 @@ static_library("libcef_static") {
|
||||
"//chrome/common",
|
||||
"//chrome/renderer",
|
||||
"//components/cdm/renderer",
|
||||
"//components/component_updater",
|
||||
"//components/content_settings/core/browser",
|
||||
"//components/content_settings/core/common",
|
||||
"//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
|
||||
|
Reference in New Issue
Block a user