| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index 4006d1745aabc7526b5ee111672d9220274765c3..d57e00f0260dd1431641dc325484f7200a6ea888 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -93,6 +93,10 @@
|
| # third party code will still have the reduced warning settings.
|
| 'chromium_code': 1,
|
|
|
| + # Targets are by default not NaCl untrusted code. Use this variable exclude
|
| + # code that uses libraries that aren't available in the NaCl sandbox.
|
| + 'nacl_untrusted_build%': 0,
|
| +
|
| # Set to 1 to enable code coverage on Linux using the gcov library.
|
| 'coverage%': 0,
|
|
|
|
|