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

Issue 2401033003: Fix gn installer/linux/BUILD.gn with target_arch=arm (Closed)

Created:
4 years, 2 months ago by Sam Clegg
Modified:
4 years, 2 months ago
CC:
chromium-reviews, grt+watch_chromium.org, pennymac+watch_chromium.org, Michael Moss, wfh+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix gn installer/linux/BUILD.gn with target_arch=arm Widevine is only available for x86 and x64 on linux. This check was mistakenly removed in: https://codereview.chromium.org/2395673002 The widevine shared libraries are not buildable for other architectures currently (see //third_party/widevine/cdm/BUILD.gn). TEST=gn gen with target_cpu=arm and enable_linux_installer = true BUG=653900 Committed: https://crrev.com/8c9a63e1b68dccd8dab4e4b093dcea3f31d60163 Cr-Commit-Position: refs/heads/master@{#424198}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 8

Patch Set 4 : . #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M chrome/installer/linux/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 43 (24 generated)
Greg Levin
On 2016/10/07 17:17:48, Sam Clegg wrote: > mailto:sbc@chromium.org changed reviewers: > + mailto:glevin@chromium.org, mailto:thestig@chromium.org LGTM, ...
4 years, 2 months ago (2016-10-07 17:28:37 UTC) #3
Lei Zhang
adding more reviewers
4 years, 2 months ago (2016-10-07 17:41:18 UTC) #6
ddorwin
>Widevine is not limited to just x86 and x64 as far as I can tell. ...
4 years, 2 months ago (2016-10-07 18:00:55 UTC) #7
Sam Clegg
On 2016/10/07 18:00:55, ddorwin wrote: > >Widevine is not limited to just x86 and x64 ...
4 years, 2 months ago (2016-10-07 18:10:28 UTC) #8
Sam Clegg
On 2016/10/07 18:10:28, Sam Clegg wrote: > On 2016/10/07 18:00:55, ddorwin wrote: > > >Widevine ...
4 years, 2 months ago (2016-10-07 18:11:41 UTC) #9
ddorwin
On 2016/10/07 18:11:41, Sam Clegg wrote: > On 2016/10/07 18:10:28, Sam Clegg wrote: > > ...
4 years, 2 months ago (2016-10-07 18:17:36 UTC) #10
Lei Zhang
lgtm
4 years, 2 months ago (2016-10-07 18:31:24 UTC) #11
ddorwin
Please update the description. Widevine _is_ limited to those, but we don't need to limit ...
4 years, 2 months ago (2016-10-07 18:34:04 UTC) #12
Sam Clegg
Simpler fix, which restores the previous behavior. PTAL.
4 years, 2 months ago (2016-10-07 20:40:26 UTC) #16
Greg Levin
On 2016/10/07 20:40:26, Sam Clegg wrote: > Simpler fix, which restores the previous behavior. PTAL. ...
4 years, 2 months ago (2016-10-07 20:57:12 UTC) #20
ddorwin
https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn File chrome/installer/linux/BUILD.gn (right): https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn#newcode194 chrome/installer/linux/BUILD.gn:194: if (current_cpu == "x86" || current_cpu == "x64") { ...
4 years, 2 months ago (2016-10-07 22:37:52 UTC) #23
xhwang
https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn File chrome/installer/linux/BUILD.gn (right): https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn#newcode194 chrome/installer/linux/BUILD.gn:194: if (current_cpu == "x86" || current_cpu == "x64") { ...
4 years, 2 months ago (2016-10-07 22:51:28 UTC) #25
Sam Clegg
https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn File chrome/installer/linux/BUILD.gn (right): https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn#newcode194 chrome/installer/linux/BUILD.gn:194: if (current_cpu == "x86" || current_cpu == "x64") { ...
4 years, 2 months ago (2016-10-07 22:51:48 UTC) #27
Sam Clegg
On 2016/10/07 22:51:48, Sam Clegg wrote: > https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn > File chrome/installer/linux/BUILD.gn (right): > > https://codereview.chromium.org/2401033003/diff/40001/chrome/installer/linux/BUILD.gn#newcode194 ...
4 years, 2 months ago (2016-10-08 02:08:30 UTC) #28
ddorwin
It doesn't look like you uploaded the comment. LGTM with that. Please clean up the ...
4 years, 2 months ago (2016-10-08 02:25:08 UTC) #29
Sam Clegg
On 2016/10/08 02:25:08, ddorwin wrote: > It doesn't look like you uploaded the comment. LGTM ...
4 years, 2 months ago (2016-10-08 02:33:16 UTC) #31
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/2401033003/80001
4 years, 2 months ago (2016-10-10 17:45:12 UTC) #39
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-10 18:41:25 UTC) #41
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 18:43:34 UTC) #43
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8c9a63e1b68dccd8dab4e4b093dcea3f31d60163
Cr-Commit-Position: refs/heads/master@{#424198}

Powered by Google App Engine
This is Rietveld 408576698