| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b2a7693325d5aeebca6bcfe1d138fed3021ee108..b6a0aeb498aaa392009b858f0a725c56e2f487cb 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
|
|
|