Chromium Code Reviews| Index: build/config/BUILDCONFIG.gn |
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn |
| index 890d33e0659e0d0b9ed1bf41b5e572979742b177..4dd85f37b184de48de08b6ede200d86d29947115 100644 |
| --- a/build/config/BUILDCONFIG.gn |
| +++ b/build/config/BUILDCONFIG.gn |
| @@ -26,7 +26,7 @@ declare_args() { |
| symbol_level = -1 |
| # Component build. |
| - is_component_build = false |
| + is_component_build = os == "android" |
|
jamesr
2014/10/20 23:11:24
huh? why would this be the default? the production
cjhopman
2014/10/21 00:19:06
Yeah, the production builds also have is_debug = f
|
| # Debug build. |
| is_debug = true |