diff options
author | lukasza <lukasza@chromium.org> | 2015-01-29 15:18:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-29 23:20:48 +0000 |
commit | c285c9acc7c43028b0a70a9913f785037a34bc7b (patch) | |
tree | 6522a237d48a8f2e77cba8c9ff93e141f5feb533 /remoting/remoting_test.gypi | |
parent | 9af98f1b31006a802c580b15d257523d057d5c5e (diff) | |
download | chromium_src-c285c9acc7c43028b0a70a9913f785037a34bc7b.zip chromium_src-c285c9acc7c43028b0a70a9913f785037a34bc7b.tar.gz chromium_src-c285c9acc7c43028b0a70a9913f785037a34bc7b.tar.bz2 |
Removing policy_hack namespace and directory.
Now we are reusing code from components/policy, so we can get rid of the
self-shaming "hack" name in the policy_hack namespace and directory.
The changelist also:
- Inlines MockPolicyCallback into policy_watcher_unittest.cc
- Removes a misguided TODO comment in policy_watcher.h that used
to say that components/policy filters out policies that do not
match the schema (this is not true for polices from Chrome domain
- see SchemaMap::FilterMap definition).
BUG=368321
Review URL: https://codereview.chromium.org/884243003
Cr-Commit-Position: refs/heads/master@{#313819}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 043b22c..67c5594 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -27,8 +27,6 @@ 'host/fake_host_status_monitor.h', 'host/fake_mouse_cursor_monitor.cc', 'host/fake_mouse_cursor_monitor.h', - 'host/policy_hack/mock_policy_callback.cc', - 'host/policy_hack/mock_policy_callback.h', 'protocol/fake_authenticator.cc', 'protocol/fake_authenticator.h', 'protocol/fake_datagram_socket.cc', @@ -169,7 +167,7 @@ 'host/pairing_registry_delegate_linux_unittest.cc', 'host/pairing_registry_delegate_win_unittest.cc', 'host/pin_hash_unittest.cc', - 'host/policy_hack/policy_watcher_unittest.cc', + 'host/policy_watcher_unittest.cc', 'host/register_support_host_request_unittest.cc', 'host/remote_input_filter_unittest.cc', 'host/resizing_host_observer_unittest.cc', |