| Index: gpu/gpu.gyp
 | 
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
 | 
| index b0ccb9936eb7c3022f46e797848b3eb30bbed03a..9d52a334512509451df69c88580301adfec5270f 100644
 | 
| --- a/gpu/gpu.gyp
 | 
| +++ b/gpu/gpu.gyp
 | 
| @@ -281,7 +281,7 @@
 | 
|          'config/gpu_util_unittest.cc',
 | 
|        ],
 | 
|        'conditions': [
 | 
| -        ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +        ['OS == "android"', {
 | 
|            'dependencies': [
 | 
|              '../testing/android/native_test.gyp:native_test_native_code',
 | 
|            ],
 | 
| @@ -350,7 +350,7 @@
 | 
|          'command_buffer/tests/occlusion_query_unittest.cc',
 | 
|        ],
 | 
|        'conditions': [
 | 
| -        ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +        ['OS == "android"', {
 | 
|            'dependencies': [
 | 
|              '../testing/android/native_test.gyp:native_test_native_code',
 | 
|            ],
 | 
| @@ -591,7 +591,7 @@
 | 
|          },
 | 
|        ],
 | 
|      }],
 | 
| -    ['OS == "android" and gtest_target_type == "shared_library"', {
 | 
| +    ['OS == "android"', {
 | 
|        'targets': [
 | 
|          {
 | 
|            'target_name': 'gl_tests_apk',
 | 
| 
 |