| Index: mojo/mojo_nacl_untrusted.gyp
|
| diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp
|
| index 859c5706fe3540a048e7859c2167ddcd10c2490e..39b237c6c1cfa77329faccd1048e6d7524d8ae53 100644
|
| --- a/mojo/mojo_nacl_untrusted.gyp
|
| +++ b/mojo/mojo_nacl_untrusted.gyp
|
| @@ -5,12 +5,10 @@
|
| {
|
| 'conditions': [
|
| ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| - 'variables': {
|
| - 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))/monacl',
|
| - },
|
| 'includes': [
|
| '../build/common_untrusted.gypi',
|
| '../components/nacl/nacl_defines.gypi',
|
| + '../mojo/mojo_nacl.gypi',
|
| '../third_party/mojo/mojo_variables.gypi',
|
| ],
|
| 'targets': [
|
|
|