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

Unified Diff: chromecast/BUILD.gn

Issue 2629573008: [Chromecast] Dump the runtime deps for all test targets. (Closed)
Patch Set: combine runtime deps into single .json file. Move outputs into _shared_dir Created 3 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 | chromecast/build/tests/cast_test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 53c42f88421f3f92b5266eda3bf6b4c8d253e7fd..740230ec59bfa724909c5e40fb2c507774967c38 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -252,7 +252,7 @@ cast_test_group("cast_tests") {
# Creates the build and run lists for all test targets.
cast_test_group_list("cast_test_lists") {
build_list_path = "$root_out_dir/tests/build_test_list.txt"
-
+ runtime_deps_path = "$root_out_dir/tests/runtime_deps.json"
run_list_path = "$root_out_dir/tests/run_test_list.txt"
additional_options = [ "--ozone-platform=headless --test-launcher-bot-mode" ]
@@ -281,6 +281,7 @@ if (is_android) {
cast_test_group_list("cast_junit_test_lists") {
test_type = "junit"
build_list_path = "$root_out_dir/junit/build_junit_test_list.txt"
+ runtime_deps_path = "$root_out_dir/junit/runtime_deps.json"
run_list_path = "$root_out_dir/junit/run_junit_test_list.txt"
build_tests = true
test_groups = [ ":cast_junit_tests" ]
« no previous file with comments | « no previous file | chromecast/build/tests/cast_test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698