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

Side by Side Diff: components/undo/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 # undo component is used on iOS and desktop and thus must not depends on 2 # undo component is used on iOS and desktop and thus must not depends on
3 # system-specific directories. 3 # system-specific directories.
4 "-content", 4 "-content",
5 "-ios", 5 "-ios",
6 6
7 "+components/bookmarks/browser", 7 "+components/bookmarks/browser",
8 "+components/keyed_service/core", 8 "+components/keyed_service/core",
9 "+grit/components_strings.h", 9 "+components/strings/grit/components_strings.h",
10 "+ui/base", 10 "+ui/base",
11 ] 11 ]
12 12
13 specific_include_rules = { 13 specific_include_rules = {
14 ".*_test\.cc": [ 14 ".*_test\.cc": [
15 "+components/bookmarks/test", 15 "+components/bookmarks/test",
16 ], 16 ],
17 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698