Chromium Code Reviews| Index: ash/wm/overview/DEPS |
| diff --git a/ash/wm/overview/DEPS b/ash/wm/overview/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dfc56f1ae59cad9ac4cbcfe80c47e936cd0da078 |
| --- /dev/null |
| +++ b/ash/wm/overview/DEPS |
| @@ -0,0 +1,36 @@ |
| +include_rules = [ |
| + "-ash", |
| + "+ash/material_design", |
| + "+ash/wm/common", |
| + "+ash/wm/overview", |
| + # Aura files should only be included from other aura files. |
|
James Cook
2016/05/27 00:02:51
Do you want to add a comment somewhere explaining
sky
2016/05/27 03:18:03
I added a README.md to ash along with a pointer he
|
| + "-ash/wm/overview/scoped_overview_animation_settings_aura.h", |
| + "-ash/wm/overview/scoped_overview_animation_settings_factory_aura.h", |
| + "+ash/ash_export.h", |
| + "+ash/ash_switches.h", |
| + "+ui", |
| + "-ui/aura", |
| +] |
| + |
| +specific_include_rules = { |
| + ".*aura\..*": [ |
| + "+ash/wm/aura", |
| + "+ash/wm/overview", |
|
James Cook
2016/05/27 00:02:51
This is in the include_rules above.
sky
2016/05/27 03:18:03
This is a short cut to allow the aura files to inc
James Cook
2016/05/27 16:04:02
Ah, OK.
|
| + "+ui/aura", |
| + ], |
| + # TODO(sky): refactor. Do not add more. |
| + "window_selector.cc": [ |
| + "+ash/accessibility_delegate.h", |
| + "+ash/shell.h", |
| + ], |
| + # TODO(sky): refactor. Do not add more. |
| + "window_selector_controller.cc": [ |
| + "+ash/session/session_state_delegate.h", |
| + "+ash/shell.h", |
| + "+ash/system/tray/system_tray_delegate.h", |
| + ], |
| + ".*test.*": [ |
| + "+ash", |
| + "+ui/aura", |
| + ], |
| +} |