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

Unified Diff: mojo/mojo_services.gypi

Issue 476283006: mojo: Fix double character inserts on Windows by removing a Linux hack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move input method to its own file. Created 6 years, 4 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 | « mojo/mojo.gyp ('k') | mojo/services/html_viewer/blink_input_events_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 981b1c7f0c67af6b6f4c5040ca8a7ea21f6dce8b..cd3a0312b4bc752bd86a71a6ae051365e2bb78d8 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -84,6 +84,8 @@
],
'sources': [
'services/public/cpp/input_events/lib/input_events_type_converters.cc',
+ 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.cc',
+ 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.h',
'services/public/cpp/input_events/input_events_type_converters.h',
'services/public/cpp/input_events/mojo_input_events_export.h',
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/html_viewer/blink_input_events_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698