summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorlukasza <lukasza@chromium.org>2015-01-29 15:18:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-29 23:20:48 +0000
commitc285c9acc7c43028b0a70a9913f785037a34bc7b (patch)
tree6522a237d48a8f2e77cba8c9ff93e141f5feb533 /remoting/remoting_host_srcs.gypi
parent9af98f1b31006a802c580b15d257523d057d5c5e (diff)
downloadchromium_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_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index cc279a3e..8083520 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -187,8 +187,8 @@
'host/pam_authorization_factory_posix.h',
'host/pin_hash.cc',
'host/pin_hash.h',
- 'host/policy_hack/policy_watcher.cc',
- 'host/policy_hack/policy_watcher.h',
+ 'host/policy_watcher.cc',
+ 'host/policy_watcher.h',
'host/register_support_host_request.cc',
'host/register_support_host_request.h',
'host/remote_input_filter.cc',