| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index c5c49d9f3636469eb622ea05595501fadaf03181..8b7387ed6ce95af9ef9229f21b4ebdd26f45816a 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1330,6 +1330,8 @@
|
| 'host/dns_blackhole_checker.cc',
|
| 'host/dns_blackhole_checker.h',
|
| 'host/event_executor.h',
|
| + 'host/event_executor_fake.cc',
|
| + 'host/event_executor_fake.h',
|
| 'host/event_executor_linux.cc',
|
| 'host/event_executor_mac.cc',
|
| 'host/event_executor_win.cc',
|
| @@ -1875,8 +1877,6 @@
|
| 'host/client_session_unittest.cc',
|
| 'host/differ_block_unittest.cc',
|
| 'host/differ_unittest.cc',
|
| - 'host/event_executor_fake.cc',
|
| - 'host/event_executor_fake.h',
|
| 'host/heartbeat_sender_unittest.cc',
|
| 'host/host_key_pair_unittest.cc',
|
| 'host/host_mock_objects.cc',
|
|
|