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

Issue 6592088: Add mac_framework_private_headers key to specify which headers should be copi... (Closed)

Created:
9 years, 9 months ago by abarth-chromium
Modified:
9 years ago
Reviewers:
Mark Mentovai, TVL, dglazkov
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Add mac_framework_private_headers key to specify which headers should be copied into the PrivateHeaders folder in a Mac Framework.

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M pylib/gyp/generator/xcode.py View 1 2 3 7 chunks +16 lines, -6 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
abarth-chromium
9 years, 9 months ago (2011-03-02 01:03:16 UTC) #1
dglazkov
This looks awesome!
9 years, 9 months ago (2011-03-02 01:31:29 UTC) #2
TVL
http://codereview.chromium.org/6592088/diff/1/pylib/gyp/generator/xcode.py File pylib/gyp/generator/xcode.py (right): http://codereview.chromium.org/6592088/diff/1/pylib/gyp/generator/xcode.py#newcode541 pylib/gyp/generator/xcode.py:541: def AddPublicHeaderToTarget(header, pbxp, xct): Maybe extend this to take ...
9 years, 9 months ago (2011-03-02 02:07:15 UTC) #3
Mark Mentovai
This looks good. I agree with TVL’s comment: merging AddPublicHeaderToTarget and AddPrivateHeaderToTarget back into AddHeaderToTarget ...
9 years, 9 months ago (2011-03-02 21:56:35 UTC) #4
abarth-chromium
Updated. Thoughts?
9 years, 9 months ago (2011-03-03 06:38:56 UTC) #5
Mark Mentovai
Getting close. http://codereview.chromium.org/6592088/diff/7001/pylib/gyp/generator/xcode.py File pylib/gyp/generator/xcode.py (right): http://codereview.chromium.org/6592088/diff/7001/pylib/gyp/generator/xcode.py#newcode538 pylib/gyp/generator/xcode.py:538: xct.ResourcesPhase().AddFile(resource, settings) This is wrong. What’s settings ...
9 years, 9 months ago (2011-03-03 16:29:38 UTC) #6
abarth-chromium
http://codereview.chromium.org/6592088/diff/7001/pylib/gyp/generator/xcode.py File pylib/gyp/generator/xcode.py (right): http://codereview.chromium.org/6592088/diff/7001/pylib/gyp/generator/xcode.py#newcode538 pylib/gyp/generator/xcode.py:538: xct.ResourcesPhase().AddFile(resource, settings) On 2011/03/03 16:29:38, Mark Mentovai wrote: > ...
9 years, 9 months ago (2011-03-03 16:45:40 UTC) #7
Mark Mentovai
LGTM. I’ll check this in. You can run GYP tests by running gyptest.py. It’s also ...
9 years, 9 months ago (2011-03-03 17:02:21 UTC) #8
Mark Mentovai
9 years, 9 months ago (2011-03-03 17:04:42 UTC) #9
Committed r898. Thanks!

Powered by Google App Engine
This is Rietveld 408576698