Index: ipc/ipc.gyp |
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp |
index c5a8c0bf39bbe26e399f0ade859a6e2234ade2ee..a6e92691f1196229c41a6055e3b8c984c8d44614 100644 |
--- a/ipc/ipc.gyp |
+++ b/ipc/ipc.gyp |
@@ -67,7 +67,7 @@ |
'unix_domain_socket_util_unittest.cc', |
], |
}], |
- ['OS == "android" and gtest_target_type == "shared_library"', { |
+ ['OS == "android"', { |
'dependencies': [ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
@@ -105,7 +105,7 @@ |
'ipc_test_base.h', |
], |
'conditions': [ |
- ['OS == "android" and gtest_target_type == "shared_library"', { |
+ ['OS == "android"', { |
'dependencies': [ |
'../testing/android/native_test.gyp:native_test_native_code', |
], |
@@ -167,10 +167,7 @@ |
}, |
], |
}], |
- # Special target to wrap a gtest_target_type==shared_library |
- # ipc_tests into an android apk for execution. |
- # See base.gyp for TODO(jrg)s about this strategy. |
- ['OS == "android" and gtest_target_type == "shared_library"', { |
+ ['OS == "android"', { |
'targets': [ |
{ |
'target_name': 'ipc_tests_apk', |