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

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

Issue 2865233003: Use an MutationObserver to check when a password form disappears after XHR (Closed)
Patch Set: tests Created 3 years, 7 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.
4 "+third_party/WebKit/public/platform",
5 "+third_party/WebKit/public/web",
jochen (gone - plz use gerrit) 2017/05/10 11:45:41 browser/ must not blanket allow WebKit includes, s
dvadym 2017/05/10 16:42:52 Thanks
6 "+mojo/common", 3 "+mojo/common",
7 "+mojo/public", 4 "+mojo/public",
8 "+services/service_manager/public/cpp", 5 "+services/service_manager/public/cpp",
9 ] 6 ]
10 7
11 specific_include_rules = { 8 specific_include_rules = {
12 '.*_[a-z]*test\.cc': [ 9 '.*_[a-z]*test\.cc': [
13 "+content/public/test", 10 "+content/public/test",
14 ], 11 ],
15 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698