Chromium Code Reviews| Index: webrtc/build/common.gypi |
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
| index 4006d1745aabc7526b5ee111672d9220274765c3..a54d61d30d486c97f99eb8b0e0c6ef7d05217ef8 100644 |
| --- a/webrtc/build/common.gypi |
| +++ b/webrtc/build/common.gypi |
| @@ -93,6 +93,9 @@ |
| # third party code will still have the reduced warning settings. |
| 'chromium_code': 1, |
| + # Targets are by default not NaCl untrusted code. |
|
perkj_webrtc
2016/05/16 12:37:20
Can you add a little bit more descriptive text wha
kjellander_webrtc
2016/05/20 07:16:33
Done.
|
| + 'nacl_untrusted_build%': 0, |
| + |
| # Set to 1 to enable code coverage on Linux using the gcov library. |
| 'coverage%': 0, |