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

Unified Diff: scripts/slave/recipes/nacl/sdk.py

Issue 2336903003: Stop using chromium_builder_tests target in NaCl SDK build (Closed)
Patch Set: Created 4 years, 3 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: scripts/slave/recipes/nacl/sdk.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index 11ebd5d42af5a5bd7675557a4c223bfdbfdb9f26..e3a2e9af8883a82690824dc300ccdb313a27cbd0 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -24,7 +24,7 @@ def RunSteps(api):
api.chromium.run_mb(
api.properties.get('mastername'), api.properties.get('buildername'))
api.chromium.cleanup_temp()
- api.chromium.compile(['chromium_builder_tests'])
+ api.chromium.compile(['chrome'])
api.python(
'annotated_steps',
api.path['build'].join(

Powered by Google App Engine
This is Rietveld 408576698