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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
index 0ea9929de9e1d602173cddef03fc97f447c0fd75..55779bf1e1cd2e21b1ec81770e7fdf494b1bdab6 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/mojo/shell/runner/child/BUILD.gn
@@ -22,11 +22,11 @@ source_set("lib") {
deps = [
":interfaces",
"//base",
+ "//mojo/edk/system",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/shell/public/interfaces",
"//mojo/shell/runner/common",
- "//third_party/mojo/src/mojo/edk/system",
]
}
@@ -54,11 +54,11 @@ source_set("test_native_main") {
deps = [
"//base",
+ "//mojo/edk/system",
"//mojo/gles2",
"//mojo/message_pump",
"//mojo/shell/public/cpp",
"//mojo/shell/runner/child:lib",
- "//third_party/mojo/src/mojo/edk/system",
]
}

Powered by Google App Engine
This is Rietveld 408576698