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

Unified Diff: mojo/mojo.gyp

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 | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index acd8409151bc36329ded4c85579a1c1cc461ab3b..caee75d11d832c009ba0efe2121f73f34340b2f3 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -506,6 +506,8 @@
'mojo_views_support_internal',
],
'sources': [
+ 'views/input_method_mojo_linux.cc',
+ 'views/input_method_mojo_linux.h',
'views/native_widget_view_manager.cc',
'views/native_widget_view_manager.h',
'views/views_init.cc',
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698