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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again 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
« no previous file with comments | « mojo/shell/runner/child/test_native_main.cc ('k') | mojo/shell/runner/host/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/host/BUILD.gn
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index a4e4b106cb63cda97d79484156809f0140f40c06..8741563368c67ef1e3916b602ed29cd0779c4beb 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -54,6 +54,7 @@ source_set("lib") {
"//base",
"//base:base_static",
"//base:i18n",
+ "//mojo/edk/system",
"//mojo/gles2",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
@@ -61,7 +62,6 @@ source_set("lib") {
"//mojo/shell/runner:init",
"//mojo/shell/runner/child:interfaces",
"//mojo/shell/runner/common",
- "//third_party/mojo/src/mojo/edk/system",
]
if (is_linux && !is_android) {
@@ -91,11 +91,11 @@ test("mojo_runner_host_unittests") {
"//base",
"//base/test:test_support",
"//mojo/common",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/shell/runner:init",
"//mojo/shell/runner/common",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/system",
]
}
« no previous file with comments | « mojo/shell/runner/child/test_native_main.cc ('k') | mojo/shell/runner/host/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698