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

Side by Side Diff: ui/views/DEPS

Issue 194843004: Move files from ui/views/corewm to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | « chrome/test/base/view_event_test_base.cc ('k') | ui/views/controls/menu/menu_host.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 "+grit/ui_resources.h",
3 "+grit/ui_strings.h", 3 "+grit/ui_strings.h",
4 "+skia/ext", 4 "+skia/ext",
5 "+third_party/iaccessible2", 5 "+third_party/iaccessible2",
6 "+third_party/skia", 6 "+third_party/skia",
7 "+ui/accessibility", 7 "+ui/accessibility",
8 "+ui/aura", 8 "+ui/aura",
9 "+ui/base", 9 "+ui/base",
10 "+ui/compositor", 10 "+ui/compositor",
11 "+ui/events", 11 "+ui/events",
12 "+ui/gfx", 12 "+ui/gfx",
13 "+ui/gl/gl_surface.h", # To initialize GL for tests. 13 "+ui/gl/gl_surface.h", # To initialize GL for tests.
14 "+ui/native_theme", 14 "+ui/native_theme",
15 "+ui/ozone", 15 "+ui/ozone",
16 "+ui/wm/public", 16 "+ui/wm/public",
17 "+ui/wm/core",
sky 2014/03/11 20:37:56 nit: keep sorted.
17 18
18 "-testing/gmock", 19 "-testing/gmock",
19 ] 20 ]
20 21
21 specific_include_rules = { 22 specific_include_rules = {
22 "examples_browser_main_parts\.cc": [ 23 "examples_browser_main_parts\.cc": [
23 "+ui/wm/test" 24 "+ui/wm/test"
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « chrome/test/base/view_event_test_base.cc ('k') | ui/views/controls/menu/menu_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698