| Index: webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
|
| diff --git a/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
|
| index f29a985b1431ab867cbb3f32d9a71ef39d7353fd..2444864aa8007c974627716f94b6dedc66c3dfa5 100644
|
| --- a/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
|
| +++ b/webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp
|
| @@ -32,7 +32,7 @@
|
| '<(DEPTH)'
|
| ],
|
| 'conditions': [
|
| - ['OS == "android" and gtest_target_type == "shared_library"', {
|
| + ['OS == "android"', {
|
| 'dependencies': [
|
| '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
| @@ -50,9 +50,7 @@
|
| },
|
| ],
|
| 'conditions': [
|
| - # Special target to wrap a gtest_target_type==shared_library
|
| - # package webkit_compositor_bindings_unittests into an android apk for execution.
|
| - ['OS == "android" and gtest_target_type == "shared_library"', {
|
| + ['OS == "android"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'webkit_compositor_bindings_unittests_apk',
|
|
|