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

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

Issue 2970013003: [Payment Request] Displays appropriate footer if first transaction completed (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/payments",
Mathieu 2017/07/04 20:28:50 is it possible to not have autofill depend on comp
Moe 2017/07/04 21:27:28 Done.
7 "+components/security_state", 8 "+components/security_state",
8 "+components/signin/core/browser", 9 "+components/signin/core/browser",
9 "+components/signin/core/common", 10 "+components/signin/core/common",
10 "+components/sync", 11 "+components/sync",
11 "+components/ukm", 12 "+components/ukm",
12 "+components/variations", 13 "+components/variations",
13 "+components/version_info", 14 "+components/version_info",
14 "+components/webdata/common", 15 "+components/webdata/common",
15 "+components/webdata_services", 16 "+components/webdata_services",
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
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698