Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1768)

Unified Diff: testing/android/native_test.gyp

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and sync Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/android/BUILD.gn ('k') | testing/android/native_test_jni_onload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!': [
« no previous file with comments | « testing/android/BUILD.gn ('k') | testing/android/native_test_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698