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

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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Address comments 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/keyed_service/content",
7 "+components/link_header_util", 7 "+components/link_header_util",
8 "+components/pref_registry",
8 "+components/strings", 9 "+components/strings",
9 "+content/public", 10 "+content/public",
10 "+mojo/public/cpp", 11 "+mojo/public/cpp",
11 "+net", 12 "+net",
12 "+third_party/libphonenumber", 13 "+third_party/libphonenumber",
13 "+third_party/re2", 14 "+third_party/re2",
14 "+ui/base", 15 "+ui/base",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698