| Index: ui/views/corewm/DEPS
|
| diff --git a/ui/views/corewm/DEPS b/ui/views/corewm/DEPS
|
| deleted file mode 100644
|
| index a2d52d61d09cab58dd9a46c376915ad5442ea88d..0000000000000000000000000000000000000000
|
| --- a/ui/views/corewm/DEPS
|
| +++ /dev/null
|
| @@ -1,57 +0,0 @@
|
| -# This code should not depend on Views.
|
| -
|
| -include_rules = [
|
| - "-ui/views",
|
| - "+ui/views/corewm",
|
| - "+ui/views/views_export.h",
|
| -]
|
| -
|
| -# TODO: temporary, don't add more.
|
| -specific_include_rules = {
|
| - "tooltip_controller.cc": [
|
| - "+ui/views/widget/tooltip_manager.h",
|
| - ],
|
| -
|
| - "tooltip_aura.cc": [
|
| - "+ui/views/background.h",
|
| - "+ui/views/border.h",
|
| - "+ui/views/widget/widget.h",
|
| - ],
|
| -
|
| - "desktop_capture_controller_unittest.cc": [
|
| - "+ui/views/test/views_test_base.h",
|
| - "+ui/views/view.h",
|
| - "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
|
| - "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
|
| - "+ui/views/widget/root_view.h",
|
| - "+ui/views/widget/widget.h",
|
| - ],
|
| -
|
| - "tooltip_controller_unittest.cc": [
|
| - "+ui/views/test/desktop_test_views_delegate.h",
|
| - "+ui/views/test/test_views_delegate.h",
|
| - "+ui/views/view.h",
|
| - "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
|
| - "+ui/views/widget/desktop_aura/desktop_screen.h",
|
| - "+ui/views/widget/tooltip_manager.h",
|
| - "+ui/views/widget/widget.h",
|
| - ],
|
| -
|
| - "tooltip_aura.h": [
|
| - "+ui/views/controls/label.h",
|
| - "+ui/views/widget/widget_observer.h",
|
| - ],
|
| -
|
| - "tooltip_controller_test_helper.h": [
|
| - "+ui/views/view.h",
|
| - ],
|
| -
|
| - "capture_controller_unittest.cc": [
|
| - "+ui/views/test/views_test_base.h",
|
| - "+ui/views/view.h",
|
| - "+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
|
| - "+ui/views/widget/desktop_aura/desktop_screen_position_client.h",
|
| - "+ui/views/widget/root_view.h",
|
| - "+ui/views/widget/widget.h",
|
| - ],
|
| -}
|
|
|