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

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: gyp shuffle for ios 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
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5fcff796dc284f7b18ec04e6e43aa10f801c9fae 100644
--- a/components/content_settings/core/browser/BUILD.gn
+++ b/components/content_settings/core/browser/BUILD.gn
@@ -34,12 +34,15 @@ 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 = [
"//base",
"//base:prefs",
"//components/content_settings/core/common",
+ "//components/plugins/common",
"//components/pref_registry:pref_registry",
"//net",
"//url",
@@ -56,6 +59,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 = [
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698