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

Unified Diff: mojo/services/public/cpp/input_events/BUILD.gn

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
Index: mojo/services/public/cpp/input_events/BUILD.gn
diff --git a/mojo/services/public/cpp/input_events/BUILD.gn b/mojo/services/public/cpp/input_events/BUILD.gn
index 92cc205984464e5f8c815e4be8a574a5a799e4e9..e00bde2e5656a495ce6f9e0e4c86d08cb138bfbb 100644
--- a/mojo/services/public/cpp/input_events/BUILD.gn
+++ b/mojo/services/public/cpp/input_events/BUILD.gn
@@ -22,6 +22,9 @@ component("input_events") {
sources = [
"lib/input_events_type_converters.cc",
+ "lib/input_events_type_converters.cc",
+ "lib/mojo_extended_key_event_data.cc",
+ "lib/mojo_extended_key_event_data.h",
"input_events_type_converters.h",
"mojo_input_events_export.h",
]

Powered by Google App Engine
This is Rietveld 408576698