Chromium Code Reviews| Index: gypfiles/standalone.gypi |
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi |
| index 85f0029aab102b787651a07592928fdedd3a1606..be2f1ee49f586ff2a53b60d5f71279f052f29c62 100644 |
| --- a/gypfiles/standalone.gypi |
| +++ b/gypfiles/standalone.gypi |
| @@ -33,6 +33,7 @@ |
| 'includes': ['toolchain.gypi'], |
| 'variables': { |
| 'component%': 'static_library', |
| + 'force_dynamic_crt%': 0, |
|
Michael Achenbach
2016/07/18 09:20:01
This default is not seen by embedded chromium buil
|
| 'clang_xcode%': 0, |
| # Track where uninitialized memory originates from. From fastest to |
| # slowest: 0 - no tracking, 1 - track only the initial allocation site, 2 |