| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 3d71a2c7c0ca486cc044789b026020f8b30d8332..e41327f74670445d5ae5313ea6f6fa5cc680d388 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -984,6 +984,9 @@
|
| # Native Client is enabled by default.
|
| 'disable_nacl%': 0,
|
|
|
| + # Portable Native Client is enabled by default.
|
| + 'disable_pnacl%': 0,
|
| +
|
| # Whether to build full debug version for Debug configuration on Android.
|
| # Compared to full debug version, the default Debug configuration on Android
|
| # has no full v8 debug, has size optimization and linker gc section, so that
|
|
|