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

Side by Side 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: ownership; comments; renames etc 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/exo", 2 "-ash",
3 "+components/signin/core/account_id", 3 "+ash/autoclick/common",
4 "+base",
4 "+third_party/skia", 5 "+third_party/skia",
5 "+ui/aura", 6 "+ui/aura",
6 "+ui/base",
7 "+ui/compositor", 7 "+ui/compositor",
8 "+ui/display", 8 "+ui/display",
9 "+ui/events", 9 "+ui/events",
10 "+ui/gfx", 10 "+ui/gfx",
11 "+ui/message_center", 11 "+ui/gfx/geometry",
12 "+ui/resources",
13 "+ui/strings",
14 "+ui/views", 12 "+ui/views",
15 "+ui/wm", 13 "+ui/wm",
16 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698