| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 455ec0d3dc4bebd3cee1b670fe5c87c277c99bfb..2274c0e98c3266160a8acce3491f5fe269ec45be 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -66,11 +66,13 @@ declare_args() {
|
| # Selects the desired build flavor. Official builds get additional
|
| # processing to prepare for release. Normally you will want to develop and
|
| # test with this flag off.
|
| + # TODO(brettw) move to chrome_build.gni when DEPS are updated.
|
| is_official_build = false
|
|
|
| # Select the desired branding flavor. False means normal Chromium branding,
|
| # true means official Google Chrome branding (requires extra Google-internal
|
| # resources).
|
| + # TODO(brettw) move to chrome_build.gni when DEPS are updated.
|
| is_chrome_branded = false
|
|
|
| # Compile for Address Sanitizer to find memory bugs.
|
|
|