| Index: components/policy/android/BUILD.gn
|
| diff --git a/components/policy/android/BUILD.gn b/components/policy/android/BUILD.gn
|
| index 38cfe5ee81f14fb48a10928fdfdf2f25fe5775da..074bc264d67c421ca199171aa32af3a2387a9367 100644
|
| --- a/components/policy/android/BUILD.gn
|
| +++ b/components/policy/android/BUILD.gn
|
| @@ -44,6 +44,7 @@ junit_binary("components_policy_junit_tests") {
|
| java_files = [
|
| "junit/src/org/chromium/policy/AbstractAppRestrictionsProviderTest.java",
|
| "junit/src/org/chromium/policy/CombinedPolicyProviderTest.java",
|
| + "junit/src/org/chromium/policy/PolicyConverterTest.java",
|
| "junit/src/org/chromium/policy/test/annotations/PoliciesTest.java",
|
| ]
|
| deps = [
|
|
|