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

Unified Diff: testing/test.gni

Issue 1533363002: GN: Remove asset_location parameter in favour of android_assets() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@asset-location-1
Patch Set: Created 5 years 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 | « build/config/android/rules.gni ('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 a150c240a6afc56ccd0f5fe8b30af515c5a09a25..7ce5d85acd27fe28fe7b87bd33283976c7cd6ac6 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -76,9 +76,6 @@ template("test") {
unittests_binary = "lib${apk_name}.so"
}
deps += [ ":$library_name" ]
- if (defined(invoker.apk_asset_location)) {
- asset_location = invoker.apk_asset_location
- }
}
_test_name = main_target_name
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698