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

Side by Side Diff: components/autofill/core/DEPS

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase 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 # TODO(blundell): Bring this list to zero. 2 # TODO(blundell): Bring this list to zero.
3 # 3 #
4 # Do not add to the list of temporarily-allowed dependencies below, 4 # Do not add to the list of temporarily-allowed dependencies below,
5 # and please do not introduce more #includes of these files. 5 # and please do not introduce more #includes of these files.
6 "!content/public/common/common_param_traits.h", 6 "!content/public/common/common_param_traits.h",
7 "!content/public/common/common_param_traits_macros.h", 7 "!content/public/common/common_param_traits_macros.h",
8 "!content/public/common/password_form.h",
9 "!third_party/WebKit/public/web/WebFormElement.h", 8 "!third_party/WebKit/public/web/WebFormElement.h",
10 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698