| Index: mojo/mojo_edk_tests.gyp
|
| diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
|
| index 2b11d0703a7881cf7483eca8e552c6b3348a2b83..3ad66a6d795fed48a06843b46603a47773495ade 100644
|
| --- a/mojo/mojo_edk_tests.gyp
|
| +++ b/mojo/mojo_edk_tests.gyp
|
| @@ -4,7 +4,7 @@
|
|
|
| {
|
| 'includes': [
|
| - '../third_party/mojo/mojo_variables.gypi',
|
| + 'mojo_variables.gypi',
|
| ],
|
| 'targets': [
|
| {
|
| @@ -98,9 +98,9 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| '../gin/gin.gyp:gin_test',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_utility',
|
| + '../mojo/mojo_public.gyp:mojo_environment_standalone',
|
| + '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
|
| + '../mojo/mojo_public.gyp:mojo_utility',
|
| 'mojo_edk.gyp:mojo_common_test_support2',
|
| 'mojo_edk.gyp:mojo_run_all_unittests2',
|
| 'mojo_edk.gyp:mojo_js_lib2',
|
| @@ -117,9 +117,9 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../gin/gin.gyp:gin_test',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_utility',
|
| + '../mojo/mojo_public.gyp:mojo_environment_standalone',
|
| + '../mojo/mojo_public.gyp:mojo_public_test_interfaces',
|
| + '../mojo/mojo_public.gyp:mojo_utility',
|
| 'mojo_edk.gyp:mojo_js_lib2',
|
| 'mojo_edk.gyp:mojo_run_all_unittests2',
|
| 'mojo_js_to_cpp_bindings',
|
|
|