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

Unified Diff: testing/test.gni

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.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
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)) {
jamesr 2015/01/22 18:19:01 aha, there's the ticket
+ asset_location = invoker.apk_asset_location
+ }
}
group(target_name) {
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698