summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-07-15 07:56:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-15 14:57:40 +0000
commit733516186f56ce8c3c315a1c5480951a21301e29 (patch)
tree3ce0708e3c408ef127af916f2f019d43d0cd2338 /components/components_tests.gyp
parent848b174361f6744d18143ab52fef151ab4f21d58 (diff)
downloadchromium_src-733516186f56ce8c3c315a1c5480951a21301e29.zip
chromium_src-733516186f56ce8c3c315a1c5480951a21301e29.tar.gz
chromium_src-733516186f56ce8c3c315a1c5480951a21301e29.tar.bz2
Move AppRestriction to Policy code out of //chrome
This patch extracts the code related to transforming the Java objects coming from the AppRestrictionProvider to a PolicyBundle in the native code. It now lives in a new class in the policy components. BUG=506809 Review URL: https://codereview.chromium.org/1220683008 Cr-Commit-Position: refs/heads/master@{#338859}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index e0e1e53..b52326c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -391,6 +391,7 @@
'password_manager/core/common/credential_manager_types_unittest.cc',
],
'policy_unittest_sources': [
+ 'policy/core/browser/android/policy_converter_unittest.cc',
'policy/core/browser/autofill_policy_handler_unittest.cc',
'policy/core/browser/browser_policy_connector_unittest.cc',
'policy/core/browser/configuration_policy_handler_unittest.cc',