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: ash/wm/overview/DEPS

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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
OLDNEW
1 # See ash/README.md for details on why aura is not allowed here. 1 # See ash/README.md for details on why aura is not allowed here.
2 2
3 include_rules = [ 3 include_rules = [
4 "-ash", 4 "-ash",
5 "+ash/common", 5 "+ash/common",
6 "+ash/material_design", 6 "+ash/material_design",
7 "+ash/wm/overview", 7 "+ash/wm/overview",
8 # Aura files should only be included from other aura files. 8 # Aura files should only be included from other aura files.
9 "-ash/wm/overview/scoped_overview_animation_settings_aura.h", 9 "-ash/wm/overview/scoped_overview_animation_settings_aura.h",
10 "-ash/wm/overview/scoped_overview_animation_settings_factory_aura.h", 10 "-ash/wm/overview/scoped_overview_animation_settings_factory_aura.h",
11 "+ash/ash_export.h", 11 "+ash/ash_export.h",
12 "+ash/ash_switches.h", 12 "+ash/ash_switches.h",
13 "+ui", 13 "+ui",
14 "-ui/aura", 14 "-ui/aura",
15 ] 15 ]
16 16
17 specific_include_rules = { 17 specific_include_rules = {
18 ".*aura\..*": [ 18 ".*aura\..*": [
19 "+ash/wm/aura", 19 "+ash/aura",
20 "+ash/wm/overview", 20 "+ash/wm/overview",
21 "+ui/aura", 21 "+ui/aura",
22 ], 22 ],
23 # TODO(sky): refactor. Do not add more. 23 # TODO(sky): refactor. Do not add more.
24 "window_selector.cc": [ 24 "window_selector.cc": [
25 "+ash/accessibility_delegate.h", 25 "+ash/accessibility_delegate.h",
26 "+ash/shell.h", 26 "+ash/shell.h",
27 ], 27 ],
28 # TODO(sky): refactor. Do not add more. 28 # TODO(sky): refactor. Do not add more.
29 "window_selector_controller.cc": [ 29 "window_selector_controller.cc": [
30 "+ash/session/session_state_delegate.h", 30 "+ash/session/session_state_delegate.h",
31 "+ash/shell.h", 31 "+ash/shell.h",
32 "+ash/system/tray/system_tray_delegate.h", 32 "+ash/system/tray/system_tray_delegate.h",
33 ], 33 ],
34 ".*test.*": [ 34 ".*test.*": [
35 "+ash", 35 "+ash",
36 "+ui/aura", 36 "+ui/aura",
37 ], 37 ],
38 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698