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

Unified Diff: mojo/runner/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . 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/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/runner/android/android_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 4166e296949b29f7ce05ff47d965fe4fcc5c64db..ca7205cde1c74741313816fd855bf7b132224764 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -128,7 +128,6 @@ source_set("lib") {
"//components/devtools_service/public/cpp",
"//components/devtools_service/public/interfaces",
"//components/tracing:startup_tracing",
- "//mojo/application/public/cpp",
"//mojo/message_pump",
"//mojo/runner/child:interfaces",
"//mojo/runner/host:lib",
@@ -137,6 +136,7 @@ source_set("lib") {
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
"//mojo/shell/package_manager",
+ "//mojo/shell/public/cpp",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
"//ui/gl",
@@ -172,7 +172,7 @@ source_set("lib") {
":jni_headers",
":run_android_application_function",
"//components/mus/gles2",
- "//mojo/application/public/cpp:content_handler",
+ "//mojo/shell/public/cpp:content_handler",
]
} else {
sources += [
« no previous file with comments | « mojo/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/runner/android/android_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698