| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 87e95eeacac2c224d8ca56d9d1149a67d4d94fc6..1626ad6686551badd3c60296ea793cb01193e5a3 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -372,7 +372,6 @@ source_set("common") {
|
| "//gpu/ipc/common",
|
| "//gpu/skia_bindings",
|
| "//ipc",
|
| - "//ipc:mojom",
|
| "//media",
|
| "//media:shared_memory_support",
|
| "//media/base/ipc",
|
| @@ -621,6 +620,9 @@ mojom("mojo_bindings") {
|
| "//url/mojo:url_mojom_origin",
|
| ]
|
|
|
| + overridden_deps = [ "//ipc:mojom" ]
|
| + component_deps = [ "//ipc" ]
|
| +
|
| export_class_attribute = "CONTENT_EXPORT"
|
| export_define = "CONTENT_IMPLEMENTATION=1"
|
| export_header = "content/common/content_export.h"
|
|
|