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

Side by Side Diff: components/payments/core/DEPS

Issue 2970013003: [Payment Request] Displays appropriate footer if first transaction completed (Closed)
Patch Set: Addressed comments + rebase 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 | « components/payments/core/BUILD.gn ('k') | components/payments/core/payments_test_util.h » ('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/payments/content", 2 "-components/payments/content",
3 "-content", 3 "-content",
4 "+components/autofill/core", 4 "+components/autofill/core",
5 "+components/keyed_service/core", 5 "+components/keyed_service/core",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/prefs",
7 "+components/pref_registry", 8 "+components/pref_registry",
8 "+components/strings", 9 "+components/strings",
9 "+components/ukm", 10 "+components/ukm",
10 "+third_party/libaddressinput", 11 "+third_party/libaddressinput",
11 "+third_party/libphonenumber", 12 "+third_party/libphonenumber",
12 "+ui/base", 13 "+ui/base",
13 ] 14 ]
OLDNEW
« no previous file with comments | « components/payments/core/BUILD.gn ('k') | components/payments/core/payments_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698