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

Issue 2055673002: [Mac/GN] Add //build/config/mac/package_framework.py. (Closed)

Created:
4 years, 6 months ago by Robert Sesek
Modified:
4 years, 6 months ago
Reviewers:
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

[Mac/GN] Add //build/config/mac/package_framework.py. This moves another step performed by gyp-mac-tool into a standalone script. In addition, support for more top-level bundle directories (e.g. Helpers, XPCServices, etc.) is added. BUG=616813, 604809 R=sdefresne@chromium.org Committed: https://crrev.com/51dc7dae178061bfcc559f16d85e43f2695efacf Cr-Commit-Position: refs/heads/master@{#398884}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -2 lines) Patch
M build/config/mac/base_rules.gni View 1 chunk +1 line, -2 lines 0 comments Download
A build/config/mac/package_framework.py View 1 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Robert Sesek
4 years, 6 months ago (2016-06-09 01:18:30 UTC) #1
sdefresne
lgtm https://codereview.chromium.org/2055673002/diff/1/build/config/mac/package_framework.py File build/config/mac/package_framework.py (right): https://codereview.chromium.org/2055673002/diff/1/build/config/mac/package_framework.py#newcode19 build/config/mac/package_framework.py:19: binary = os.path.basename(framework).split('.')[0] nit: os.path.splitext(os.path.basename(framework))[0] https://codereview.chromium.org/2055673002/diff/1/build/config/mac/package_framework.py#newcode31 build/config/mac/package_framework.py:31: pwd ...
4 years, 6 months ago (2016-06-09 07:16:18 UTC) #2
Robert Sesek
https://codereview.chromium.org/2055673002/diff/1/build/config/mac/package_framework.py File build/config/mac/package_framework.py (right): https://codereview.chromium.org/2055673002/diff/1/build/config/mac/package_framework.py#newcode19 build/config/mac/package_framework.py:19: binary = os.path.basename(framework).split('.')[0] On 2016/06/09 07:16:18, sdefresne wrote: > ...
4 years, 6 months ago (2016-06-09 14:25:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055673002/40001
4 years, 6 months ago (2016-06-09 14:44:05 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 6 months ago (2016-06-09 15:13:43 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-09 15:13:50 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 15:15:16 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/51dc7dae178061bfcc559f16d85e43f2695efacf
Cr-Commit-Position: refs/heads/master@{#398884}

Powered by Google App Engine
This is Rietveld 408576698