summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 5c7bd14..db66ef2 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- 'mojo_variables.gypi',
+ '../third_party/mojo/mojo_variables.gypi',
],
'targets': [
{
@@ -13,10 +13,10 @@
'type': 'none',
'dependencies': [
'mojo_base.gyp:mojo_base',
- 'mojo_edk_tests.gyp:mojo_edk_tests',
+ '../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests',
'mojo_geometry_converters.gyp:mojo_geometry_lib',
'mojo_input_events_converters.gyp:mojo_input_events_lib',
- 'mojo_public.gyp:mojo_public',
+ '../third_party/mojo/mojo_public.gyp:mojo_public',
'mojo_services_public.gyp:mojo_services_public',
],
},