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

Issue 234843005: Add xcode_ninja_target_pattern to xcode-ninja generator (Closed)

Created:
6 years, 8 months ago by justincohen
Modified:
6 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com, stuartmorgan
Visibility:
Public.

Description

Add xcode_ninja_target_pattern to xcode-ninja generator Adds new GYP_GENERATOR_FLAG xcode_ninja_target_pattern. This customization allows for non-executable targets in the xcode_ninja wrapper. Also changes the name of xcode_ninja_target_filter to xcode_ninja_executable_target_pattern. xcode_ninja_executable_target_pattern (default all) - Restrict executable targets to this pattern, if set. xcode_ninja_target_pattern (default none) - Include extra targets, such as non-executable targets based on this pattern, if set. BUG=None TEST=None R=mark@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1914

Patch Set 1 #

Patch Set 2 : Grammar #

Total comments: 6

Patch Set 3 : Spelling and semicolon #

Patch Set 4 : Update flag names and comments #

Total comments: 2

Patch Set 5 : English #

Patch Set 6 : Update flag names #

Patch Set 7 : More #

Patch Set 8 : English #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -10 lines) Patch
M pylib/gyp/xcode_ninja.py View 1 2 3 4 5 6 7 2 chunks +37 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
justincohen
Some small feature requests to the xcode-ninja wrapper. I expect there will be a few ...
6 years, 8 months ago (2014-04-11 18:05:39 UTC) #1
justincohen
6 years, 8 months ago (2014-04-11 18:05:55 UTC) #2
justincohen
bump?
6 years, 8 months ago (2014-04-15 16:45:11 UTC) #3
Mark Mentovai
https://codereview.chromium.org/234843005/diff/10001/pylib/gyp/xcode_ninja.py File pylib/gyp/xcode_ninja.py (right): https://codereview.chromium.org/234843005/diff/10001/pylib/gyp/xcode_ninja.py#newcode118 pylib/gyp/xcode_ninja.py:118: Xcode seems to perform poorly with too many targets, ...
6 years, 8 months ago (2014-04-15 16:55:45 UTC) #4
justincohen
https://codereview.chromium.org/234843005/diff/10001/pylib/gyp/xcode_ninja.py File pylib/gyp/xcode_ninja.py (right): https://codereview.chromium.org/234843005/diff/10001/pylib/gyp/xcode_ninja.py#newcode118 pylib/gyp/xcode_ninja.py:118: Xcode seems to perform poorly with too many targets, ...
6 years, 8 months ago (2014-04-15 17:21:04 UTC) #5
Mark Mentovai
To help others wrap their heads around that, you should write that kind of description ...
6 years, 8 months ago (2014-04-15 17:46:19 UTC) #6
justincohen
Added a more detailed comment and changed the names to xcode_ninja_target_whitelist and xcode_ninja_target_extras. What do ...
6 years, 8 months ago (2014-04-15 18:12:58 UTC) #7
Mark Mentovai
https://codereview.chromium.org/234843005/diff/50001/pylib/gyp/xcode_ninja.py File pylib/gyp/xcode_ninja.py (right): https://codereview.chromium.org/234843005/diff/50001/pylib/gyp/xcode_ninja.py#newcode179 pylib/gyp/xcode_ninja.py:179: # that match it's regular expression will appear. Can ...
6 years, 8 months ago (2014-04-15 18:24:01 UTC) #8
justincohen
Oops, thanks. https://codereview.chromium.org/234843005/diff/50001/pylib/gyp/xcode_ninja.py File pylib/gyp/xcode_ninja.py (right): https://codereview.chromium.org/234843005/diff/50001/pylib/gyp/xcode_ninja.py#newcode179 pylib/gyp/xcode_ninja.py:179: # that match it's regular expression will ...
6 years, 8 months ago (2014-04-15 18:36:26 UTC) #9
Mark Mentovai
OK, I get it now. One of these controls which executable targets to include (default ...
6 years, 8 months ago (2014-04-15 18:45:05 UTC) #10
justincohen
Sorry for the delay between patches. How about this?
6 years, 7 months ago (2014-05-05 00:31:57 UTC) #11
Mark Mentovai
OK, LGTM
6 years, 7 months ago (2014-05-05 20:39:10 UTC) #12
justincohen
The CQ bit was checked by justincohen@chromium.org
6 years, 7 months ago (2014-05-05 21:32:31 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-05 21:35:11 UTC) #14
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 7 months ago (2014-05-05 21:35:12 UTC) #15
justincohen
6 years, 7 months ago (2014-05-06 16:21:18 UTC) #16
Message was sent while issue was closed.
Committed patchset #8 manually as r1914.

Powered by Google App Engine
This is Rietveld 408576698