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

Side by Side Diff: ui/views/DEPS

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ozone deps Created 7 years 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/oak/oak_aura_window_display.cc ('k') | ui/views/corewm/shadow_controller.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/aura", 7 "+ui/aura",
8 "+ui/base", 8 "+ui/base",
9 "+ui/compositor", 9 "+ui/compositor",
10 "+ui/events", 10 "+ui/events",
11 "+ui/gfx", 11 "+ui/gfx",
12 "+ui/native_theme",
12 "+ui/ozone", 13 "+ui/ozone",
13 "+ui/native_theme", 14 "+ui/wm/public",
14 15
15 "-testing/gmock", 16 "-testing/gmock",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 "examples_browser_main_parts\.cc": [ 20 "examples_browser_main_parts\.cc": [
20 "+ui/wm/test" 21 "+ui/wm/test"
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « ui/oak/oak_aura_window_display.cc ('k') | ui/views/corewm/shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698