| Index: mojo/edk/mojo_edk.gni
|
| diff --git a/mojo/edk/mojo_edk.gni b/mojo/edk/mojo_edk.gni
|
| index efb2a5f46def6a7cb113b7e8f0ff6ade280351ba..b7b3909d3e573e3d3e845532b1fbdcadaa79387e 100644
|
| --- a/mojo/edk/mojo_edk.gni
|
| +++ b/mojo/edk/mojo_edk.gni
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("../../third_party/mojo/src/mojo/public/mojo_sdk.gni")
|
| +import("../../mojo/public/mojo_sdk.gni")
|
|
|
| # A mojo_edk_source_set is a mojo_sdk_source_set that does not restrict
|
| # external dependencies and understands the following additional variables, all
|
| @@ -46,7 +46,7 @@ template("mojo_edk_source_set") {
|
| # path.
|
| assert(get_path_info(edk_target, "abspath") != edk_target)
|
| allow_circular_includes_from +=
|
| - [ rebase_path(edk_target, ".", mojo_root) ]
|
| + [ rebase_path(edk_target, ".", "//third_party/mojo/src") ]
|
| }
|
| }
|
|
|
|
|