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

Unified Diff: ui/events/BUILD.gn

Issue 641753003: DOM Level 3 .code and .key value enumerations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add code for unicode keys Created 6 years, 1 month 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 | « no previous file | ui/events/events.gyp » ('j') | ui/events/keycodes/dom4/keycode_converter_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 958ee2af93125b6052be00e6f2428da52ae92721..d737f253adcf69b041f87f5a596a017e8bb10213 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -6,6 +6,9 @@ import("//build/config/ui.gni")
static_library("dom4_keycode_converter") {
sources = [
+ "keycodes/dom3/dom_code.h",
+ "keycodes/dom3/dom_key.h",
+ "keycodes/dom3/dom_key_data.h",
"keycodes/dom4/keycode_converter.cc",
"keycodes/dom4/keycode_converter.h",
"keycodes/dom4/keycode_converter_data.h",
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | ui/events/keycodes/dom4/keycode_converter_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698