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

Issue 956203005: Adds the ability for 'copies' in Xcode project files to specify the 'Code Sign on Copy' option. (Closed)

Created:
5 years, 10 months ago by mattryavec
Modified:
5 years, 10 months ago
Reviewers:
Mark Mentovai, Nico
CC:
gyp-developer_googlegroups.com
Target Ref:
refs/heads/master
Project:
gyp
Visibility:
Public.

Description

Adds the ability for 'copies' in Xcode project files to specify the 'Code Sign on Copy' option. BUG=

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -1 line) Patch
M pylib/gyp/generator/xcode.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M test/mac/framework/framework.gyp View 1 1 chunk +23 lines, -0 lines 0 comments Download
M test/mac/gyptest-copies.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
Nico
This looks fine to me (thanks for adding a test!), but Mark should probably bless ...
5 years, 10 months ago (2015-02-26 19:05:44 UTC) #3
Nico
https://codereview.chromium.org/956203005/diff/1/test/mac/framework/framework.gyp File test/mac/framework/framework.gyp (right): https://codereview.chromium.org/956203005/diff/1/test/mac/framework/framework.gyp#newcode81 test/mac/framework/framework.gyp:81: 'code_sign': 1, maybe this should be xcode_code_sign or something ...
5 years, 10 months ago (2015-02-26 19:06:34 UTC) #4
Mark Mentovai
https://codereview.chromium.org/956203005/diff/1/pylib/gyp/generator/xcode.py File pylib/gyp/generator/xcode.py (right): https://codereview.chromium.org/956203005/diff/1/pylib/gyp/generator/xcode.py#newcode1133 pylib/gyp/generator/xcode.py:1133: code_sign = int(copy_group.get('code_sign', 0)) I agree, please change this ...
5 years, 10 months ago (2015-02-26 21:35:13 UTC) #5
mattryavec
On 2015/02/26 21:35:13, Mark Mentovai wrote: > https://codereview.chromium.org/956203005/diff/1/pylib/gyp/generator/xcode.py > File pylib/gyp/generator/xcode.py (right): > > https://codereview.chromium.org/956203005/diff/1/pylib/gyp/generator/xcode.py#newcode1133 ...
5 years, 10 months ago (2015-02-26 21:50:32 UTC) #6
mattryavec
https://codereview.chromium.org/956203005/diff/1/test/mac/framework/framework.gyp File test/mac/framework/framework.gyp (right): https://codereview.chromium.org/956203005/diff/1/test/mac/framework/framework.gyp#newcode81 test/mac/framework/framework.gyp:81: 'code_sign': 1, On 2015/02/26 19:06:34, Nico wrote: > maybe ...
5 years, 10 months ago (2015-02-26 21:52:16 UTC) #7
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 10 months ago (2015-02-26 21:58:49 UTC) #11
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 10 months ago (2015-02-26 22:03:52 UTC) #14
mattryavec
On 2015/02/26 22:03:52, I haz the power (commit-bot) wrote: > Commit queue rejected this change ...
5 years, 10 months ago (2015-02-26 22:07:14 UTC) #15
Mark Mentovai
5 years, 10 months ago (2015-02-26 23:28:22 UTC) #16
Committed r2036

Powered by Google App Engine
This is Rietveld 408576698