| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 3ba7932bbe130d05fd748588b514c019d927b26c..37d1d88b50f3bb4e21810a6f2533a0c436283e5a 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -406,6 +406,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',
|
|
|