| Index: components/content_settings/core/common/BUILD.gn
|
| diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn
|
| index 42404221620090bf37de7d687fefa8a87d135a1c..a70021e8a51a140cf152629a930e8e7abcf238cb 100644
|
| --- a/components/content_settings/core/common/BUILD.gn
|
| +++ b/components/content_settings/core/common/BUILD.gn
|
| @@ -13,6 +13,8 @@ static_library("common") {
|
| "content_settings_pattern_parser.cc",
|
| "content_settings_pattern_parser.h",
|
| "content_settings_types.h",
|
| + "content_settings_utils.cc",
|
| + "content_settings_utils.h",
|
| "pref_names.cc",
|
| "pref_names.h",
|
| ]
|
| @@ -21,6 +23,8 @@ static_library("common") {
|
|
|
| deps = [
|
| "//base",
|
| + "//mojo/common:common_custom_types",
|
| + "//mojo/common:struct_traits",
|
| "//mojo/public/cpp/bindings:struct_traits",
|
| "//net",
|
| "//url",
|
| @@ -47,4 +51,8 @@ mojom("mojo_bindings") {
|
| sources = [
|
| "content_settings.mojom",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| + ]
|
| }
|
|
|