diff options
Diffstat (limited to 'testing/android/native_test.gyp')
-rw-r--r-- | testing/android/native_test.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp index 06f7279..ebf0b42 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', + ], + }, ], }] ], |