| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 198e0765728aa7447015cea3383db67bb05bc02e..f9975f0302bd17c7ee7855a1d47c70f0b5d0e2fb 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1567,17 +1567,12 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'components.gyp:invalidation_java',
|
| + 'components.gyp:policy_java',
|
| + 'components.gyp:policy_java_test_support',
|
| '../base/base.gyp:base_java',
|
| '../base/base.gyp:base_java_test_support',
|
| '../testing/android/junit/junit_test.gyp:junit_test_support',
|
| ],
|
| - 'conditions': [
|
| - ['configuration_policy == 1', {
|
| - 'dependencies': [
|
| - 'components.gyp:policy_java',
|
| - ],
|
| - }],
|
| - ],
|
| 'variables': {
|
| 'main_class': 'org.chromium.testing.local.JunitTestMain',
|
| 'src_paths': [
|
|
|