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

Unified Diff: components/autofill/content/browser/DEPS

Issue 16286020: Abstract WebContentsObserver from Autofill shared code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add missing DEPS file Created 7 years, 6 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/browser/DEPS
diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6e19ad5b372a68a8ed9745ff8560f3eb35432b52
--- /dev/null
+++ b/components/autofill/content/browser/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+content/public/browser",
+ ]
+
+specific_include_rules = {
+ '.*_[a-z]*test\.cc': [
+ "+content/public/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698