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

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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Fix deps 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", 2 "-components/payments/content",
3 "-content", 3 "-content",
4 "+components/autofill/core", 4 "+components/autofill/core",
5 "+components/keyed_service/core", 5 "+components/keyed_service/core",
6 "+components/metrics", 6 "+components/metrics",
7 "+components/pref_registry",
8 "+components/prefs",
Mathieu 2017/05/11 13:47:55 not used?
anthonyvd 2017/05/11 17:46:28 Done.
7 "+components/strings", 9 "+components/strings",
8 "+components/ukm", 10 "+components/ukm",
9 "+third_party/libaddressinput", 11 "+third_party/libaddressinput",
10 "+third_party/libphonenumber", 12 "+third_party/libphonenumber",
11 "+ui/base", 13 "+ui/base",
12 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698