diff options
Diffstat (limited to 'components/policy/android/BUILD.gn')
-rw-r--r-- | components/policy/android/BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/policy/android/BUILD.gn b/components/policy/android/BUILD.gn index a3ef6ba..53bc165 100644 --- a/components/policy/android/BUILD.gn +++ b/components/policy/android/BUILD.gn @@ -28,3 +28,14 @@ generate_jni("jni_headers") { sources = _jni_sources jni_package = "policy" } + +junit_binary("components_policy_junit_tests") { + java_files = [ + "junit/src/org/chromium/policy/AbstractAppRestrictionsProviderTest.java", + "junit/src/org/chromium/policy/CombinedPolicyProviderTest.java", + ] + deps = [ + "//base:base_java", + ":policy_java", + ] +} |