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

Unified Diff: athena/input/DEPS

Issue 654343002: Intorduce PowerButtonObserver API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: speculative fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/athena.gyp ('k') | athena/input/accelerator_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/DEPS
diff --git a/athena/input/DEPS b/athena/input/DEPS
index c2807564954494300cc4eb7e0fa4fb44b8d9bf59..14b17070477e6bfe2576b3caf7e6b6935882696e 100644
--- a/athena/input/DEPS
+++ b/athena/input/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chromeos",
"+ui/aura",
"+ui/base",
"+ui/events",
@@ -7,3 +8,9 @@ include_rules = [
"+ui/views",
]
+specific_include_rules = {
+ # exported for test.
+ "input_manager_impl.h": [
+ "+athena/athena_export.h",
+ ],
+}
« no previous file with comments | « athena/athena.gyp ('k') | athena/input/accelerator_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698