| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index dd94e32a24a90bf4ed245e37f2721687e13c4521..20754a98ada79c2ed039e126b157440f4ad42e48 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -256,6 +256,11 @@
|
| 'host/linux/x_server_clipboard_unittest.cc',
|
| ],
|
| }],
|
| + [ 'use_ozone==1', {
|
| + 'sources!': [
|
| + 'host/local_input_monitor_unittest.cc',
|
| + ],
|
| + }],
|
| ['enable_remoting_host == 0', {
|
| 'dependencies!': [
|
| 'remoting_host',
|
|
|