| Index: mojo/mojo_nacl_untrusted.gyp
|
| diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp
|
| index 39b237c6c1cfa77329faccd1048e6d7524d8ae53..cdc3cf247ad5284101a867327a2c7af1a0f5e337 100644
|
| --- a/mojo/mojo_nacl_untrusted.gyp
|
| +++ b/mojo/mojo_nacl_untrusted.gyp
|
| @@ -7,7 +7,6 @@
|
| ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| 'includes': [
|
| '../build/common_untrusted.gypi',
|
| - '../components/nacl/nacl_defines.gypi',
|
| '../mojo/mojo_nacl.gypi',
|
| '../third_party/mojo/mojo_variables.gypi',
|
| ],
|
| @@ -21,9 +20,6 @@
|
| 'build_newlib': 0,
|
| 'build_pnacl_newlib': 1,
|
| },
|
| - 'defines': [
|
| - '<@(nacl_defines)',
|
| - ],
|
| 'sources': [
|
| '<(monacl_codegen_dir)/libmojo.cc',
|
| ],
|
|
|