From 223e5851e76aef4a23904fc6098447d5a7a9bcb7 Mon Sep 17 00:00:00 2001 From: dpranke Date: Fri, 18 Sep 2015 19:13:02 -0700 Subject: [PATCH] Fix a typo in the MB mixin for official builds. This was not caught previously because we don't have any bots doing official builds w/ MB yet, but the GN upload bots use the official build configs and have just been flipped over. TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1348053005 Cr-Commit-Position: refs/heads/master@{#349838} --- tools/mb/mb_config.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl index 9cb61564fde4..d42ba1c3e186 100644 --- a/tools/mb/mb_config.pyl +++ b/tools/mb/mb_config.pyl @@ -253,7 +253,7 @@ }, 'official': { - 'gn_args': 'is_chrome_branded is_official_build=true is_debug=false is_component_build=false', + 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false is_component_build=false', 'gyp_defines': 'branding="Chrome" buildtype="Official" component=static_library', }, -- 2.11.4.GIT