| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 5e36aa0b1c2c2e6411475547e442f72b8630df9c..3a00f01e4feb3d4f1eb06d2301a6a340b2f9cc84 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -392,6 +392,11 @@
|
| 'host/local_input_monitor_unittest.cc',
|
| ],
|
| }],
|
| + ['use_x11 == 0', {
|
| + 'sources!' : [
|
| + 'host/linux/unicode_to_keysym_unittest.cc',
|
| + ]
|
| + }],
|
| [ 'use_ozone==1', {
|
| 'sources!': [
|
| 'host/local_input_monitor_unittest.cc',
|
|
|