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

Side by Side Diff: components/autofill/core/browser/DEPS

Issue 1137513002: Autofill: Add WalletIntegrationAvailable() to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Change pointer params to const ref. Add newline. Created 5 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/infobars/core", 2 "+components/infobars/core",
3 "+components/keyed_service/core", 3 "+components/keyed_service/core",
4 "+components/signin/core/browser", 4 "+components/signin/core/browser",
5 "+components/signin/core/common", 5 "+components/signin/core/common",
6 "+components/sync_driver",
6 "+components/webdata/common", 7 "+components/webdata/common",
7 "+components/webdata_services", 8 "+components/webdata_services",
8 "+crypto/random.h", 9 "+crypto/random.h",
9 "+google_apis/gaia", 10 "+google_apis/gaia",
10 "+google_apis/google_api_keys.h", 11 "+google_apis/google_api_keys.h",
11 "+net", 12 "+net",
12 "+sql", 13 "+sql",
13 "+sync", 14 "+sync",
14 "+third_party/fips181", 15 "+third_party/fips181",
15 "+third_party/libjingle", 16 "+third_party/libjingle",
16 "+third_party/webrtc/libjingle", 17 "+third_party/webrtc/libjingle",
17 "+third_party/libaddressinput", # For address i18n. 18 "+third_party/libaddressinput", # For address i18n.
18 "+third_party/libphonenumber", # For phone number i18n. 19 "+third_party/libphonenumber", # For phone number i18n.
19 "+ui/base", 20 "+ui/base",
20 "+ui/gfx", 21 "+ui/gfx",
21 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698