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

Side by Side Diff: ui/message_center/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, 3 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 | « ui/base/text/bytes_formatting.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('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/ext", 2 "+skia/ext",
4 "+third_party/skia", 3 "+third_party/skia",
5 "+ui/accessibility", 4 "+ui/accessibility",
6 "+ui/aura", 5 "+ui/aura",
7 "+ui/base", 6 "+ui/base",
8 "+ui/compositor", 7 "+ui/compositor",
9 "+ui/events", 8 "+ui/events",
10 "+ui/gfx", 9 "+ui/gfx",
11 "+ui/native_theme", 10 "+ui/native_theme",
12 "+ui/resources/grit/ui_resources.h", 11 "+ui/resources/grit/ui_resources.h",
12 "+ui/strings/grit/ui_strings.h",
13 "+ui/test", 13 "+ui/test",
14 "+ui/views", 14 "+ui/views",
15 ] 15 ]
OLDNEW
« no previous file with comments | « ui/base/text/bytes_formatting.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698