| Index: components/policy.gypi
|
| diff --git a/components/policy.gypi b/components/policy.gypi
|
| index 778853890df3705bca68b9ebd10792e109fa3b55..63808772446c88e901f11babd7e6be97b173af6f 100644
|
| --- a/components/policy.gypi
|
| +++ b/components/policy.gypi
|
| @@ -427,6 +427,20 @@
|
| },
|
| 'includes': [ '../build/java.gypi' ],
|
| },
|
| + {
|
| + # GN: //components/policy/android:policy_java_test_support
|
| + 'target_name': 'policy_java_test_support',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base_java',
|
| + '../base/base.gyp:base_java_test_support',
|
| + 'policy_java'
|
| + ],
|
| + 'variables': {
|
| + 'java_in_dir': 'policy/android/javatests',
|
| + },
|
| + 'includes': [ '../build/java.gypi' ],
|
| + },
|
| ],
|
| }],
|
| ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
|
|
|