| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 369d838b52d403dfc895cdbae5633c6fd329948f..ae040995acefa71853fad744c5016d53b2090a59 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -980,6 +980,8 @@
|
| 'google_api_key%': '',
|
| 'google_default_client_id%': '',
|
| 'google_default_client_secret%': '',
|
| + # Native Client is enabled by default.
|
| + 'disable_nacl%': '0',
|
| },
|
|
|
| # Copy conditionally-set variables out one scope.
|
| @@ -1345,8 +1347,8 @@
|
| # Disable Dart by default.
|
| 'enable_dart%': 0,
|
|
|
| - # Native Client is enabled by default.
|
| - 'disable_nacl%': 0,
|
| + # Copy out the setting of disable_nacl.
|
| + 'disable_nacl%': '<(disable_nacl)',
|
|
|
| # Portable Native Client is enabled by default.
|
| 'disable_pnacl%': 0,
|
|
|