| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index c11a1dc3cd9d4fd0b0f866a1acaee14a7a502f43..ba4108efe34e7262045d88f11f8a83f8035077bb 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1489,7 +1489,6 @@
|
| # IPC fuzzer is disabled by default.
|
| 'enable_ipc_fuzzer%': 0,
|
|
|
| -
|
| # Force disable libstdc++ debug mode.
|
| 'disable_glibcxx_debug%': 0,
|
|
|
| @@ -1510,6 +1509,9 @@
|
| 'ozone_platform_ozonex%': 0,
|
| 'ozone_platform_test%': 0,
|
|
|
| + # Experiment: http://crbug.com/426914
|
| + 'envoy%': 0,
|
| +
|
| 'conditions': [
|
| ['buildtype=="Official"', {
|
| # Continue to embed build meta data in Official builds, basically the
|
|
|