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

Unified Diff: shell/BUILD.gn

Issue 782013002: Android: decouple mojo shell from the network service. (Closed) Base URL: https://github.com/domokit/mojo.git@build-rule-for-the-network-service
Patch Set: Rebase. Created 6 years 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 | « no previous file | shell/android/apk/src/org/chromium/mojo_shell_apk/AndroidHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 580e77537d1969001cc4c70e7982e2cce229d445..43c081353d4815eab7d77e0ef6e939623598b1cd 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -179,8 +179,6 @@ source_set("lib") {
"android/android_handler.cc",
"android/android_handler_loader.h",
"android/android_handler_loader.cc",
- "network_application_loader.cc",
- "network_application_loader.h",
]
deps += [
@@ -253,7 +251,6 @@ if (is_android) {
deps = [
"//base:base_java",
- "//net/android:net_java",
]
}
@@ -272,7 +269,6 @@ if (is_android) {
":jni_headers",
":lib",
"//mojo/application_manager",
- "//net",
jamesr 2014/12/11 19:16:57 woohoo!! nicely done
"//services/native_viewport:lib",
"//ui/gl",
]
@@ -285,6 +281,7 @@ if (is_android) {
dest = mojo_shell_assets_dir
sources = [
"$root_out_dir/lib.stripped/libbootstrap.so",
+ "$root_out_dir/network_service.mojo",
"$root_out_dir/obj/shell/bootstrap_java.dex.jar",
]
}
« no previous file with comments | « no previous file | shell/android/apk/src/org/chromium/mojo_shell_apk/AndroidHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698