| Index: athena/content/DEPS
|
| diff --git a/athena/content/DEPS b/athena/content/DEPS
|
| deleted file mode 100644
|
| index 244ac1ae741e5bdd09f55d94fe50d0144f45c101..0000000000000000000000000000000000000000
|
| --- a/athena/content/DEPS
|
| +++ /dev/null
|
| @@ -1,39 +0,0 @@
|
| -include_rules = [
|
| - "+athena/activity/public",
|
| - "+athena/extensions/public",
|
| - "+athena/home/public",
|
| - "+athena/input/public",
|
| - "+athena/resource_manager/public",
|
| - "+athena/strings/grit/athena_strings.h",
|
| - "+athena/wm/public",
|
| - "+components/app_modal",
|
| - "+components/favicon_base",
|
| - "+components/metrics/proto",
|
| - "+components/omnibox",
|
| - "+components/renderer_context_menu",
|
| - "+components/web_modal",
|
| - "+content/public",
|
| - "+ui/aura",
|
| - "+ui/base",
|
| - "+ui/compositor",
|
| - "+ui/content_accelerators",
|
| - "+ui/gfx",
|
| - "+ui/views",
|
| - "+ui/wm/core",
|
| -
|
| - # No inclusion of WebKit from the athena main process, other than
|
| - # strictly enum/POD, header-only types, and some selected common code.
|
| - "+third_party/WebKit/public/web/WebContextMenuData.h",
|
| -]
|
| -
|
| -specific_include_rules = {
|
| - "app_activity_unittest.cc": [
|
| - "+extensions",
|
| - ],
|
| - "content_proxy_browsertest.cc": [
|
| - "+athena/test",
|
| - ],
|
| - "app_activity_browsertest.cc": [
|
| - "+athena/test",
|
| - ],
|
| -}
|
|
|