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

Unified Diff: scripts/slave/recipe_modules/chromium_android/chromium_config.py

Issue 2149663002: Add cronet_perf_test_apk to the list of compile targets for cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | scripts/slave/recipe_modules/cronet/example.expected/gn_test.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_android/chromium_config.py
diff --git a/scripts/slave/recipe_modules/chromium_android/chromium_config.py b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
index 44bfaa6c324e1b20a7b617ad00857ff1093be106..39c097500b50afc94006d746f39ef1da454b036d 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -86,6 +86,7 @@ def cronet_builder(c):
# TODO(jbudorick): Remove {cronet,net}_unittests_apk targets after
# gn switch is finished.
c.compile_py.default_targets=['cronet_package',
+ 'cronet_perf_test_apk',
'cronet_sample_test_apk',
'cronet_test_instrumentation_apk',
'cronet_unittests',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/cronet/example.expected/gn_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698