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

Side by Side Diff: components/autofill/DEPS

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 10 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/prefs", 2 "+components/prefs",
3 "+components/strings/grit/components_strings.h",
3 "+google_apis/gaia/gaia_urls.h", 4 "+google_apis/gaia/gaia_urls.h",
4 "+grit", # For generated headers
5 "+jni", 5 "+jni",
6 "+net", 6 "+net",
7 "+third_party/skia", 7 "+third_party/skia",
8 "+third_party/zlib/google", 8 "+third_party/zlib/google",
9 "+ui", 9 "+ui",
10 10
11 # Autofill is a layered component; subdirectories must explicitly introduce 11 # Autofill is a layered component; subdirectories must explicitly introduce
12 # the ability to use the content layer as appropriate. 12 # the ability to use the content layer as appropriate.
13 "-components/autofill/content", 13 "-components/autofill/content",
14 14
15 # This directory contains build flags and does not pull all of PPAPI in. 15 # This directory contains build flags and does not pull all of PPAPI in.
16 "+ppapi/features", 16 "+ppapi/features",
17 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698