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

Unified Diff: ui/events/events.gyp

Issue 641753003: DOM Level 3 .code and .key value enumerations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix accidental deletion when wrapping lines 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 | « ui/events/BUILD.gn ('k') | ui/events/keycodes/dom3/dom_code.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index ea638a4939b45cf8ba4667ccae05ed401326774d..f9bc0f4329d501d74b8bdd07dbb99994581fd031 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -16,6 +16,9 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ '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 | « ui/events/BUILD.gn ('k') | ui/events/keycodes/dom3/dom_code.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698