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

Unified Diff: components/autofill/DEPS

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/test/base/test_switches.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index bed4f0afd3c310a5cb7cb852b475ef52493fd06c..7e8eeb9db5eeb9f6fad7e5594f2348a5a6265063 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -6,7 +6,11 @@ include_rules = [
"+net",
"+third_party/zlib/google",
"+ui",
+
# Autofill is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"-components/autofill/content",
+
+ # This directory contains build flags and does not pull all of PPAPI in.
+ "+ppapi/features",
]
« no previous file with comments | « chrome/test/base/test_switches.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698