Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: athena/content/DEPS

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/athena_export.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ],
-}
« no previous file with comments | « athena/athena_export.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698