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

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: Address Ben's comment. 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..9f2a30c7bd788be94970c4c77bccb04f28dfd0b2 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -158,6 +158,7 @@ source_set("lib") {
"android/android_handler.cc",
"android/android_handler_loader.h",
"android/android_handler_loader.cc",
+ "android/run_android_application_function.h",
qsr 2014/12/03 13:27:28 The same file should never be in 2 different targe
ppi 2014/12/03 14:27:53 Done.
"network_application_loader.cc",
"network_application_loader.h",
]
@@ -205,12 +206,12 @@ if (is_android) {
shared_library("bootstrap") {
sources = [
"android/bootstrap.cc",
+ "android/run_android_application_function.h",
]
deps = [
":jni_headers",
":lib",
"//base",
- "//mojo/environment:chromium",
]
}
« 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