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

Unified Diff: ui/wm/wm.gyp

Issue 213283004: linux_aura: Port GtkKeybindingsHandler to Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Abort attempts to rewrite unit tests due to linking issues. Created 6 years, 9 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/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index a1960ecec534aa83a12b21ac71cdee291def5d3f..f83dc9ccd64e817fef42ba5b3b12cab1b569c827 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -85,6 +85,20 @@
'core/wm_core_switches.h',
'core/wm_state.cc',
'core/wm_state.h',
+ 'public/text_edit_command_x11.cc',
+ 'public/text_edit_command_x11.h',
+ 'public/text_edit_key_bindings_delegate_x11.cc',
+ 'public/text_edit_key_bindings_delegate_x11.h',
+ ],
+ 'conditions': [
+ ['chromeos==1', {
+ 'sources!': [
+ 'public/text_edit_command_x11.cc',
+ 'public/text_edit_command_x11.h',
+ 'public/text_edit_key_bindings_delegate_x11.cc',
+ 'public/text_edit_key_bindings_delegate_x11.h',
+ ],
+ }],
],
},
{
« ui/wm/public/text_edit_command_x11.cc ('K') | « ui/wm/public/text_edit_key_bindings_delegate_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698