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

Issue 1915863003: [Mac/GN] Build content_shell and content_shell_framework. (Closed)

Created:
4 years, 8 months ago by Robert Sesek
Modified:
4 years, 7 months ago
Reviewers:
Dirk Pranke, brettw, Nico
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, Peter Beverloo, jam, darin-cc_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org, Nico, sdefresne
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn-info-plist
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac/GN] Build content_shell and content_shell_framework. BUG=431177 Committed: https://crrev.com/7f9d12b7bff8e9432808303e6e0f1a5349c116d5 Cr-Commit-Position: refs/heads/master@{#390581}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : Bot fix #

Total comments: 2

Patch Set 5 : Bug link #

Patch Set 6 : xcrun stamp #

Total comments: 2

Patch Set 7 : fix_helper_link_framework comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -34 lines) Patch
M build/config/mac/rules.gni View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
A build/config/mac/xcrun.py View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
M components/test_runner/BUILD.gn View 1 2 3 4 5 6 1 chunk +13 lines, -9 lines 0 comments Download
M content/shell/BUILD.gn View 1 2 3 4 5 6 4 chunks +159 lines, -19 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 28 (8 generated)
Robert Sesek
4 years, 8 months ago (2016-04-25 21:07:57 UTC) #2
Dirk Pranke
basically looks okay, but a couple of minor questions. https://codereview.chromium.org/1915863003/diff/1/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/1/content/shell/BUILD.gn#newcode568 content/shell/BUILD.gn:568: ...
4 years, 8 months ago (2016-04-25 21:29:20 UTC) #3
Robert Sesek
https://codereview.chromium.org/1915863003/diff/1/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/1/content/shell/BUILD.gn#newcode568 content/shell/BUILD.gn:568: } On 2016/04/25 21:29:19, Dirk Pranke wrote: > You ...
4 years, 8 months ago (2016-04-25 21:44:08 UTC) #4
Dirk Pranke
lgtm so that we can get this in and make progress, but the postbuild workaround ...
4 years, 8 months ago (2016-04-25 21:50:28 UTC) #6
Robert Sesek
https://codereview.chromium.org/1915863003/diff/20001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/20001/content/shell/BUILD.gn#newcode620 content/shell/BUILD.gn:620: "$root_out_dir/$content_shell_helper_name.app/Contents/MacOS/.", On 2016/04/25 21:50:28, Dirk Pranke wrote: > Yeah, ...
4 years, 8 months ago (2016-04-25 22:08:00 UTC) #7
Robert Sesek
brettw: Any thoughts? (Specifically on the question about postbuilds).
4 years, 8 months ago (2016-04-26 17:08:17 UTC) #8
Nico
https://codereview.chromium.org/1915863003/diff/20001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/20001/content/shell/BUILD.gn#newcode620 content/shell/BUILD.gn:620: "$root_out_dir/$content_shell_helper_name.app/Contents/MacOS/.", On 2016/04/25 22:08:00, Robert Sesek wrote: > On ...
4 years, 8 months ago (2016-04-26 17:35:48 UTC) #10
Robert Sesek
https://codereview.chromium.org/1915863003/diff/60001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/60001/content/shell/BUILD.gn#newcode621 content/shell/BUILD.gn:621: # install_name_tool to operate in-place. On 2016/04/26 17:35:48, Nico ...
4 years, 8 months ago (2016-04-26 18:15:30 UTC) #11
brettw
I don't know what to do. Maybe we do need a built-in concept of post-build ...
4 years, 7 months ago (2016-04-27 20:14:40 UTC) #12
Robert Sesek
On 2016/04/27 20:14:40, brettw wrote: > I don't know what to do. Maybe we do ...
4 years, 7 months ago (2016-04-27 20:46:44 UTC) #13
brettw
In that case I'm inclined not to block on this for now and check in ...
4 years, 7 months ago (2016-04-27 21:24:29 UTC) #14
Robert Sesek
On 2016/04/27 21:24:29, brettw wrote: > In that case I'm inclined not to block on ...
4 years, 7 months ago (2016-04-27 21:36:37 UTC) #15
Robert Sesek
Per our offline discussion, I've added a --stamp capability to xcrun.
4 years, 7 months ago (2016-04-27 23:19:45 UTC) #16
brettw
lgtm https://codereview.chromium.org/1915863003/diff/100001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/100001/content/shell/BUILD.gn#newcode613 content/shell/BUILD.gn:613: action("fix_helper_link_framework") { Can you give an overview here ...
4 years, 7 months ago (2016-04-28 20:27:49 UTC) #17
Robert Sesek
Thanks! https://codereview.chromium.org/1915863003/diff/100001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1915863003/diff/100001/content/shell/BUILD.gn#newcode613 content/shell/BUILD.gn:613: action("fix_helper_link_framework") { On 2016/04/28 20:27:48, brettw wrote: > ...
4 years, 7 months ago (2016-04-28 21:17:46 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915863003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915863003/120001
4 years, 7 months ago (2016-04-28 22:33:10 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/220952)
4 years, 7 months ago (2016-04-28 23:59:39 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915863003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915863003/120001
4 years, 7 months ago (2016-04-29 02:41:34 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-04-29 02:46:08 UTC) #26
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:24:01 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7f9d12b7bff8e9432808303e6e0f1a5349c116d5
Cr-Commit-Position: refs/heads/master@{#390581}

Powered by Google App Engine
This is Rietveld 408576698