| Index: mojo/shell/standalone/BUILD.gn
|
| diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn
|
| index b84fb32e2af197791f8f82c68afc882a37365aba..eccb693d10d38f4e144d9e7516e9a479575bcc33 100644
|
| --- a/mojo/shell/standalone/BUILD.gn
|
| +++ b/mojo/shell/standalone/BUILD.gn
|
| @@ -80,7 +80,7 @@ executable("standalone") {
|
| deps += [
|
| ":lib",
|
| ":register_local_aliases_fwd",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| + "//mojo/edk/system",
|
| ]
|
|
|
| # On android, the executable is also the native library used by the apk.
|
| @@ -106,6 +106,7 @@ source_set("lib") {
|
| "//base:base_static",
|
| "//base/third_party/dynamic_annotations",
|
| "//components/tracing:startup_tracing",
|
| + "//mojo/edk/system",
|
| "//mojo/message_pump",
|
| "//mojo/services/network/public/interfaces",
|
| "//mojo/services/tracing/public/cpp",
|
| @@ -117,7 +118,6 @@ source_set("lib") {
|
| "//mojo/shell/runner/child:interfaces",
|
| "//mojo/shell/runner/host:lib",
|
| "//mojo/util:filename_util",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| "//ui/gl",
|
| "//url",
|
| ]
|
|
|