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

Unified Diff: mojo/runner/child/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes 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
Index: mojo/runner/child/BUILD.gn
diff --git a/mojo/runner/child/BUILD.gn b/mojo/runner/child/BUILD.gn
index 7a40f6c9c0fdee1c7c9a0b4e506c45aac32da467..3a65973afecbfd461f7bfe1570132ccf9f20f924 100644
--- a/mojo/runner/child/BUILD.gn
+++ b/mojo/runner/child/BUILD.gn
@@ -22,10 +22,10 @@ source_set("lib") {
deps = [
":interfaces",
"//base",
+ "//mojo/edk/system",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/shell/public/interfaces",
- "//third_party/mojo/src/mojo/edk/system",
]
}
@@ -53,11 +53,11 @@ source_set("test_native_main") {
deps = [
"//base",
+ "//mojo/edk/system",
"//mojo/gles2",
"//mojo/message_pump",
"//mojo/runner/child:lib",
"//mojo/shell/public/cpp",
- "//third_party/mojo/src/mojo/edk/system",
]
}

Powered by Google App Engine
This is Rietveld 408576698