Chromium Code Reviews| Index: remoting/remoting_test.gypi |
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi |
| index bd0ae5a89ef795ce3e7d297f4bd7d5513ed473d5..832524d11c877417d76017ca49dcf9a4ba7dcca9 100644 |
| --- a/remoting/remoting_test.gypi |
| +++ b/remoting/remoting_test.gypi |
| @@ -246,8 +246,6 @@ |
| 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
| 'protocol/third_party_authenticator_unittest.cc', |
| 'protocol/v2_authenticator_unittest.cc', |
| - 'signaling/fake_signal_strategy.cc', |
|
Łukasz Anforowicz
2015/03/23 23:57:11
The removed source files are also present in remot
|
| - 'signaling/fake_signal_strategy.h', |
| 'signaling/iq_sender_unittest.cc', |
| 'signaling/log_to_server_unittest.cc', |
| 'signaling/server_log_entry_unittest.cc', |
| @@ -279,6 +277,12 @@ |
| 'dependencies!': [ |
| 'remoting_client_plugin', |
| ], |
| + 'sources!': [ |
|
Lambros
2015/03/24 00:19:20
I think you should remove everything from plugin/
Łukasz Anforowicz
2015/03/24 17:10:23
Good point. Done.
|
| + 'client/plugin/empty_cursor_filter_unittest.cc', |
| + 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
| + 'client/plugin/normalizing_input_filter_mac_unittest.cc', |
| + 'client/plugin/touch_input_scaler_unittest.cc', |
|
Łukasz Anforowicz
2015/03/23 23:57:11
Since we are removing remoting_client_plugin when
|
| + ], |
| }], |
| [ 'OS=="android"', { |
| 'dependencies': [ |