| Index: testing/android/native_test.gyp
|
| diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
|
| index 14f3229f5b0a9032a6e0d76a60992180e28e6895..7d0ebc8919301db1790613273229bd63af3150db 100644
|
| --- a/testing/android/native_test.gyp
|
| +++ b/testing/android/native_test.gyp
|
| @@ -12,7 +12,9 @@
|
| 'message': 'building native pieces of native test package',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'native_test_jni_onload.cc',
|
| 'native_test_launcher.cc',
|
| + 'native_test_launcher.h',
|
| ],
|
| 'direct_dependent_settings': {
|
| 'ldflags!': [
|
|
|