Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index f36797728248277884f0ccfea62e443df13ad237..d14a4defd70f6f4b1befbd99bd81297d5b06a2b9 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -4,7 +4,7 @@ |
{ |
'includes': [ |
- '../third_party/mojo/mojo_variables.gypi', |
+ 'mojo_variables.gypi', |
], |
'targets': [ |
{ |
@@ -13,8 +13,8 @@ |
'type': 'none', |
'dependencies': [ |
'mojo_base.gyp:mojo_base', |
- '../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests', |
- '../third_party/mojo/mojo_public.gyp:mojo_public', |
+ 'mojo_edk_tests.gyp:mojo_edk_tests', |
+ 'mojo_public.gyp:mojo_public', |
], |
}, |
] |