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

Unified Diff: components/content_settings/core/browser/DEPS

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/DEPS
diff --git a/components/content_settings/core/browser/DEPS b/components/content_settings/core/browser/DEPS
index dcf594c9ad6801a715f4e4a11880b5b6882c78f9..92d69a64e05307e2ce7aa50e22d9552cf8eea7b4 100644
--- a/components/content_settings/core/browser/DEPS
+++ b/components/content_settings/core/browser/DEPS
@@ -1,6 +1,13 @@
include_rules = [
+ "+components/content_settings/core/common",
"+components/content_settings/core/test",
"+components/pref_registry",
"+net/base",
"+net/cookies",
]
+
+specific_include_rules = {
+ '.*_[a-z]*test\.cc': [
+ '+base/test',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698