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

Side by Side Diff: components/autofill/DEPS

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Fixes compile error. 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",
7 "+third_party/zlib/google", 8 "+third_party/zlib/google",
8 "+ui", 9 "+ui",
9 10
10 # Autofill is a layered component; subdirectories must explicitly introduce 11 # Autofill is a layered component; subdirectories must explicitly introduce
11 # the ability to use the content layer as appropriate. 12 # the ability to use the content layer as appropriate.
12 "-components/autofill/content", 13 "-components/autofill/content",
13 14
14 # This directory contains build flags and does not pull all of PPAPI in. 15 # This directory contains build flags and does not pull all of PPAPI in.
15 "+ppapi/features", 16 "+ppapi/features",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698