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

Issue 1698963004: Get iOS GN build working again (Closed)

Created:
4 years, 10 months ago by Dirk Pranke
Modified:
4 years, 6 months ago
Reviewers:
brettw, Nico, sdefresne
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Get iOS GN build working again. This CL adds some files and compile flags that were missing in the GN build. This is a prelude to adding the GN iOS bots to the main waterfall and CQ. R=sdefresne@chromium.org, brettw@chromium.org BUG=459705 Committed: https://crrev.com/34d6652e39479abf69f9676257e393becd93dbe5 Cr-Commit-Position: refs/heads/master@{#376584}

Patch Set 1 #

Patch Set 2 : fix shared_memory link failure #

Patch Set 3 : revert //base/BUILD.gn change #

Patch Set 4 : update BUILD w/ missing files and flags #

Patch Set 5 : revert mb change, formatting #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M base/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ios/third_party/gcdwebserver/BUILD.gn View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ios/web/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 2 comments Download
M third_party/google_toolbox_for_mac/BUILD.gn View 1 2 3 4 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 15 (6 generated)
brettw
lgtm
4 years, 10 months ago (2016-02-19 23:30:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698963004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698963004/80001
4 years, 10 months ago (2016-02-19 23:37:15 UTC) #5
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-20 00:28:27 UTC) #7
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/34d6652e39479abf69f9676257e393becd93dbe5 Cr-Commit-Position: refs/heads/master@{#376584}
4 years, 10 months ago (2016-02-20 00:30:06 UTC) #9
sdefresne
lgtm https://codereview.chromium.org/1698963004/diff/80001/ios/web/BUILD.gn File ios/web/BUILD.gn (right): https://codereview.chromium.org/1698963004/diff/80001/ios/web/BUILD.gn#newcode346 ios/web/BUILD.gn:346: "public/test/scoped_Testing_web_client.h", nit: the files are named scoped_testing_web_client.{h,mm} (i.e. ...
4 years, 10 months ago (2016-02-22 08:29:29 UTC) #10
Dirk Pranke
https://codereview.chromium.org/1698963004/diff/80001/ios/web/BUILD.gn File ios/web/BUILD.gn (right): https://codereview.chromium.org/1698963004/diff/80001/ios/web/BUILD.gn#newcode346 ios/web/BUILD.gn:346: "public/test/scoped_Testing_web_client.h", On 2016/02/22 08:29:29, sdefresne wrote: > nit: the ...
4 years, 10 months ago (2016-02-22 16:56:00 UTC) #11
Nico
https://codereview.chromium.org/1698963004/diff/80001/third_party/google_toolbox_for_mac/BUILD.gn File third_party/google_toolbox_for_mac/BUILD.gn (right): https://codereview.chromium.org/1698963004/diff/80001/third_party/google_toolbox_for_mac/BUILD.gn#newcode17 third_party/google_toolbox_for_mac/BUILD.gn:17: cflags = [ "-Wno-deprecated-declarations" ] so this config is ...
4 years, 6 months ago (2016-06-22 22:53:33 UTC) #13
Dirk Pranke
On 2016/06/22 22:53:33, Nico wrote: > https://codereview.chromium.org/1698963004/diff/80001/third_party/google_toolbox_for_mac/BUILD.gn > File third_party/google_toolbox_for_mac/BUILD.gn (right): > > https://codereview.chromium.org/1698963004/diff/80001/third_party/google_toolbox_for_mac/BUILD.gn#newcode17 > ...
4 years, 6 months ago (2016-06-22 23:34:05 UTC) #14
Nico
4 years, 6 months ago (2016-06-22 23:41:29 UTC) #15
Message was sent while issue was closed.
Well no, we still have gyp bots. But once they're gone, if I hadn't
accidentally noticed this, this would've majorly screwed us over when
upping the deployment target. I don't think catastrophic is an exaggeration.
On Jun 22, 2016 7:34 PM, <dpranke@chromium.org> wrote:

> On 2016/06/22 22:53:33, Nico wrote:
> >
>
>
https://codereview.chromium.org/1698963004/diff/80001/third_party/google_tool...
> > File third_party/google_toolbox_for_mac/BUILD.gn (right):
> >
> >
>
>
https://codereview.chromium.org/1698963004/diff/80001/third_party/google_tool...
> > third_party/google_toolbox_for_mac/BUILD.gn:17: cflags = [
> > "-Wno-deprecated-declarations" ]
> > so this config is a public_config below and this has disabled deprecation
> > warnings for all code depending on this (e.g. the chrome target).
> >
> > 1. Please fix this
> > 2. How can we make it harder for people to make catastrophic mistakes
> like
> this?
> > Should configs listed in public_configs have to be declared via
> public_config(),
> > so that it's visible at the config site that changing it isn't some local
> thing?
>
> "catastrophic" seems like an exaggeration here.
>
> Has this actually resulted in bugs or more uses of deprecated APIs being
> introduced?
>
> I don't know that your suggestion would make things much better or have
> actually
>
> prevented a change like this. It's not obvious to me that there is
> something
> that we
> could do that would be effective and also not actually cause more harm
> (overhead)
> than good.
>
> https://codereview.chromium.org/1698963004/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698