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

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

Issue 1084123002: Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fixes Created 5 years, 8 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/browser/BUILD.gn
diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn
index 1f1960834183a68a50b3aa4a3ccfb845e24711a6..84c115a02075faeb33ea4152f67241a631d71e5f 100644
--- a/components/content_settings/core/browser/BUILD.gn
+++ b/components/content_settings/core/browser/BUILD.gn
@@ -34,6 +34,8 @@ static_library("browser") {
"host_content_settings_map.cc",
"host_content_settings_map.h",
"local_shared_objects_counter.h",
+ "plugins_field_trial.cc",
+ "plugins_field_trial.h",
]
deps = [
@@ -56,6 +58,7 @@ source_set("unit_tests") {
"content_settings_provider_unittest.cc",
"content_settings_rule_unittest.cc",
"content_settings_utils_unittest.cc",
+ "plugins_field_trial_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698