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

Side by Side Diff: components/translate/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_resources.h",
3 "+components/infobars", 4 "+components/infobars",
4 "+components/language_usage_metrics", 5 "+components/language_usage_metrics",
5 "+components/pref_registry", 6 "+components/pref_registry",
6 "+components/prefs", 7 "+components/prefs",
8 "+components/strings/grit/components_strings.h",
7 "+components/sync_preferences", 9 "+components/sync_preferences",
8 "+components/variations", 10 "+components/variations",
9 "+google_apis", 11 "+google_apis",
10 "+grit", # For generated headers.
11 "+net", 12 "+net",
12 "+ui", 13 "+ui",
13 14
14 # Translate is a layered component; subdirectories must explicitly introduce 15 # Translate is a layered component; subdirectories must explicitly introduce
15 # the ability to use the content layer as appropriate. 16 # the ability to use the content layer as appropriate.
16 "-components/translate/content", 17 "-components/translate/content",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698