| Index: scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json
|
| diff --git a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json
|
| index a2a99e5f80e09a26918395699950c415ff84b2c7..31539d4a6dd59ae050e21e0411f629e753a476f9 100644
|
| --- a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json
|
| +++ b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_fyi.json
|
| @@ -114,9 +114,79 @@
|
| },
|
| {
|
| "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 Linux",
|
| + "--buildbot-mastername",
|
| + "chromium.fyi",
|
| + "--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 Linux",
|
| + "--buildbot-mastername",
|
| + "chromium.fyi",
|
| + "--buildbot-slavename",
|
| + "TestSlavename",
|
| + "--"
|
| + ],
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| + "name": "compile_v2"
|
| },
|
| {
|
| "name": "$result",
|
|
|