| Index: mojo/mojo_edk.gyp
|
| diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
|
| index a7467dfbd5a35cb4ee00dde29aa72146ddb89da3..9d482d16df15d2a5b67fc6df55eff174ab5e2a9c 100644
|
| --- a/mojo/mojo_edk.gyp
|
| +++ b/mojo/mojo_edk.gyp
|
| @@ -4,12 +4,11 @@
|
|
|
| {
|
| 'includes': [
|
| - '../third_party/mojo/mojo_variables.gypi',
|
| + 'mojo_variables.gypi',
|
| ],
|
| 'target_defaults' : {
|
| 'include_dirs': [
|
| '..',
|
| - '../third_party/mojo/src',
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| @@ -213,7 +212,7 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_public_test_support',
|
| + '../mojo/mojo_public.gyp:mojo_public_test_support',
|
| 'mojo_system_impl2',
|
| 'mojo_test_support_impl2',
|
| ],
|
|
|