Index: scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json |
diff --git a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json |
index 829c8caa3be42fa34b37d02f540cc1b2a55ae832..8f4b7ff29be0e5a57279dbe790b51d0f4b40d027 100644 |
--- a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json |
+++ b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json |
@@ -114,13 +114,83 @@ |
}, |
{ |
"cmd": [ |
- "[SLAVE_BUILD]/src/third_party/closure_compiler/run_compiler" |
+ "[SLAVE_BUILD]/src/build/gyp_chromium", |
+ "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" |
], |
- "name": "run_compiler" |
+ "name": "generate_gyp_files" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
+ "--show-path", |
+ "python", |
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
+ "--gsutil-py-path", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
+ "--ninja-path", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
+ "--target", |
+ "Release", |
+ "--src-dir", |
+ "[SLAVE_BUILD]/src", |
+ "--goma-cache-dir", |
+ "[GOMA_CACHE]", |
+ "--buildbot-buildername", |
+ "closure_compilation", |
+ "--buildbot-mastername", |
+ "tryserver.chromium.linux", |
+ "--buildbot-slavename", |
+ "TestSlavename", |
+ "--" |
+ ], |
+ "env": { |
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
+ }, |
+ "name": "compile" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/src/build/gyp_chromium", |
+ "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp" |
+ ], |
+ "name": "generate_v2_gyp_files" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
+ "--show-path", |
+ "python", |
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
+ "--gsutil-py-path", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
+ "--ninja-path", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
+ "--target", |
+ "Release", |
+ "--src-dir", |
+ "[SLAVE_BUILD]/src", |
+ "--goma-cache-dir", |
+ "[GOMA_CACHE]", |
+ "--buildbot-buildername", |
+ "closure_compilation", |
+ "--buildbot-mastername", |
+ "tryserver.chromium.linux", |
+ "--buildbot-slavename", |
+ "TestSlavename", |
+ "--" |
+ ], |
+ "env": { |
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
+ }, |
+ "name": "compile_v2" |
}, |
{ |
"name": "$result", |
"recipe_result": null, |
"status_code": 0 |
} |
-] |
+] |