| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index dc256d587b362f8d1e8f4bda9cf88185d7211141..7e7f0eb3c65f6c5faa417df0fb091e44f644a074 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -254,7 +254,7 @@ source_set("common_sources") {
|
| deps = [
|
| # This looks needless as we have //content/common in public_deps, but it's
|
| # needed because of allow_circular_includes_from.
|
| - "//content/common:mojo_bindings_cpp_sources",
|
| + "//content/common:mojo_bindings",
|
| "//ipc",
|
| "//media",
|
| "//mojo/common",
|
| @@ -281,7 +281,7 @@ source_set("common_sources") {
|
| # //content/common needs to include public headers.
|
| allow_circular_includes_from = [
|
| "//content/common",
|
| - "//content/common:mojo_bindings_cpp_sources",
|
| + "//content/common:mojo_bindings",
|
| ]
|
|
|
| if (!enable_plugins) {
|
|
|