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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/DEPS
diff --git a/components/payments/content/DEPS b/components/payments/content/DEPS
index a3fc48c75e8babcaa92ffdf1e2379e10cad1a220..c72416aecb9fffd101cb0671b42aaf29a05f0e12 100644
--- a/components/payments/content/DEPS
+++ b/components/payments/content/DEPS
@@ -1,7 +1,13 @@
include_rules = [
"-components/payments/content/android",
+ "-components/payments/content/utility",
"+components/autofill",
+ "+components/data_use_measurement",
+ "+components/link_header_util",
+ "+components/strings",
"+content/public",
"+mojo/public/cpp",
+ "+net",
"+third_party/re2",
+ "+ui/base",
]
« 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