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

Unified Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.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/client.nacl.sdk.recipe_autogen.py
diff --git a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
index c989cd14f941357e44fa0d57ddfeea000e8fc29b..40617065b897a93acb4c9657f2e346a250a54220 100644
--- a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
+++ b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
@@ -86,12 +86,12 @@ def linux_sdk_multi_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium",'+\
'"gclient_env":{"CHROMIUM_GYP_SYNTAX_CHECK":"1",'+\
'"DEPOT_TOOLS_UPDATE":"0","GYP_DEFINES":'+\
@@ -174,12 +174,12 @@ def mac_sdk_multi_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium","gclient_env":'+\
'{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0",'+\
'"GYP_DEFINES":"fastbuild=1 component=static_library",'+\
@@ -261,12 +261,12 @@ def windows_sdk_multi_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium","gclient_env":'+\
'{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0",'+\
'"GYP_DEFINES":"fastbuild=1 component=static_library",'+\
@@ -323,12 +323,12 @@ def linux_sdk_multirel_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium","gclient_env":'+\
'{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0",'+\
'"GYP_DEFINES":"fastbuild=1 component=static_library",'+\
@@ -387,12 +387,12 @@ def windows_sdk_multirel_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium","gclient_env":'+\
'{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0",'+\
'"GYP_DEFINES":"fastbuild=1 component=static_library",'+\
@@ -451,12 +451,12 @@ def mac_sdk_multirel_steps(api):
# annotated_steps step
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"),
args=
['--build-properties=%s' % api.json.dumps(build_properties,
separators=(',', ':')),
- '--factory-properties={"annotated_script":"nacl_sdk_buildbot_run.py"'+\
+ '--factory-properties={"annotated_script":"buildbot_run.py"'+\
',"blink_config":"chromium","gclient_env":'+\
'{"CHROMIUM_GYP_SYNTAX_CHECK":"1","DEPOT_TOOLS_UPDATE":"0",'+\
'"GYP_DEFINES":"fastbuild=1 component=static_library",'+\

Powered by Google App Engine
This is Rietveld 408576698