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

Unified Diff: ash/autoclick/common/DEPS

Issue 2193563002: ash: Refactor autoclick common code to ash/autoclick/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: interface Created 4 years, 4 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
Index: ash/autoclick/common/DEPS
diff --git a/ui/arc/notification/DEPS b/ash/autoclick/common/DEPS
similarity index 52%
copy from ui/arc/notification/DEPS
copy to ash/autoclick/common/DEPS
index 5b939a5775608306c00acd567e4fcd3e3d7bfc14..56bc5883a7520041d1a9fc7e83cef9435a6fab5b 100644
--- a/ui/arc/notification/DEPS
+++ b/ash/autoclick/common/DEPS
@@ -1,16 +1,14 @@
include_rules = [
- "+components/exo",
- "+components/signin/core/account_id",
+ "-ash",
+ "+ash/autoclick/common",
+ "+base",
"+third_party/skia",
"+ui/aura",
- "+ui/base",
"+ui/compositor",
"+ui/display",
"+ui/events",
"+ui/gfx",
- "+ui/message_center",
- "+ui/resources",
- "+ui/strings",
+ "+ui/gfx/geometry",
"+ui/views",
"+ui/wm",
]

Powered by Google App Engine
This is Rietveld 408576698