Index: mojo/mojo_nacl.gyp |
diff --git a/mojo/mojo_nacl.gyp b/mojo/mojo_nacl.gyp |
index d7ffe19a2c9e48f25142e8498b82be7f5a0bf1f5..0215be4dc77241769dc44146cb18d7c6907b30d9 100644 |
--- a/mojo/mojo_nacl.gyp |
+++ b/mojo/mojo_nacl.gyp |
@@ -50,7 +50,7 @@ |
'<(monacl_codegen_dir)/mojo_syscall.cc', |
], |
'dependencies': [ |
- 'mojo_public.gyp:mojo_system_placeholder', |
+ '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder', |
], |
}, |
{ |
@@ -76,7 +76,7 @@ |
'type': 'executable', |
'dependencies': [ |
'../base/base.gyp:base', |
- 'mojo_edk.gyp:mojo_system_impl', |
+ '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
'monacl_sel', |
], |
'sources': [ |
@@ -100,7 +100,7 @@ |
'<(monacl_codegen_dir)/mojo_syscall.cc', |
], |
'dependencies': [ |
- 'mojo_public.gyp:mojo_system_placeholder', |
+ '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder', |
], |
'configurations': { |
'Common_Base': { |