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

Unified Diff: components/autofill/content/DEPS

Issue 23622013: Move password_form_conversion_utils out of //content into //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password_form_includes_removal
Patch Set: Add bug reference for components_browsertests Created 7 years, 3 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/autofill.gypi ('k') | components/autofill/content/renderer/password_autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/DEPS
diff --git a/components/autofill/content/DEPS b/components/autofill/content/DEPS
index bd7656f8b4e414f0f759f91628914db336e82059..4b94f27f56929f1732429e5199385ca9bfaa9629 100644
--- a/components/autofill/content/DEPS
+++ b/components/autofill/content/DEPS
@@ -4,3 +4,9 @@ include_rules = [
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
]
+
+specific_include_rules = {
+ '.*_[a-z]*test\.cc': [
+ "+content/public/test",
+ ],
+}
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/renderer/password_autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698