Index: mojo/shell/standalone/BUILD.gn |
diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn |
index a55a06571f6b7728cebaf78779cf7f4a1fecbb03..bc129d19c26567ca3e8519092289c914028c351d 100644 |
--- a/mojo/shell/standalone/BUILD.gn |
+++ b/mojo/shell/standalone/BUILD.gn |
@@ -79,7 +79,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. |
@@ -107,6 +107,7 @@ source_set("lib") { |
"//components/devtools_service/public/cpp", |
"//components/devtools_service/public/interfaces", |
"//components/tracing:startup_tracing", |
+ "//mojo/edk/system", |
"//mojo/message_pump", |
"//mojo/services/network/public/interfaces", |
"//mojo/services/tracing/public/cpp", |
@@ -118,7 +119,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", |
] |