зеркало из https://github.com/electron/electron.git
chore: duplicate symbols for mojom interfaces in component build (#27186)
* fix duplicate symbols in component build * fix: duplicate symbols for mojom interfaces in component build
This commit is contained in:
Родитель
b27fa567bc
Коммит
d7b02e123a
|
@ -10,6 +10,11 @@ mojom("mojo") {
|
|||
"//ui/gfx/geometry/mojom",
|
||||
]
|
||||
|
||||
# Needed for component build or we'll get duplicate symbols for many mojom
|
||||
# interfaces aready included in blink_common.dll
|
||||
overridden_deps = [ "//third_party/blink/public/mojom:mojom_core" ]
|
||||
component_deps = [ "//third_party/blink/public/common" ]
|
||||
|
||||
enabled_features = []
|
||||
if (enable_remote_module) {
|
||||
enabled_features += [ "enable_remote_module" ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче