diff options
Diffstat (limited to 'mojo/mojo_nacl_untrusted.gyp')
-rw-r--r-- | mojo/mojo_nacl_untrusted.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp index 0cb4948..859c570 100644 --- a/mojo/mojo_nacl_untrusted.gyp +++ b/mojo/mojo_nacl_untrusted.gyp @@ -9,9 +9,9 @@ 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))/monacl', }, 'includes': [ - 'mojo_variables.gypi', '../build/common_untrusted.gypi', '../components/nacl/nacl_defines.gypi', + '../third_party/mojo/mojo_variables.gypi', ], 'targets': [ { @@ -31,7 +31,7 @@ ], 'dependencies': [ 'mojo_nacl.gyp:monacl_codegen', - 'mojo_public.gyp:mojo_system_placeholder', + '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder', ], }, { |