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

Issue 2161183003: Build libmonochrome.so with secondary toolchain (Closed)

Created:
4 years, 5 months ago by michaelbai
Modified:
4 years, 5 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Build libmonochrome.so with secondary toolchain This patch - added Android secondary abi toolchain. - built libmonochrome with secondary abi toolchain, the 64-bit build starts to building 64-bit webview only libmonochrome.so and 32-bit full libmonochrome.so. BUG=605315 Committed: https://crrev.com/e56fa3c0528dc62a3d423ed2d0b83b5e039cb602 Cr-Commit-Position: refs/heads/master@{#406965}

Patch Set 1 #

Total comments: 7

Patch Set 2 : address comments #

Total comments: 7

Patch Set 3 : Remove the v8_foo toolchain & address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -7 lines) Patch
M android_webview/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/config.gni View 1 2 3 chunks +33 lines, -5 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 30 (15 generated)
michaelbai
Andrew, maybe land this first, then see what's needed to enable the java template at ...
4 years, 5 months ago (2016-07-19 20:33:16 UTC) #7
Dirk Pranke
lgtm, but I mostly defer to agrieve here.
4 years, 5 months ago (2016-07-20 02:02:35 UTC) #8
agrieve
Yep, I'm happy to wait for this before adding in that other assert change. https://codereview.chromium.org/2161183003/diff/1/build/config/android/config.gni ...
4 years, 5 months ago (2016-07-20 02:11:03 UTC) #9
michaelbai
PTAL https://codereview.chromium.org/2161183003/diff/1/build/config/android/config.gni File build/config/android/config.gni (right): https://codereview.chromium.org/2161183003/diff/1/build/config/android/config.gni#newcode7 build/config/android/config.gni:7: import("//build/config/android/secondary_abi.gni") On 2016/07/20 02:11:03, agrieve wrote: > Having ...
4 years, 5 months ago (2016-07-20 16:51:11 UTC) #10
agrieve
lgtm https://codereview.chromium.org/2161183003/diff/20001/build/config/android/config.gni File build/config/android/config.gni (right): https://codereview.chromium.org/2161183003/diff/20001/build/config/android/config.gni#newcode312 build/config/android/config.gni:312: android_secondary_abi_cpu = "arm" nit: can you add a ...
4 years, 5 months ago (2016-07-21 16:57:46 UTC) #11
Dirk Pranke
https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn File build/toolchain/android/BUILD.gn (right): https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn#newcode126 build/toolchain/android/BUILD.gn:126: v8_toolchain_cpu = "arm" On 2016/07/21 16:57:46, agrieve wrote: > ...
4 years, 5 months ago (2016-07-21 17:15:26 UTC) #12
michaelbai
https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn File build/toolchain/android/BUILD.gn (right): https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn#newcode126 build/toolchain/android/BUILD.gn:126: v8_toolchain_cpu = "arm" On 2016/07/21 17:15:26, Dirk Pranke wrote: ...
4 years, 5 months ago (2016-07-21 17:58:06 UTC) #13
Dirk Pranke
https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn File build/toolchain/android/BUILD.gn (right): https://codereview.chromium.org/2161183003/diff/20001/build/toolchain/android/BUILD.gn#newcode126 build/toolchain/android/BUILD.gn:126: v8_toolchain_cpu = "arm" v8_toolchain_cpu will match toolchain_cpu by default, ...
4 years, 5 months ago (2016-07-21 18:31:56 UTC) #14
michaelbai
PTAL https://codereview.chromium.org/2161183003/diff/20001/build/config/android/config.gni File build/config/android/config.gni (right): https://codereview.chromium.org/2161183003/diff/20001/build/config/android/config.gni#newcode312 build/config/android/config.gni:312: android_secondary_abi_cpu = "arm" On 2016/07/21 16:57:46, agrieve wrote: ...
4 years, 5 months ago (2016-07-21 19:21:08 UTC) #15
agrieve
lgtm
4 years, 5 months ago (2016-07-21 19:51:25 UTC) #16
michaelbai
nyquist@ need your owner approval for chrome/android
4 years, 5 months ago (2016-07-21 20:01:25 UTC) #18
nyquist
chrome/android lgtm
4 years, 5 months ago (2016-07-21 20:17:20 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2161183003/40001
4 years, 5 months ago (2016-07-21 21:29:50 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-21 22:17:41 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 22:19:00 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e56fa3c0528dc62a3d423ed2d0b83b5e039cb602
Cr-Commit-Position: refs/heads/master@{#406965}

Powered by Google App Engine
This is Rietveld 408576698