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

Unified Diff: testing/android/native_test.gyp

Issue 557463002: Make base_unittests_apk actually work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-group-datadeps
Patch Set: Rebase Created 6 years, 3 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') | tools/android/md5sum/BUILD.gn » ('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 204ec4b6dc4d87d46a898fe9606f34c45e882e42..14f3229f5b0a9032a6e0d76a60992180e28e6895 100644
--- a/testing/android/native_test.gyp
+++ b/testing/android/native_test.gyp
@@ -7,6 +7,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //testing/android:native_test_native_code
'target_name': 'native_test_native_code',
'message': 'building native pieces of native test package',
'type': 'static_library',
@@ -30,6 +31,7 @@
],
},
{
+ # GN: //testing/android:native_test_jni_headers
'target_name': 'native_test_jni_headers',
'type': 'none',
'sources': [
@@ -41,6 +43,7 @@
'includes': [ '../../build/jni_generator.gypi' ],
},
{
+ # GN: //testing/android:native_test_util
'target_name': 'native_test_util',
'type': 'static_library',
'sources': [
« no previous file with comments | « testing/android/BUILD.gn ('k') | tools/android/md5sum/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698