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

Unified Diff: webkit/DEPS

Issue 10544106: Move usb_keycode_map.h into ui/base/keycodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment to OWNERS Created 8 years, 6 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 | « ui/ui.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/DEPS
diff --git a/webkit/DEPS b/webkit/DEPS
index 52283261f56f5fc498bdb9dd980e9b5a6080836c..bb36883c55c6ceda4608e3fcae26444dbe6c785e 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -30,6 +30,9 @@ include_rules = [
"+gpu/command_buffer/service",
"+third_party/khronos/GLES2",
+ # For shared USB keycode conversion tables used by ppapi plugin code.
+ "+ui/base/keycodes",
+
# TODO(brettw) - review these; move up if it's ok, or remove the dependency
"+crypto",
"+net/base",
« no previous file with comments | « ui/ui.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698