Index: cc/cc_tests.gyp |
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
index 218a14017584035f778220ff0244eb4508755f2f..f02d8cb061f998a0d841a28d43c9cd725fac8f9f 100644 |
--- a/cc/cc_tests.gyp |
+++ b/cc/cc_tests.gyp |
@@ -263,7 +263,7 @@ |
'.', |
], |
'conditions': [ |
- ['OS == "android" and gtest_target_type == "shared_library"', |
+ ['OS == "android"', |
{ |
'dependencies': [ |
'../testing/android/native_test.gyp:native_test_native_code', |
@@ -323,7 +323,7 @@ |
'.', |
], |
'conditions': [ |
- ['OS == "android" and gtest_target_type == "shared_library"', |
+ ['OS == "android"', |
{ |
'dependencies': [ |
'../testing/android/native_test.gyp:native_test_native_code', |
@@ -375,9 +375,7 @@ |
}, |
], |
'conditions': [ |
- # Special target to wrap a gtest_target_type==shared_library |
- # cc_unittests into an android apk for execution. |
- ['OS == "android" and gtest_target_type == "shared_library"', |
+ ['OS == "android"', |
{ |
'targets': [ |
{ |