| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 95a8118b57ba3a7c89861cd2817c52b869c17556..2c3effbfba922926ac2d45d59b5ce0d371026523 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1639,7 +1639,7 @@
|
| 'components.gyp:invalidation_java',
|
| 'components.gyp:policy_java',
|
| 'components.gyp:policy_java_test_support',
|
| - 'components.gyp:web_restriction_java',
|
| + 'components.gyp:web_restrictions_java',
|
| '../base/base.gyp:base_java',
|
| '../base/base.gyp:base_java_test_support',
|
| '../testing/android/junit/junit_test.gyp:junit_test_support',
|
| @@ -1649,7 +1649,7 @@
|
| 'src_paths': [
|
| 'invalidation/impl/android/junit/',
|
| 'policy/android/junit/',
|
| - 'web_restriction/junit/'
|
| + 'web_restrictions/junit/'
|
| ],
|
| },
|
| 'includes': [ '../build/host_jar.gypi' ],
|
|
|