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

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

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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/content/BUILD.gn ('k') | components/payments/content/android/BUILD.gn » ('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/android", 2 "-components/payments/content/android",
3 "-components/payments/content/utility",
3 "+components/autofill", 4 "+components/autofill",
5 "+components/data_use_measurement",
6 "+components/link_header_util",
7 "+components/strings",
4 "+content/public", 8 "+content/public",
5 "+mojo/public/cpp", 9 "+mojo/public/cpp",
10 "+net",
6 "+third_party/re2", 11 "+third_party/re2",
12 "+ui/base",
7 ] 13 ]
OLDNEW
« no previous file with comments | « components/payments/content/BUILD.gn ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698