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

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

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years 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/keyed_service/core", 3 "+components/keyed_service/core",
3 "+components/webdata/common", 4 "+components/webdata/common",
4 "+crypto/random.h", 5 "+crypto/random.h",
5 "+google_apis/gaia", 6 "+google_apis/gaia",
6 "+google_apis/google_api_keys.h", 7 "+google_apis/google_api_keys.h",
7 "+net", 8 "+net",
8 "+sql", 9 "+sql",
9 "+third_party/fips181", 10 "+third_party/fips181",
10 "+third_party/libjingle", 11 "+third_party/libjingle",
11 "+third_party/webrtc/libjingle", 12 "+third_party/webrtc/libjingle",
12 "+third_party/libaddressinput", # For address i18n. 13 "+third_party/libaddressinput", # For address i18n.
13 "+third_party/libphonenumber", # For phone number i18n. 14 "+third_party/libphonenumber", # For phone number i18n.
15 "+ui/base",
16 "+ui/gfx",
17 "+ui/gfx/geometry",
Ilya Sherman 2014/12/12 22:24:21 nit: No need for ui/gfx/geometry if you already al
Pritam Nikam 2014/12/15 11:16:14 Done.
14 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698