| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5871abbfc33c37b50d68ed28980dd9c8d13be371..508d7e0cb16402637032b3d581f9b7f373d7ae1b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1235,6 +1235,9 @@
|
| # output files in src/build/VS2010_{Debug,Release}.
|
| 'build_dir_prefix%': '',
|
|
|
| + # Targets are by default not nacl untrusted code.
|
| + 'nacl_untrusted_build%': 0,
|
| +
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
| # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
|
|
|