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

Unified Diff: components/content_settings.gypi

Issue 2264583003: [HBD] Map ASK to DETECT_IMPORTANT_CONTENT when PreferHtmlOverPlugins is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings.gypi
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index 243fcce8226b536431c2c5407e405a0d4408a1ef..aafc0baa670a307ddfb5f68403d40539e08ed2cb 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -62,14 +62,6 @@
'content_settings/core/browser/website_settings_registry.cc',
'content_settings/core/browser/website_settings_registry.h',
],
- 'conditions': [
- ['enable_plugins == 1', {
- 'sources': [
- '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, ],
},
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698