| Index: scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json
|
| diff --git a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json
|
| index 79c053c91297fa55c09eb4f38af1bda6e9cdce67..e897959b17221cf55aca14cd0b81ac025f03df0d 100644
|
| --- a/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json
|
| +++ b/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_x64_PGO_Builder.json
|
| @@ -151,15 +151,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py"
|
| + "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
|
| + "gen",
|
| + "-m",
|
| + "chromium.fyi",
|
| + "-b",
|
| + "Chromium Win x64 PGO Builder",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
|
| + "--phase",
|
| + "1",
|
| + "//out/Release_x64"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]\\src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| - "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_library fastbuild=0 target_arch=x64 use_goma=0",
|
| - "GYP_MSVS_VERSION": "2015",
|
| - "PATH": "[SLAVE_BUILD]\\src\\out\\Release_x64;%(PATH)s"
|
| + "GYP_MSVS_VERSION": "2015"
|
| },
|
| - "name": "gyp_chromium"
|
| + "name": "generate_build_files"
|
| },
|
| {
|
| "cmd": [
|
| @@ -658,14 +667,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py"
|
| + "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
|
| + "gen",
|
| + "-m",
|
| + "chromium.fyi",
|
| + "-b",
|
| + "Chromium Win x64 PGO Builder",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
|
| + "--phase",
|
| + "2",
|
| + "//out/Release_x64"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]\\src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| - "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_library fastbuild=0 target_arch=x64 use_goma=0",
|
| "GYP_MSVS_VERSION": "2015"
|
| },
|
| - "name": "gyp_chromium (2)"
|
| + "name": "generate_build_files (2)"
|
| },
|
| {
|
| "cmd": [
|
|
|