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

Unified Diff: ui/events/events.gyp

Issue 1585193002: Build key map DomCodeToKey() for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned API, added unittest Created 4 years, 11 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: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 757324b17db04939272b6511c3d6e4fccbfa8f66..4c54f84ffa4dd76cf286ddbc6d1a6efa0b2b94ec 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -66,6 +66,8 @@
'keycodes/keyboard_code_conversion_x.cc',
'keycodes/keyboard_code_conversion_x.h',
'keycodes/keyboard_codes.h',
+ 'keycodes/keyboard_lookup_win.cc',
dtapuska 2016/01/21 01:59:36 There was a comment about the gn file; do you need
chongz 2016/01/21 15:47:40 Yeah I guess so, I will look into the gn file
+ 'keycodes/keyboard_lookup_win.h',
'latency_info.cc',
'latency_info.h',
'x/keysym_to_unicode.cc',
@@ -385,4 +387,4 @@
],
}],
],
-}
dtapuska 2016/01/21 01:59:35 any idea why this line changed?
chongz 2016/01/21 15:47:39 Because my editor will force a new line at EOF...
+}

Powered by Google App Engine
This is Rietveld 408576698