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

Unified Diff: mandoline/app/android/BUILD.gn

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: mandoline/app/android/BUILD.gn
diff --git a/mandoline/app/android/BUILD.gn b/mandoline/app/android/BUILD.gn
index d74f42c7497e934825f82f844cc02face9cd67ff..df6ab3f087d3fe25a89a46cee2afcc34d2c4af79 100644
--- a/mandoline/app/android/BUILD.gn
+++ b/mandoline/app/android/BUILD.gn
@@ -21,11 +21,11 @@ executable("mandoline_runner") {
"//mandoline/ui/desktop_ui/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/runner:lib",
- "//mojo/runner:mojo_runner_lib",
- "//mojo/runner:register_local_aliases_fwd",
"//mojo/shell",
"//mojo/shell/package_manager",
+ "//mojo/shell/standalone:lib",
+ "//mojo/shell/standalone:main_lib",
+ "//mojo/shell/standalone:register_local_aliases_fwd",
]
sources = [
@@ -57,8 +57,8 @@ android_assets("mandoline_assets") {
"//components/html_viewer:html_viewer_assets",
"//components/resource_provider:resource_provider_assets",
"//mandoline/services/core_services:core_services_assets",
- "//mojo/runner:android_assets",
"//mojo/services/network:network_assets",
+ "//mojo/shell/standalone:android_assets",
]
if (use_aura) {
@@ -74,7 +74,7 @@ android_library("java") {
deps = [
"//base:base_java",
- "//mojo/runner:java",
+ "//mojo/shell/standalone:java",
]
}
@@ -103,8 +103,8 @@ android_apk("mandoline_apk") {
":mandoline_apk_resources",
":mandoline_assets",
"//base:base_java",
- "//mojo/runner:java",
- "//mojo/runner:resources",
+ "//mojo/shell/standalone:java",
+ "//mojo/shell/standalone:resources",
"//ui/platform_window/android:platform_window_java",
google_play_services_resources,
]
« no previous file with comments | « components/web_view/test_runner/register_local_aliases.cc ('k') | mandoline/app/android/mandoline_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698