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

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

Issue 2839023003: WebView autofill implementation (Closed)
Patch Set: 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 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/grit/components_scaled_resources.h", 3 "+components/grit/components_scaled_resources.h",
4 "+components/infobars/core", 4 "+components/infobars/core",
5 "+components/keyed_service/core", 5 "+components/keyed_service/core",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/security_state", 7 "+components/security_state",
8 "+components/signin/core/browser", 8 "+components/signin/core/browser",
9 "+components/signin/core/common", 9 "+components/signin/core/common",
10 "+components/sync", 10 "+components/sync",
11 "+components/ukm", 11 "+components/ukm",
12 "+components/variations", 12 "+components/variations",
13 "+components/version_info", 13 "+components/version_info",
14 "+components/webdata/common", 14 "+components/webdata/common",
15 "+components/webdata_services", 15 "+components/webdata_services",
16 "+content/public/browser",
16 "+crypto/random.h", 17 "+crypto/random.h",
17 "+google_apis/gaia", 18 "+google_apis/gaia",
18 "+google_apis/google_api_keys.h", 19 "+google_apis/google_api_keys.h",
19 "+net", 20 "+net",
20 "+sql", 21 "+sql",
21 "+third_party/fips181", 22 "+third_party/fips181",
22 "+third_party/libaddressinput", # For address i18n. 23 "+third_party/libaddressinput", # For address i18n.
23 "+third_party/libphonenumber", # For phone number i18n. 24 "+third_party/libphonenumber", # For phone number i18n.
24 "+third_party/libxml", 25 "+third_party/libxml",
25 "+third_party/re2", 26 "+third_party/re2",
26 "+ui/base", 27 "+ui/base",
27 "+ui/gfx", 28 "+ui/gfx",
28 ] 29 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698