| Index: testing/android/native_test.gyp
|
| diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
|
| index 06f72793f509bd5cc9b9f46b4b12cf260a7cc338..ebf0b42413ce2e931624b44ad83aab296b8071ee 100644
|
| --- a/testing/android/native_test.gyp
|
| +++ b/testing/android/native_test.gyp
|
| @@ -69,6 +69,7 @@
|
| '../../base/base.gyp:test_support_base',
|
| '../gtest.gyp:gtest',
|
| 'native_test_jni_headers',
|
| + 'native_test_util',
|
| ],
|
| },
|
| {
|
| @@ -89,6 +90,17 @@
|
| ],
|
| },
|
| },
|
| + {
|
| + 'target_name': 'native_test_util',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'native_test_util.cc',
|
| + 'native_test_util.h',
|
| + ],
|
| + 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| + ],
|
| + },
|
| ],
|
| }]
|
| ],
|
|
|