| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index dd94e32a24a90bf4ed245e37f2721687e13c4521..a01692999b96d560b9ccc68b3d2f0e6c0221c4e7 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -136,10 +136,10 @@
|
| 'host/branding.h',
|
| 'host/capture_scheduler_unittest.cc',
|
| 'host/chromeos/aura_desktop_capturer_unittest.cc',
|
| - 'host/chromeos/clipboard_aura_unittest.cc',
|
| 'host/chromoting_host_context_unittest.cc',
|
| 'host/chromoting_host_unittest.cc',
|
| 'host/client_session_unittest.cc',
|
| + 'host/clipboard_aura_unittest.cc',
|
| 'host/config_file_watcher_unittest.cc',
|
| 'host/daemon_process_unittest.cc',
|
| 'host/desktop_process_unittest.cc',
|
| @@ -251,10 +251,6 @@
|
| 'host/chromeos/aura_desktop_capturer_unittest.cc',
|
| 'host/clipboard_aura_unittest.cc',
|
| ],
|
| - }, { # chromeos==1
|
| - 'sources!': [
|
| - 'host/linux/x_server_clipboard_unittest.cc',
|
| - ],
|
| }],
|
| ['enable_remoting_host == 0', {
|
| 'dependencies!': [
|
|
|