| Index: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json
|
| index 8ad5366f9aac9ac0439ce2fe91712c12707e6553..08ce0f0df422813b25a439c38b7bae24a0c81923 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json
|
| @@ -133,6 +133,7 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=ChromeOS gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -216,6 +217,31 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/src/tools/mb/mb.py",
|
| + "gen",
|
| + "-m",
|
| + "chromium.chromiumos",
|
| + "-b",
|
| + "Linux ChromiumOS Builder",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
|
| + "--goma-dir",
|
| + "[SLAVE_BUILD]/src/build/goma/client",
|
| + "--swarming-targets-file",
|
| + "browser_tests\n",
|
| + "//out/Release"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "generate_build_files",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
|
| + "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| "--show-path",
|
| "python",
|
|
|