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

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

Issue 2801513002: [Payments] Add web app manifest section table in SQLite web database (Closed)
Patch Set: Created 3 years, 8 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/link_header_util", 6 "+components/link_header_util",
7 "+components/strings", 7 "+components/strings",
8 "+components/webdata/common",
9 "+components/webdata_services",
8 "+content/public", 10 "+content/public",
9 "+mojo/public/cpp", 11 "+mojo/public/cpp",
10 "+net", 12 "+net",
13 "+sql",
11 "+third_party/re2", 14 "+third_party/re2",
12 "+ui/base", 15 "+ui/base",
13 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698