| Index: third_party/leveldatabase/leveldatabase.gyp
|
| diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
|
| index 58504f39e2ebb5d6005155f4d65dc2d6944b4281..3ba3829d8a7612fd8eecc5eb56885e12e4abb228 100644
|
| --- a/third_party/leveldatabase/leveldatabase.gyp
|
| +++ b/third_party/leveldatabase/leveldatabase.gyp
|
| @@ -14,8 +14,7 @@
|
| 'use_snappy': 0,
|
| },
|
| }],
|
| - ['OS=="android" and gtest_target_type == "shared_library"', {
|
| - # Wrap env_chromium_unittests into an android apk for execution.
|
| + ['OS=="android"', {
|
| 'targets': [{
|
| 'target_name': 'env_chromium_unittests_apk',
|
| 'type': 'none',
|
| @@ -196,7 +195,7 @@
|
| 'env_chromium_unittest.cc',
|
| ],
|
| 'conditions': [
|
| - ['OS=="android" and gtest_target_type == "shared_library"', {
|
| + ['OS=="android"', {
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
| '../../testing/android/native_test.gyp:native_test_native_code',
|
|
|