Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: components/content_settings/core/common/BUILD.gn

Issue 2938163002: Store base::Value in ContentSettingPatternSource instead of an enum (Closed)
Patch Set: rebased Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ]
}
« no previous file with comments | « components/content_settings/core/browser/host_content_settings_map.cc ('k') | components/content_settings/core/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698