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

Side by Side Diff: ui/arc/notification/DEPS

Issue 2800373002: Remove hack for handling accessibility action on ARC notifications. (Closed)
Patch Set: rebase Created 3 years, 7 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 "+components/exo",
3 "+components/signin/core/account_id", 3 "+components/signin/core/account_id",
4 "+third_party/skia", 4 "+third_party/skia",
5 "+ui/accessibility",
5 "+ui/aura", 6 "+ui/aura",
6 "+ui/base", 7 "+ui/base",
7 "+ui/compositor", 8 "+ui/compositor",
8 "+ui/display", 9 "+ui/display",
9 "+ui/events", 10 "+ui/events",
10 "+ui/gfx", 11 "+ui/gfx",
11 "+ui/message_center", 12 "+ui/message_center",
12 "+ui/resources", 13 "+ui/resources",
13 "+ui/strings", 14 "+ui/strings",
14 "+ui/views", 15 "+ui/views",
15 "+ui/wm", 16 "+ui/wm",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698