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

Side by Side Diff: components/bookmarks/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/favicon_base", 2 "+components/favicon_base",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/query_parser", 6 "+components/query_parser",
7 "+components/url_formatter", 7 "+components/url_formatter",
8 "+grit/components_strings.h", 8 "+components/strings/grit/components_strings.h",
Lei Zhang 2017/02/23 19:58:20 sort?
9 "+jni", 9 "+jni",
10 "+net/base", 10 "+net/base",
11 "+ui", 11 "+ui",
12 ] 12 ]
13 13
14 specific_include_rules = { 14 specific_include_rules = {
15 "bookmark_model_unittest.cc": [ 15 "bookmark_model_unittest.cc": [
16 "+third_party/skia", 16 "+third_party/skia",
17 ] 17 ]
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698