| Index: build/all_android.gyp
|
| diff --git a/build/all_android.gyp b/build/all_android.gyp
|
| index 77b9d527a3a81ba2f30ce8668b1314aa62d3c645..9e3a40567d0e5ef282e8794fd13692efddfeb3eb 100644
|
| --- a/build/all_android.gyp
|
| +++ b/build/all_android.gyp
|
| @@ -109,6 +109,14 @@
|
| 'target_name': 'android_experimental',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + '../cc/cc_tests.gyp:cc_unittests',
|
| + ],
|
| + 'conditions': [
|
| + ['"<(gtest_target_type)"=="shared_library"', {
|
| + 'dependencies': [
|
| + '../cc/cc_tests.gyp:cc_unittests_apk',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|