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

Unified Diff: components/content_settings.gypi

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: bauerb@ review 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.gypi
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index 89f2b1a01bbac2698359bd1389f8da47014d793f..0c24cc063a115e8335b5f2d2bac23b6176e3c187 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -52,6 +52,8 @@
'content_settings/core/browser/host_content_settings_map.cc',
'content_settings/core/browser/host_content_settings_map.h',
'content_settings/core/browser/local_shared_objects_counter.h',
+ 'content_settings/core/browser/plugins_field_trial.cc',
+ 'content_settings/core/browser/plugins_field_trial.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
@@ -77,6 +79,8 @@
'content_settings/core/common/content_settings_pattern.h',
'content_settings/core/common/content_settings_pattern_parser.cc',
'content_settings/core/common/content_settings_pattern_parser.h',
+ 'content_settings/core/common/content_settings_switches.cc',
+ 'content_settings/core/common/content_settings_switches.h',
'content_settings/core/common/content_settings_types.h',
'content_settings/core/common/permission_request_id.cc',
'content_settings/core/common/permission_request_id.h',

Powered by Google App Engine
This is Rietveld 408576698