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', |
+ ], |
+ }], |
], |
}, |
{ |