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

Issue 2093543003: [Mac/iOS/GN] Remove bad -Wno-deprecated-declarations from //third_party/google_toolbox_for_mac publ… (Closed)

Created:
4 years, 6 months ago by Robert Sesek
Modified:
4 years, 6 months ago
Reviewers:
Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn-missing-objc-flags
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac/iOS/GN] Remove bad -Wno-deprecated-declarations from //third_party/google_toolbox_for_mac public_config. BUG=622889, 622481 R=thakis@chromium.org Committed: https://crrev.com/5d8c668952c6972eb1f833fddccef7d2fd66048b Cr-Commit-Position: refs/heads/master@{#401809}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 : remove unneeded config #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -13 lines) Patch
M chrome/browser/ui/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/google_toolbox_for_mac/BUILD.gn View 1 4 chunks +8 lines, -11 lines 2 comments Download

Messages

Total messages: 13 (2 generated)
Robert Sesek
4 years, 6 months ago (2016-06-24 00:38:18 UTC) #1
Nico
lgtm
4 years, 6 months ago (2016-06-24 01:53:22 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2093543003/40001
4 years, 6 months ago (2016-06-24 02:16:17 UTC) #4
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-24 03:25:23 UTC) #5
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/5d8c668952c6972eb1f833fddccef7d2fd66048b Cr-Commit-Position: refs/heads/master@{#401809}
4 years, 6 months ago (2016-06-24 03:26:53 UTC) #7
Nico
https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn File third_party/google_toolbox_for_mac/BUILD.gn (right): https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn#newcode191 third_party/google_toolbox_for_mac/BUILD.gn:191: cflags = [ "-Wno-deprecated-declarations" ] oh, fyi, in general ...
4 years, 6 months ago (2016-06-24 19:17:40 UTC) #8
Robert Sesek
https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn File third_party/google_toolbox_for_mac/BUILD.gn (right): https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn#newcode191 third_party/google_toolbox_for_mac/BUILD.gn:191: cflags = [ "-Wno-deprecated-declarations" ] On 2016/06/24 19:17:40, Nico ...
4 years, 6 months ago (2016-06-24 19:59:25 UTC) #9
Nico
On 2016/06/24 19:59:25, Robert Sesek wrote: > https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn > File third_party/google_toolbox_for_mac/BUILD.gn (right): > > https://codereview.chromium.org/2093543003/diff/40001/third_party/google_toolbox_for_mac/BUILD.gn#newcode191 ...
4 years, 6 months ago (2016-06-24 21:37:21 UTC) #10
Robert Sesek
On 2016/06/24 21:37:21, Nico wrote: > On 2016/06/24 19:59:25, Robert Sesek wrote: > > > ...
4 years, 6 months ago (2016-06-24 21:52:24 UTC) #11
Nico
config order is documented, but it still took me a bit to figure out that ...
4 years, 6 months ago (2016-06-24 21:54:30 UTC) #12
Robert Sesek
4 years, 6 months ago (2016-06-24 21:55:40 UTC) #13
Message was sent while issue was closed.
On 2016/06/24 21:54:30, Nico wrote:
> config order is documented, but it still took me a bit to figure out that
> -Wall can override an earlier -Wno-foo. If it's clear to you, more power to
> you thou :-)

Maybe someone made it more clear recently? :)

"""
Configs on a target

  When used on a target, the include_dirs, defines, etc. in each config
  are appended in the order they appear to the compile command for each
  file in the target. They will appear after the include_dirs, defines,
  etc. that the target sets directly.
"""

Powered by Google App Engine
This is Rietveld 408576698