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:
parent
b27fa567bc
commit
d7b02e123a
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ mojom("mojo") {
|
||||||
"//ui/gfx/geometry/mojom",
|
"//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 = []
|
enabled_features = []
|
||||||
if (enable_remote_module) {
|
if (enable_remote_module) {
|
||||||
enabled_features += [ "enable_remote_module" ]
|
enabled_features += [ "enable_remote_module" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue