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