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

Side by Side Diff: components/payments/DEPS

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/autofill", 2 "+components/autofill",
3 "+components/data_use_measurement",
4 "+components/link_header_util",
5
3 # TODO(crbug.com/679381): Move this to components/payments/content. 6 # TODO(crbug.com/679381): Move this to components/payments/content.
sdefresne 2017/02/23 17:11:05 This component is used on iOS so cannot depends on
please use gerrit instead 2017/02/23 19:57:51 I've started work on https://crbug.com/679381. It
4 "+content/public/browser", 7 "+content/public/browser",
8 "+content/public/test",
5 9
6 "+mojo/public/cpp", 10 "+mojo/public/cpp",
11 "+net",
7 "+third_party/libaddressinput", # For address i18n. 12 "+third_party/libaddressinput", # For address i18n.
8 "+third_party/re2", 13 "+third_party/re2",
9 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698