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

Unified Diff: testing/test.gni

Issue 1423633002: GN: Fix up net_unittests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 2 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
« net/BUILD.gn ('K') | « net/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 150c0d86b1204a7f7faecd58f104e545e7e452dc..449abd8fe15113c8c9317d6a4b2c90da6e9e8431 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -78,6 +78,9 @@ template("test") {
if (defined(invoker.apk_asset_location)) {
asset_location = invoker.apk_asset_location
}
+ if (defined(invoker.android_manifest)) {
+ android_manifest = invoker.android_manifest
+ }
}
_test_name = main_target_name
« net/BUILD.gn ('K') | « net/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698