| Index: components/components_tests.gyp
 | 
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
 | 
| index 6a3052f5a5209a63e9443e4abb394e35d15548fd..37a25d3e3482960ef7944b1a7f7552d6abc08dd7 100644
 | 
| --- a/components/components_tests.gyp
 | 
| +++ b/components/components_tests.gyp
 | 
| @@ -436,7 +436,7 @@
 | 
|                  '../third_party/libusb/libusb.gyp:libusb',
 | 
|                ],
 | 
|              }],
 | 
| -            ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +            ['OS == "android"', {
 | 
|                'dependencies': [
 | 
|                  '../testing/android/native_test.gyp:native_test_native_code',
 | 
|                ]
 | 
| @@ -579,7 +579,7 @@
 | 
|             'visitedlink/test/visitedlink_perftest.cc',
 | 
|           ],
 | 
|           'conditions': [
 | 
| -           ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +           ['OS == "android"', {
 | 
|               'dependencies': [
 | 
|                 '../testing/android/native_test.gyp:native_test_native_code',
 | 
|               ],
 | 
| @@ -590,7 +590,7 @@
 | 
|          },
 | 
|        ],
 | 
|        'conditions': [
 | 
| -        ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +        ['OS == "android"', {
 | 
|            'targets': [
 | 
|              {
 | 
|                'target_name': 'components_unittests_apk',
 | 
| 
 |