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

Issue 1083963002: Remove duplicate -std=gnu++11 flag for Mac gn build (Closed)

Created:
5 years, 8 months ago by Jiang Jiang
Modified:
5 years, 8 months ago
Reviewers:
brettw, Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove duplicate -std=gnu++11 flag for Mac gn build It's already added when is_clang is true, which is always the case on Mac. BUG=336487 Committed: https://crrev.com/24bb916c8b5ed81187156c94f02cde89ea4da509 Cr-Commit-Position: refs/heads/master@{#325090}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use gnu++11 for Linux and c++11 for rest of the non-win platforms #

Patch Set 3 : Try using gnu++11 for android and nacl builds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M build/config/compiler/BUILD.gn View 1 2 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
Jiang Jiang
5 years, 8 months ago (2015-04-14 15:14:43 UTC) #2
Nico
https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn#newcode415 build/config/compiler/BUILD.gn:415: cflags_cc += [ "-std=gnu++11" ] It should be -std=c++11 ...
5 years, 8 months ago (2015-04-14 15:17:16 UTC) #4
Jiang Jiang
https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn#newcode415 build/config/compiler/BUILD.gn:415: cflags_cc += [ "-std=gnu++11" ] On 2015/04/14 15:17:16, Nico ...
5 years, 8 months ago (2015-04-14 15:28:44 UTC) #5
Nico
On 2015/04/14 15:28:44, Jiang Jiang wrote: > https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn > File build/config/compiler/BUILD.gn (right): > > https://codereview.chromium.org/1083963002/diff/1/build/config/compiler/BUILD.gn#newcode415 ...
5 years, 8 months ago (2015-04-14 15:45:21 UTC) #6
Nico
Thanks for looking at this!
5 years, 8 months ago (2015-04-14 15:45:31 UTC) #7
Jiang Jiang
On 2015/04/14 15:45:21, Nico (away until Wed Apr 15) wrote: > I think the is_clang ...
5 years, 8 months ago (2015-04-14 15:54:13 UTC) #8
Nico
On Tue, Apr 14, 2015 at 8:54 AM, <jiangj@opera.com> wrote: > On 2015/04/14 15:45:21, Nico ...
5 years, 8 months ago (2015-04-14 15:57:41 UTC) #9
Jiang Jiang
On 2015/04/14 15:57:41, Nico (away until Wed Apr 15) wrote: > On Tue, Apr 14, ...
5 years, 8 months ago (2015-04-14 16:04:20 UTC) #10
Nico
lgtm if the trybots like it (I'm not sure what gyp does for android)
5 years, 8 months ago (2015-04-14 16:06:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1083963002/20001
5 years, 8 months ago (2015-04-14 16:11:54 UTC) #13
brettw
lgtm
5 years, 8 months ago (2015-04-14 16:12:27 UTC) #15
Jiang Jiang
On 2015/04/14 16:06:24, Nico (away until Wed Apr 15) wrote: > lgtm if the trybots ...
5 years, 8 months ago (2015-04-14 16:18:34 UTC) #16
Jiang Jiang
On 2015/04/14 16:12:27, brettw wrote: > lgtm Any idea why Windows gn trybot was failing? ...
5 years, 8 months ago (2015-04-14 16:19:21 UTC) #17
Jiang Jiang
Also it appears that nacl builds requires a different flag: http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/78448/steps/compile/logs/stdio I never worked with ...
5 years, 8 months ago (2015-04-14 16:23:40 UTC) #18
Jiang Jiang
Also Mac gn trybot failure (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_dbg/builds/321/steps/compile/logs/stdio) appears to be a separate issue, I'm trying to ...
5 years, 8 months ago (2015-04-14 16:37:43 UTC) #19
Nico
On 2015/04/14 16:23:40, Jiang Jiang wrote: > Also it appears that nacl builds requires a ...
5 years, 8 months ago (2015-04-14 16:40:11 UTC) #20
Nico
On 2015/04/14 16:19:21, Jiang Jiang wrote: > On 2015/04/14 16:12:27, brettw wrote: > > lgtm ...
5 years, 8 months ago (2015-04-14 16:41:41 UTC) #21
Jiang Jiang
On 2015/04/14 16:41:41, Nico (away until Wed Apr 15) wrote: > On 2015/04/14 16:19:21, Jiang ...
5 years, 8 months ago (2015-04-14 16:58:40 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1083963002/40001
5 years, 8 months ago (2015-04-14 17:51:26 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-14 18:29:14 UTC) #26
commit-bot: I haz the power
5 years, 8 months ago (2015-04-14 18:31:22 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/24bb916c8b5ed81187156c94f02cde89ea4da509
Cr-Commit-Position: refs/heads/master@{#325090}

Powered by Google App Engine
This is Rietveld 408576698