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

Unified Diff: mojo/shell/BUILD.gn

Issue 772393003: Android handler: inject the application loading part from the shell .so. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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 | « examples/device_name/device_name.cc ('k') | mojo/shell/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 71cf197d8ea262b505d3e896648ca1f58fd4faca..ea159b584fdb3b484dfb133eb68a1f4dbf4f2c4d 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -164,6 +164,7 @@ source_set("lib") {
deps += [
":jni_headers",
+ ":run_android_application_function",
"//mojo/services/gles2",
"//mojo/services/native_viewport:lib",
"//mojo/services/network:lib",
@@ -209,8 +210,15 @@ if (is_android) {
deps = [
":jni_headers",
":lib",
+ ":run_android_application_function",
"//base",
- "//mojo/environment:chromium",
+ ]
+ }
+
+ # Shared header between the bootstrap and the main shell .so.
+ source_set("run_android_application_function") {
+ sources = [
+ "android/run_android_application_function.h",
]
}
« no previous file with comments | « examples/device_name/device_name.cc ('k') | mojo/shell/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698