| Index: mojo/edk/mojo_edk.gni
|
| diff --git a/mojo/edk/mojo_edk.gni b/mojo/edk/mojo_edk.gni
|
| index 34b82d488da8be842b6366672d28d81dee70671a..1d1d992d42004336c900635eb0150c218214e9f5 100644
|
| --- a/mojo/edk/mojo_edk.gni
|
| +++ b/mojo/edk/mojo_edk.gni
|
| @@ -19,7 +19,7 @@ import("../public/mojo_sdk.gni")
|
| template("mojo_edk_source_set") {
|
| mojo_sdk_source_set(target_name) {
|
| restrict_external_deps = false
|
| -
|
| +
|
| if (defined(invoker.visibility)) {
|
| visibility = invoker.visibility
|
| }
|
| @@ -61,9 +61,8 @@ template("mojo_edk_source_set") {
|
| # Check that the EDK target was not mistakenly given as an absolute
|
| # path.
|
| assert(get_path_info(edk_target, "abspath") != edk_target)
|
| - allow_circular_includes_from += [
|
| - rebase_path(edk_target, ".", mojo_root)
|
| - ]
|
| + allow_circular_includes_from +=
|
| + [ rebase_path(edk_target, ".", mojo_root) ]
|
| }
|
| }
|
|
|
|
|