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

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

Issue 2866623003: PaymentRequest.canMakePayment() query quota on desktop. (Closed)
Patch Set: frame Created 3 years, 7 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/payments/content/android", 2 "-components/payments/content/android",
3 "-components/payments/content/utility", 3 "-components/payments/content/utility",
4 "+components/autofill", 4 "+components/autofill",
5 "+components/data_use_measurement", 5 "+components/data_use_measurement",
6 "+components/keyed_service/content",
6 "+components/link_header_util", 7 "+components/link_header_util",
7 "+components/strings", 8 "+components/strings",
8 "+content/public", 9 "+content/public",
9 "+mojo/public/cpp", 10 "+mojo/public/cpp",
10 "+net", 11 "+net",
11 "+third_party/libphonenumber", 12 "+third_party/libphonenumber",
12 "+third_party/re2", 13 "+third_party/re2",
13 "+ui/base", 14 "+ui/base",
14 ] 15 ]
OLDNEW
« no previous file with comments | « components/payments/content/BUILD.gn ('k') | components/payments/content/can_make_payment_query_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698