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

Side by Side Diff: ui/app_list/DEPS

Issue 499163002: Use qualified path for grit/ui_strings.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura.cc ('k') | ui/app_list/app_list_menu.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit/ui_strings.h",
3 "+skia", 2 "+skia",
4 "+sync", 3 "+sync",
5 "+third_party/google_toolbox_for_mac/src", 4 "+third_party/google_toolbox_for_mac/src",
6 "+third_party/skia", 5 "+third_party/skia",
7 "+ui/accessibility", 6 "+ui/accessibility",
8 "+ui/aura", 7 "+ui/aura",
9 "+ui/base", 8 "+ui/base",
10 "+ui/compositor", 9 "+ui/compositor",
11 "+ui/events", 10 "+ui/events",
12 "+ui/gfx", 11 "+ui/gfx",
13 "+ui/resources/grit/ui_resources.h", 12 "+ui/resources/grit/ui_resources.h",
13 "+ui/strings/grit/ui_strings.h",
14 "+ui/views", 14 "+ui/views",
15 ] 15 ]
OLDNEW
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura.cc ('k') | ui/app_list/app_list_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698