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

Issue 654383002: GN: Enable loading libraries from apks (Closed)

Created:
6 years, 2 months ago by cjhopman
Modified:
6 years, 2 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, yfriedman+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, klundberg+watch_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@stack-debug
Project:
chromium
Visibility:
Public.

Description

GN: Enable loading libraries from apks This enables all the bits for an apk that uses uncompressed native libraries that are loaded directly from the apk without being extracted on the device. BUG=359249 TBR=brettw NOTRY=true Committed: https://crrev.com/3151133068b2d1cfd44af0e8a546b640989aeb3d Cr-Commit-Position: refs/heads/master@{#300814}

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -56 lines) Patch
M BUILD.gn View 1 1 chunk +2 lines, -1 line 0 comments Download
D base/android/BUILD.gn View 1 1 chunk +0 lines, -18 lines 0 comments Download
A + base/android/linker/BUILD.gn View 1 1 chunk +6 lines, -1 line 0 comments Download
A base/android/linker/config.gni View 1 1 chunk +8 lines, -0 lines 0 comments Download
M base/base.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/android/rezip.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + build/android/rezip/BUILD.gn View 1 chunk +4 lines, -5 lines 0 comments Download
M build/config/android/internal_rules.gni View 9 chunks +18 lines, -7 lines 0 comments Download
M build/config/android/rules.gni View 1 2 6 chunks +86 lines, -23 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
cjhopman
anton: ptal
6 years, 2 months ago (2014-10-16 18:00:07 UTC) #2
cjhopman
rmcilroy: ptal as anton@ is OOO
6 years, 2 months ago (2014-10-21 02:03:44 UTC) #4
rmcilroy
https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni#newcode838 build/config/android/rules.gni:838: assert(_use_chromium_linker || true) I'm not sure what this is ...
6 years, 2 months ago (2014-10-21 10:55:45 UTC) #5
cjhopman
https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni#newcode838 build/config/android/rules.gni:838: assert(_use_chromium_linker || true) On 2014/10/21 10:55:45, rmcilroy wrote: > ...
6 years, 2 months ago (2014-10-21 17:28:53 UTC) #6
rmcilroy
+simonb: Could you verify that removing the target_arch conditions upstream is OK? lgtm with some ...
6 years, 2 months ago (2014-10-21 21:21:04 UTC) #8
cjhopman
https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/654383002/diff/1/build/config/android/rules.gni#newcode864 build/config/android/rules.gni:864: if (is_component_build || cpu_arch == "arm64" || cpu_arch == ...
6 years, 2 months ago (2014-10-22 21:44:07 UTC) #9
cjhopman
TBR=brettw for OWNERS of //BUILD.gn and //base/base.gyp
6 years, 2 months ago (2014-10-22 22:25:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/654383002/40001
6 years, 2 months ago (2014-10-22 23:40:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/654383002/40001
6 years, 2 months ago (2014-10-23 01:03:36 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 2 months ago (2014-10-23 01:05:15 UTC) #17
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 01:06:13 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3151133068b2d1cfd44af0e8a546b640989aeb3d
Cr-Commit-Position: refs/heads/master@{#300814}

Powered by Google App Engine
This is Rietveld 408576698