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

Unified Diff: testing/test.gni

Issue 1435333008: GN: asset_location -> android_assets() for html_viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaswe Created 5 years, 1 month 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 | « components/html_viewer/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 a6daf7e5cc6f25c4b8f49afd10d09df891f2ae82..a280a1beeada18b078d87ee1de3fbed101e889e6 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -64,6 +64,13 @@ template("test") {
}
unittest_apk(apk_name) {
+ forward_variables_from(invoker,
+ [
+ "android_manifest",
+ "use_default_launcher",
+ "write_asset_list",
+ ])
+
unittests_dep = ":$library_name"
apk_name = main_target_name
if (defined(invoker.output_name)) {
@@ -79,12 +86,6 @@ template("test") {
if (defined(invoker.apk_asset_location)) {
asset_location = invoker.apk_asset_location
}
- if (defined(invoker.android_manifest)) {
- android_manifest = invoker.android_manifest
- }
- if (defined(invoker.use_default_launcher)) {
- use_default_launcher = invoker.use_default_launcher
- }
}
_test_name = main_target_name
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698