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

Side by Side Diff: ui/wm/core/DEPS

Issue 480693002: Use a qualified path for ui_resources.h grit includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/window/custom_frame_view.cc ('k') | ui/wm/core/shadow.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_resources.h", 2 "+third_party/skia",
3 "+ui/aura", 3 "+ui/aura",
4 "+ui/base/accelerators", 4 "+ui/base/accelerators",
5 "+ui/base/cursor", 5 "+ui/base/cursor",
6 "+ui/base/hit_test.h", 6 "+ui/base/hit_test.h",
7 "+ui/base/ime", 7 "+ui/base/ime",
8 "+ui/base/resource", 8 "+ui/base/resource",
9 "+ui/base/ui_base_switches_util.h", 9 "+ui/base/ui_base_switches_util.h",
10 "+ui/base/ui_base_types.h", 10 "+ui/base/ui_base_types.h",
11 "+ui/compositor", 11 "+ui/compositor",
12 "+ui/events", 12 "+ui/events",
13 "+ui/gfx", 13 "+ui/gfx",
14 "+ui/resources/grit/ui_resources.h",
14 "+ui/views/views_export.h", 15 "+ui/views/views_export.h",
15 "+third_party/skia",
16 ] 16 ]
OLDNEW
« no previous file with comments | « ui/views/window/custom_frame_view.cc ('k') | ui/wm/core/shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698