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

Unified Diff: components/payments/DEPS

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: components/payments/DEPS
diff --git a/components/payments/DEPS b/components/payments/DEPS
index 002344e17a101f01507857a0704a902f6afd786b..b6e14df64bb6062b381c9eff0f853fe5c46dde33 100644
--- a/components/payments/DEPS
+++ b/components/payments/DEPS
@@ -1,9 +1,14 @@
include_rules = [
"+components/autofill",
+ "+components/data_use_measurement",
+ "+components/link_header_util",
+
# 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
"+content/public/browser",
+ "+content/public/test",
"+mojo/public/cpp",
+ "+net",
"+third_party/libaddressinput", # For address i18n.
"+third_party/re2",
]

Powered by Google App Engine
This is Rietveld 408576698