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

Issue 277983002: Fix building android webview on arm64 on mac. (Closed)

Created:
6 years, 7 months ago by Torne
Modified:
6 years, 5 months ago
Reviewers:
Lei Zhang, Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Fix building android webview on arm64 on mac. Android uses gcc 4.8 for target on arm64, so -Wno-unused-local-typedefs gets added to the gcc command line; unfortunately the host toolchain on mac does not support this flag. We have no way to detect the host toolchain version in the WebView build because we generate makefiles in advance instead of on the build machine, so just hardcode an exception until the instances of this warning can be fixed and this entire conditional section removed. BUG=321833 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269766

Patch Set 1 #

Total comments: 2

Patch Set 2 : use cflags! instead of a negative condition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M build/common.gypi View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Torne
Hi Nico, Lei, Can either of you think of a less gross way to do ...
6 years, 7 months ago (2014-05-09 15:00:33 UTC) #1
Nico
On 2014/05/09 15:00:33, Torne wrote: > Hi Nico, Lei, > > Can either of you ...
6 years, 7 months ago (2014-05-09 15:30:39 UTC) #2
Torne
On 2014/05/09 15:30:39, Nico wrote: > On 2014/05/09 15:00:33, Torne wrote: > > Hi Nico, ...
6 years, 7 months ago (2014-05-09 15:38:22 UTC) #3
Torne
On 2014/05/09 15:38:22, Torne wrote: > On 2014/05/09 15:30:39, Nico wrote: > > https://codereview.chromium.org/277983002/diff/1/build/common.gypi#newcode5134 > ...
6 years, 7 months ago (2014-05-09 15:41:04 UTC) #4
Nico
lgtm
6 years, 7 months ago (2014-05-09 15:41:55 UTC) #5
Torne
The CQ bit was checked by torne@chromium.org
6 years, 7 months ago (2014-05-09 16:41:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/277983002/20001
6 years, 7 months ago (2014-05-09 16:43:14 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 17:45:02 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 18:56:12 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/152626)
6 years, 7 months ago (2014-05-09 18:56:13 UTC) #10
Torne
The CQ bit was checked by torne@chromium.org
6 years, 7 months ago (2014-05-12 09:52:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/277983002/20001
6 years, 7 months ago (2014-05-12 09:52:44 UTC) #12
commit-bot: I haz the power
Change committed as 269766
6 years, 7 months ago (2014-05-12 11:10:21 UTC) #13
aurimas (slooooooooow)
On 2014/05/12 11:10:21, I haz the power (commit-bot) wrote: > Change committed as 269766 I'm ...
6 years, 5 months ago (2014-07-09 18:15:27 UTC) #14
Nico
6 years, 5 months ago (2014-07-09 18:16:40 UTC) #15
Message was sent while issue was closed.
On 2014/07/09 18:15:27, aurimas wrote:
> On 2014/05/12 11:10:21, I haz the power (commit-bot) wrote:
> > Change committed as 269766
> 
> I'm getting cc1: warning: unrecognized command line option
> "-Wno-unused-local-typedefs" [enabled by default]. Is this expected?

Which compiler? (Likely unrelated to this CL though; this CL _removed_ that flag
under certain conditions)

Powered by Google App Engine
This is Rietveld 408576698