Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: mojo/runner/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/runner/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/runner/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698