| Index: third_party/mojo/mojo_edk.gyp
|
| diff --git a/third_party/mojo/mojo_edk.gyp b/third_party/mojo/mojo_edk.gyp
|
| index 71da5ba31083caa2f5c75de42ccaa9a4e957b768..2f00c35918044fbcf2c73b4029f7ebbecf5d9b99 100644
|
| --- a/third_party/mojo/mojo_edk.gyp
|
| +++ b/third_party/mojo/mojo_edk.gyp
|
| @@ -4,7 +4,7 @@
|
|
|
| {
|
| 'includes': [
|
| - 'mojo_variables.gypi',
|
| + '../../mojo/mojo_variables.gypi',
|
| ],
|
| 'target_defaults' : {
|
| 'include_dirs': [
|
| @@ -117,9 +117,9 @@
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| + '../../mojo/mojo_public.gyp:mojo_public_test_support',
|
| '../../testing/gtest.gyp:gtest',
|
| 'mojo_system_impl',
|
| - 'mojo_public.gyp:mojo_public_test_support',
|
| 'mojo_test_support_impl',
|
| ],
|
| 'sources': [
|
| @@ -132,8 +132,8 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../../base/base.gyp:test_support_base',
|
| + '../../mojo/mojo_public.gyp:mojo_public_test_support',
|
| 'mojo_edk.gyp:mojo_system_impl',
|
| - 'mojo_public.gyp:mojo_public_test_support',
|
| 'mojo_test_support_impl',
|
| ],
|
| 'sources': [
|
|
|