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

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: Created 7 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
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': [
Ilya Sherman 2013/08/30 21:55:47 Could you narrow this rule to allow only the speci
blundell 2013/09/02 10:52:56 This is the DEPS file for //components/autofill/co
Ilya Sherman 2013/09/03 22:39:18 Ah, I mistook this for a temporary exception. Nev
+ "+content/public/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698