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

Unified Diff: mojo/shell/standalone/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/standalone/BUILD.gn
diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn
index a55a06571f6b7728cebaf78779cf7f4a1fecbb03..bc129d19c26567ca3e8519092289c914028c351d 100644
--- a/mojo/shell/standalone/BUILD.gn
+++ b/mojo/shell/standalone/BUILD.gn
@@ -79,7 +79,7 @@ executable("standalone") {
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.
@@ -107,6 +107,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/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
@@ -118,7 +119,6 @@ source_set("lib") {
"//mojo/shell/runner/child:interfaces",
"//mojo/shell/runner/host:lib",
"//mojo/util:filename_util",
- "//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698