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

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

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 9 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/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/grit/components_scaled_resources.h",
3 "+components/infobars/core", 4 "+components/infobars/core",
4 "+components/keyed_service/core", 5 "+components/keyed_service/core",
5 "+components/security_state", 6 "+components/security_state",
6 "+components/signin/core/browser", 7 "+components/signin/core/browser",
7 "+components/signin/core/common", 8 "+components/signin/core/common",
8 "+components/sync", 9 "+components/sync",
9 "+components/variations", 10 "+components/variations",
10 "+components/version_info", 11 "+components/version_info",
11 "+components/webdata/common", 12 "+components/webdata/common",
12 "+components/webdata_services", 13 "+components/webdata_services",
13 "+crypto/random.h", 14 "+crypto/random.h",
14 "+google_apis/gaia", 15 "+google_apis/gaia",
15 "+google_apis/google_api_keys.h", 16 "+google_apis/google_api_keys.h",
16 "+net", 17 "+net",
17 "+sql", 18 "+sql",
18 "+third_party/fips181", 19 "+third_party/fips181",
19 "+third_party/libaddressinput", # For address i18n. 20 "+third_party/libaddressinput", # For address i18n.
20 "+third_party/libphonenumber", # For phone number i18n. 21 "+third_party/libphonenumber", # For phone number i18n.
21 "+third_party/libxml", 22 "+third_party/libxml",
22 "+third_party/re2", 23 "+third_party/re2",
23 "+ui/base", 24 "+ui/base",
24 "+ui/gfx", 25 "+ui/gfx",
25 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698