| Index: ash/wm/overview/DEPS
|
| diff --git a/ash/wm/overview/DEPS b/ash/wm/overview/DEPS
|
| deleted file mode 100644
|
| index bfe868880fa9e27b0c82a3f30d318dfdea5983e2..0000000000000000000000000000000000000000
|
| --- a/ash/wm/overview/DEPS
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -# See ash/README.md for details on why aura is not allowed here.
|
| -
|
| -include_rules = [
|
| - "-ash",
|
| - "+ash/common",
|
| - "+ash/material_design",
|
| - "+ash/wm/overview",
|
| - # Aura files should only be included from other aura files.
|
| - "-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/aura",
|
| - "+ash/wm/overview",
|
| - "+ui/aura",
|
| - ],
|
| - # TODO(sky): refactor. Do not add more.
|
| - "window_selector_controller.cc": [
|
| - "+ash/shell.h",
|
| - "+ash/system/tray/system_tray_delegate.h",
|
| - ],
|
| - ".*test.*": [
|
| - "+ash",
|
| - "+ui/aura",
|
| - ],
|
| -}
|
|
|