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

Side by Side Diff: components/autofill/DEPS

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Uses format string for expiration date label. Consistently returns 0 as default (non-experiment) va… Created 4 years 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 "+components/prefs", 2 "+components/prefs",
3 "+google_apis/gaia/gaia_urls.h", 3 "+google_apis/gaia/gaia_urls.h",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+jni", 5 "+jni",
6 "+net", 6 "+net",
7 "+third_party/skia", # For SkColor in autofill_experiments
Mathieu 2016/12/01 21:59:47 nit: wouldn't necessarily say why here
csashi 2016/12/02 05:15:29 Done.
7 "+third_party/zlib/google", 8 "+third_party/zlib/google",
8 "+ui", 9 "+ui",
9 # Autofill is a layered component; subdirectories must explicitly introduce 10 # Autofill is a layered component; subdirectories must explicitly introduce
10 # the ability to use the content layer as appropriate. 11 # the ability to use the content layer as appropriate.
11 "-components/autofill/content", 12 "-components/autofill/content",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698