Index: ui/events/events.gyp |
diff --git a/ui/events/events.gyp b/ui/events/events.gyp |
index 83833566f1d20ce74de5c56bb17f7c61c9b2fc87..f3beac5d32fca952a6ce63aaaed1f6d11757ae75 100644 |
--- a/ui/events/events.gyp |
+++ b/ui/events/events.gyp |
@@ -321,7 +321,7 @@ |
'event_unittest.cc', |
], |
}], |
- ['OS == "android" and gtest_target_type == "shared_library"', { |
+ ['OS == "android"', { |
'dependencies': [ |
'../../testing/android/native_test.gyp:native_test_native_code', |
], |
@@ -330,10 +330,7 @@ |
}, |
], |
'conditions': [ |
- # Special target to wrap a gtest_target_type==shared_library |
- # ui_unittests 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': 'events_unittests_apk', |