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

Unified Diff: testing/test.gni

Issue 1774403002: Add missing android files to GN runtime_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « 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 f140fa3eb68db3fa88e263828093db8cf85e9c0f..5f27453157b840be0d0264d83d8c3a91723429c5 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -108,8 +108,9 @@ template("test") {
group(target_name) {
testonly = true
- datadeps = [
+ data_deps = [
":$test_runner_script_name",
+ ":${apk_name}__data",
]
deps = [
":$apk_name",
@@ -117,7 +118,7 @@ template("test") {
}
group("${target_name}_incremental") {
testonly = true
- datadeps = [
+ data_deps = [
":$incremental_test_runner_script_name",
]
deps = [
« 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