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

Unified Diff: testing/test.gni

Issue 807263006: Add configuration for assets for unit tests apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 9362a78f303cc34b553930e34a54381afbf0bc06..3afb9f766a2a3f2adfc8ebc721eca9849c56bd96 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -126,6 +126,9 @@ template("test") {
if (defined(invoker.apk_deps)) {
deps += invoker.apk_deps
}
+ if (defined(invoker.apk_asset_location)) {
+ asset_location = invoker.apk_asset_location
+ }
}
group(target_name) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698