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

Issue 334783006: Allow the mojo shell to run on android. (Closed)

Created:
6 years, 6 months ago by qsr
Modified:
6 years, 5 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, ben+mojo_chromium.org, darin (slow to review)
Project:
chromium
Visibility:
Public.

Description

Allow the mojo shell to run on android. This CL does the 3 following things to allow the mojo shell to run: - Updates java_apk.gypi to allow bundling additional libs. - Bundle the network service with the mojo shell. - Updates the shell to look for .so and .cr.so file in the local file system for android component build. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282015

Patch Set 1 #

Total comments: 7

Patch Set 2 : Handle network_service as a loadable module #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -11 lines) Patch
M build/android/gyp/strip_library_for_device.py View 1 1 chunk +4 lines, -1 line 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 2 chunks +11 lines, -6 lines 0 comments Download
M build/android/strip_native_libraries.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/write_ordered_libraries.gypi View 1 2 chunks +3 lines, -2 lines 0 comments Download
M build/java_apk.gypi View 1 2 7 chunks +33 lines, -1 line 0 comments Download
M mojo/mojo.gyp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
qsr
viettrungluu@ -> changes in mojo/ cjhopman@ -> changes in build/ tim@ -> FYI
6 years, 6 months ago (2014-06-26 12:31:00 UTC) #1
qsr
https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/shell/mojo_url_resolver.cc File mojo/shell/mojo_url_resolver.cc (right): https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/shell/mojo_url_resolver.cc#newcode26 mojo/shell/mojo_url_resolver.cc:26: names->push_back("lib" + host_name + ".cr.so"); The component build on ...
6 years, 6 months ago (2014-06-26 12:31:47 UTC) #2
tim (not reviewing)
Thanks for the fyi! https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/mojo.gyp File mojo/mojo.gyp (right): https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/mojo.gyp#newcode870 mojo/mojo.gyp:870: '<(SHARED_LIB_DIR)/libmojo_network_service.>(android_product_extension)', q's mostly for my ...
6 years, 6 months ago (2014-06-26 16:33:02 UTC) #3
qsr
https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/mojo.gyp File mojo/mojo.gyp (right): https://chromiumcodereview.appspot.com/334783006/diff/1/mojo/mojo.gyp#newcode870 mojo/mojo.gyp:870: '<(SHARED_LIB_DIR)/libmojo_network_service.>(android_product_extension)', On 2014/06/26 16:33:02, timsteele wrote: > q's mostly ...
6 years, 6 months ago (2014-06-26 16:41:17 UTC) #4
viettrungluu
https://codereview.chromium.org/334783006/diff/1/mojo/shell/mojo_url_resolver.cc File mojo/shell/mojo_url_resolver.cc (right): https://codereview.chromium.org/334783006/diff/1/mojo/shell/mojo_url_resolver.cc#newcode26 mojo/shell/mojo_url_resolver.cc:26: names->push_back("lib" + host_name + ".cr.so"); On 2014/06/26 12:31:47, qsr ...
6 years, 6 months ago (2014-06-26 16:59:57 UTC) #5
cjhopman
This might have issues in the component build on older Android versions (but I don't ...
6 years, 6 months ago (2014-06-26 17:18:04 UTC) #6
qsr
https://codereview.chromium.org/334783006/diff/1/build/java_apk.gypi File build/java_apk.gypi (right): https://codereview.chromium.org/334783006/diff/1/build/java_apk.gypi#newcode347 build/java_apk.gypi:347: 'stripped_libraries_dir': '<(libraries_source_dir)', Good point. Making it in a single ...
6 years, 5 months ago (2014-06-27 11:18:18 UTC) #7
qsr
gentle ping?
6 years, 5 months ago (2014-06-30 07:55:30 UTC) #8
cjhopman
lgtm
6 years, 5 months ago (2014-06-30 21:49:02 UTC) #9
viettrungluu
Rubberstamp LGTM, though since I added you to mojo/OWNERS, maybe this is unnecessary. :)
6 years, 5 months ago (2014-06-30 21:58:15 UTC) #10
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 5 months ago (2014-07-09 08:43:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/334783006/40001
6 years, 5 months ago (2014-07-09 08:44:21 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 13:06:50 UTC) #13
Message was sent while issue was closed.
Change committed as 282015

Powered by Google App Engine
This is Rietveld 408576698