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

Side by Side Diff: athena/input/DEPS

Issue 654343002: Intorduce PowerButtonObserver API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "+chromeos",
2 "+ui/aura", 3 "+ui/aura",
3 "+ui/base", 4 "+ui/base",
4 "+ui/events", 5 "+ui/events",
5 "+ui/wm/core", 6 "+ui/wm/core",
6 "+ui/wm/public", 7 "+ui/wm/public",
7 "+ui/views", 8 "+ui/views",
8 ] 9 ]
9 10
11 specific_include_rules = {
12 # exported for test.
13 "input_manager_impl.h": [
14 "+athena/athena_export.h",
15 ],
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698