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

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed)

Created:
5 years, 7 months ago by justincohen
Modified:
5 years, 6 months ago
Reviewers:
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

Reland "Roll DEPS to class-dump 3.5" Removes some build warnings. Moves the class-dump repo to a github auto-mirror instead of a mirror that needs to be manually updated. This also requires that the class-dump.gyp file move from the third-party repo into the main source tree. Note that the file structure of the class-dump source changed so the .gyp had to be updated. For comparison, the old .class-dump.gyp can be found at https://chromium.googlesource.com/chromium/deps/class-dump/+/master/class-dump.gyp BUG=318160, 417264 Committed: https://crrev.com/b61668a8e23fcdbe8fd1e851c836a1a4d45fb054 Cr-Commit-Position: refs/heads/master@{#332485}

Patch Set 1 #

Patch Set 2 : Update warnings #

Total comments: 2

Patch Set 3 : Remove all warnings, but ninja fails #

Patch Set 4 : Correct host deployment target ovveride #

Total comments: 12

Patch Set 5 : Add revision to README, and remove -fobjc-arc flag #

Patch Set 6 : Add OWNERS file #

Patch Set 7 : Use mac_deployment_target variables block #

Total comments: 4

Patch Set 8 : Add second OWNER #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -22 lines) Patch
M .gitignore View 2 chunks +1 line, -1 line 0 comments Download
M DEPS View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M testing/iossim/iossim.gyp View 1 2 3 4 5 6 4 chunks +4 lines, -11 lines 0 comments Download
M testing/iossim/iossim.mm View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M testing/iossim/redirect-stdout.sh View 1 2 1 chunk +3 lines, -1 line 0 comments Download
A third_party/class-dump/LICENSE View 1 chunk +27 lines, -0 lines 0 comments Download
A + third_party/class-dump/OWNERS View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
A third_party/class-dump/README View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/class-dump/README.chromium View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/class-dump/class-dump.gyp View 1 2 3 4 5 6 1 chunk +188 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
justincohen
thakis@ I'm taking over this CL for lliabraa@, the original CL is here: https://codereview.chromium.org/1147353003/ I ...
5 years, 7 months ago (2015-05-27 17:26:01 UTC) #2
justincohen
bump
5 years, 6 months ago (2015-05-29 15:36:54 UTC) #3
Nico
https://codereview.chromium.org/1161813003/diff/20001/third_party/class-dump/class-dump.gyp File third_party/class-dump/class-dump.gyp (right): https://codereview.chromium.org/1161813003/diff/20001/third_party/class-dump/class-dump.gyp#newcode184 third_party/class-dump/class-dump.gyp:184: '-Wno-arc-bridge-casts-disallowed-in-nonarc', As requested on the other review, can you ...
5 years, 6 months ago (2015-05-30 03:52:58 UTC) #4
justincohen
I pushed class-dump a bit further and converted to ARC, so now iossim/class-dump builds warning ...
5 years, 6 months ago (2015-05-31 23:20:18 UTC) #5
Nico
Nice! https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp#newcode120 testing/iossim/iossim.gyp:120: ], Do you need this block when you ...
5 years, 6 months ago (2015-06-01 22:31:21 UTC) #6
justincohen
I don't have satisfying answers for the gyp questions. Any ideas? https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): ...
5 years, 6 months ago (2015-06-02 01:20:40 UTC) #7
Nico
https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp#newcode7 testing/iossim/iossim.gyp:7: ['OS!="ios" or "<(GENERATOR)"!="xcode" or "<(GENERATOR_FLAVOR)"=="ninja"', { Wait this block ...
5 years, 6 months ago (2015-06-02 03:30:06 UTC) #8
justincohen
mac_deployment_target simplified things, thanks! PTAL! https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp File testing/iossim/iossim.gyp (right): https://codereview.chromium.org/1161813003/diff/60001/testing/iossim/iossim.gyp#newcode7 testing/iossim/iossim.gyp:7: ['OS!="ios" or "<(GENERATOR)"!="xcode" or ...
5 years, 6 months ago (2015-06-02 17:05:58 UTC) #9
Nico
Cool, lgtm with a second OWNERS entry and the other comment answered https://codereview.chromium.org/1161813003/diff/120001/third_party/class-dump/OWNERS File third_party/class-dump/OWNERS ...
5 years, 6 months ago (2015-06-02 18:11:24 UTC) #10
justincohen
Done, PTAL! https://codereview.chromium.org/1161813003/diff/120001/third_party/class-dump/OWNERS File third_party/class-dump/OWNERS (right): https://codereview.chromium.org/1161813003/diff/120001/third_party/class-dump/OWNERS#newcode1 third_party/class-dump/OWNERS:1: justincohen@chromium.org On 2015/06/02 18:11:24, Nico wrote: > ...
5 years, 6 months ago (2015-06-02 18:17:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161813003/140001
5 years, 6 months ago (2015-06-02 20:29:53 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 6 months ago (2015-06-02 23:11:43 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 23:13:35 UTC) #16
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b61668a8e23fcdbe8fd1e851c836a1a4d45fb054
Cr-Commit-Position: refs/heads/master@{#332485}

Powered by Google App Engine
This is Rietveld 408576698