diff options
author | brettw <brettw@chromium.org> | 2015-07-27 09:27:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-27 16:28:06 +0000 |
commit | cdccaf0307f426d3fb4cc31ea32504df3fb66bed (patch) | |
tree | f2629665f02a02891928c5a9f40333e8f2c8db8b /testing/android | |
parent | 7c81037422127c117fe22092f219c4afa18b17ac (diff) | |
download | chromium_src-cdccaf0307f426d3fb4cc31ea32504df3fb66bed.zip chromium_src-cdccaf0307f426d3fb4cc31ea32504df3fb66bed.tar.gz chromium_src-cdccaf0307f426d3fb4cc31ea32504df3fb66bed.tar.bz2 |
Misc improvements to GN net build.
This adds net_unittests to the Android GN build and addresses some TODOs.
Review URL: https://codereview.chromium.org/1258703004
Cr-Commit-Position: refs/heads/master@{#340478}
Diffstat (limited to 'testing/android')
-rw-r--r-- | testing/android/native_test.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp index 734a00f..5c30a50 100644 --- a/testing/android/native_test.gyp +++ b/testing/android/native_test.gyp @@ -38,7 +38,7 @@ ], }, { - # GN: //testing/android:native_test_native_code + # GN: //testing/android/native_test:native_test_native_code 'target_name': 'native_test_native_code', 'message': 'building JNI onload for native test package', 'type': 'static_library', |