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

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: 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/runner/BUILD.gn ('k') | mojo/runner/child/runner_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child/BUILD.gn
diff --git a/mojo/runner/child/BUILD.gn b/mojo/runner/child/BUILD.gn
index 91e09f56e7805be0b9d00baa2b07f1be4866e5f4..e344fceb9860027d8996ab27030bd0349657097d 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",
]
}
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | mojo/runner/child/runner_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698