| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index cd1112245c4ff5caf39b3e17011745ae81cde727..99c586668814b49be772763d42a33ea76deb371f 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -9,6 +9,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../components/components.gyp:policy_component_test_support',
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -26,8 +27,6 @@
|
| 'host/fake_host_status_monitor.h',
|
| 'host/fake_mouse_cursor_monitor.cc',
|
| 'host/fake_mouse_cursor_monitor.h',
|
| - 'host/policy_hack/fake_policy_watcher.cc',
|
| - 'host/policy_hack/fake_policy_watcher.h',
|
| 'host/policy_hack/mock_policy_callback.cc',
|
| 'host/policy_hack/mock_policy_callback.h',
|
| 'protocol/fake_authenticator.cc',
|
|
|