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

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

Issue 2336833003: Remove redundant NaCl SDK buildbot run script
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 e3a2e9af8883a82690824dc300ccdb313a27cbd0..3ff7eefc2deddabffb17b030cc95a597b4a521bb 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -27,8 +27,8 @@ def RunSteps(api):
api.chromium.compile(['chrome'])
api.python(
'annotated_steps',
- api.path['build'].join(
- 'scripts', 'slave', 'chromium', 'nacl_sdk_buildbot_run.py'),
+ api.path['checkout'].join(
+ 'native_client_sdk', 'src', 'build_tools', 'buildbot_run.py'),
allow_subannotations=True)

Powered by Google App Engine
This is Rietveld 408576698