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

Unified Diff: remoting/test/DEPS

Issue 1403583003: Use standard DOM code definitions instead of custom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compile. Created 5 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
Index: remoting/test/DEPS
diff --git a/remoting/test/DEPS b/remoting/test/DEPS
index a9bf5ce087ac49fcd9ce8819c98af678d210335f..a3da83a9cf6bdc4ab1635ae84adf3e54a3487a8b 100644
--- a/remoting/test/DEPS
+++ b/remoting/test/DEPS
@@ -6,5 +6,6 @@ include_rules = [
"+remoting/host",
"+remoting/protocol",
"+remoting/signaling",
- "+ui/gfx"
+ "+ui/gfx",
+ "+ui/events/keycodes/dom"
danakj 2015/10/12 21:12:27 put a comma on here here then
Jamie 2015/10/12 22:26:09 Done.
]

Powered by Google App Engine
This is Rietveld 408576698