| Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_gcc_4_8.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_gcc_4_8.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_gcc_4_8.json
|
| index 3a8710f8c1edcb7714baa138de10e3c8327cdd31..5a2e8f002a5b5b2c176fa343679bdf786d2fe0f7 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_gcc_4_8.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_gcc_4_8.json
|
| @@ -86,13 +86,30 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[DEPOT_TOOLS]/gn.py",
|
| - "--root=[SLAVE_BUILD]/v8",
|
| + "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
|
| + "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| + "/path/to/tmp/"
|
| + ],
|
| + "name": "patch mb config (fyi)"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]/v8/tools/mb/mb.py",
|
| "gen",
|
| - "[TMP_BASE]/v8_gn_tmp_1",
|
| - "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\""
|
| + "-m",
|
| + "client.v8",
|
| + "-b",
|
| + "V8 Linux gcc 4.8",
|
| + "--config-file",
|
| + "[mb config]",
|
| + "[TMP_BASE]/v8_gn_tmp_1"
|
| ],
|
| - "name": "gn"
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files with gn (fyi)"
|
| },
|
| {
|
| "cmd": [
|
|
|