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

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: delegate 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 "-ash",
3 "+ash/autoclick/common",
4 "+base",
2 "+third_party/skia", 5 "+third_party/skia",
3 "+ui/aura", 6 "+ui/aura",
4 "+ui/base",
5 "+ui/compositor", 7 "+ui/compositor",
6 "+ui/events", 8 "+ui/events",
7 "+ui/gfx", 9 "+ui/gfx",
10 "+ui/gfx/geometry",
11 "+ui/views",
12 "+ui/wm",
8 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698