Index: mojo/runner/BUILD.gn |
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn |
index ca7205cde1c74741313816fd855bf7b132224764..cc1209080310f9659b1cbf0e1f94fa9ca9886770 100644 |
--- a/mojo/runner/BUILD.gn |
+++ b/mojo/runner/BUILD.gn |
@@ -85,7 +85,7 @@ executable("mojo_runner") { |
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. |
@@ -128,6 +128,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/runner/child:interfaces", |
"//mojo/runner/host:lib", |
@@ -138,7 +139,6 @@ source_set("lib") { |
"//mojo/shell/package_manager", |
"//mojo/shell/public/cpp", |
"//mojo/util:filename_util", |
- "//third_party/mojo/src/mojo/edk/system", |
"//ui/gl", |
"//url", |
] |