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

Unified Diff: components/arc/input/DEPS

Issue 1408263006: chromeos: Add ArcInputBridge to components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arcxx
Patch Set: fixed build.gn file Created 5 years 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
Index: components/arc/input/DEPS
diff --git a/components/arc/input/DEPS b/components/arc/input/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6befd43724f1c68455da6efe950212e5109a8cec
--- /dev/null
+++ b/components/arc/input/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+ash",
reveman 2015/12/04 23:19:31 needed?
+ "+components/exo",
reveman 2015/12/04 23:19:31 you might need this in the future but is it really
+ "+ui",
+]

Powered by Google App Engine
This is Rietveld 408576698