| Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json
|
| index 02c66c06001a83a10869ae3572ff603e0625124a..a1f44377a411f303a7a7548555b6303643a3465e 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json
|
| @@ -141,13 +141,32 @@
|
| "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=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
|
| + "-m",
|
| + "client.v8",
|
| + "-b",
|
| + "V8 Linux - vtunejit",
|
| + "--config-file",
|
| + "[mb config]",
|
| + "--goma-dir",
|
| + "[CACHE]/cipd/goma",
|
| + "[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": [
|
|
|