| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index f04b7f90fc2616b780ed764508a63cc8a171c90b..addcdcbb2736f3c8d7aa674f0b24d9dad96a9f68 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -259,6 +259,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.
|
| + "//components/mime_util",
|
| "//content/common:mojo_bindings",
|
| "//ipc",
|
| "//media",
|
|
|