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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/common", 2 "+content/public/common",
3 # Allow inclusion of WebKit API files. 3 # Allow inclusion of WebKit API files.
4 "+third_party/WebKit/public/platform", 4 "+third_party/WebKit/public/platform",
5 "+third_party/WebKit/public/web", 5 "+third_party/WebKit/public/web",
6 ] 6 ]
7
8 specific_include_rules = {
9 '.*_[a-z]*test\.cc': [
10 "+content/public/test",
11 ],
12 }
OLDNEW
« 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