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

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: 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/shell_application_delegate.cc ('k') | mojo/shell/standalone/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/BUILD.gn
diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn
index b84fb32e2af197791f8f82c68afc882a37365aba..eccb693d10d38f4e144d9e7516e9a479575bcc33 100644
--- a/mojo/shell/standalone/BUILD.gn
+++ b/mojo/shell/standalone/BUILD.gn
@@ -80,7 +80,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.
@@ -106,6 +106,7 @@ source_set("lib") {
"//base:base_static",
"//base/third_party/dynamic_annotations",
"//components/tracing:startup_tracing",
+ "//mojo/edk/system",
"//mojo/message_pump",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
@@ -117,7 +118,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",
]
« no previous file with comments | « mojo/shell/shell_application_delegate.cc ('k') | mojo/shell/standalone/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698