| Index: scripts/slave/recipes/chromium.expected/full_chromium_Win_x64.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_Win_x64.json b/scripts/slave/recipes/chromium.expected/full_chromium_Win_x64.json
|
| index eb5cd5329e4411352caee7e4b3b2874296fd2811..caf51a3bad0ded18c812cb90f002bca3fb7389fc 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_Win_x64.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_Win_x64.json
|
| @@ -218,6 +218,7 @@
|
| "cwd": "[BUILDER_CACHE]\\Win_x64\\src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1",
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -274,6 +275,28 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[BUILDER_CACHE]\\Win_x64\\src\\tools\\mb\\mb.py",
|
| + "gen",
|
| + "-m",
|
| + "chromium",
|
| + "-b",
|
| + "Win x64",
|
| + "--config-file",
|
| + "[BUILDER_CACHE]\\Win_x64\\src\\tools\\mb\\mb_config.pyl",
|
| + "--goma-dir",
|
| + "[CACHE]\\cipd\\goma",
|
| + "//out/Release_x64"
|
| + ],
|
| + "cwd": "[BUILDER_CACHE]\\Win_x64\\src",
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
|
| "--show-path",
|
| "python",
|
|
|