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

Issue 23600042: ninja&make/mac: Only pass -x for loadable_modules. (Closed)

Created:
7 years, 3 months ago by Nico
Modified:
7 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 29

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 4

Patch Set 9 : #

Patch Set 10 : #

Total comments: 10

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -7 lines) Patch
M pylib/gyp/xcode_emulation.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M test/mac/gyptest-cflags.py View 1 chunk +0 lines, -1 line 0 comments Download
M test/mac/gyptest-strip.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -5 lines 0 comments Download
A test/mac/gyptest-strip-default.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 6 comments Download
M test/mac/strip/file.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +13 lines, -0 lines 0 comments Download
A test/mac/strip/main.c View 1 2 3 4 5 6 7 8 9 10 1 chunk +25 lines, -0 lines 0 comments Download
A test/mac/strip/test-defaults.gyp View 1 2 3 4 5 6 7 8 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Nico
7 years, 3 months ago (2013-09-13 04:56:48 UTC) #1
Mark Mentovai
https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py#newcode3 test/mac/gyptest-strip-default.py:3: # Copyright (c) 2012 Google Inc. All rights reserved. ...
7 years, 3 months ago (2013-09-13 16:09:05 UTC) #2
Nico
Good comments, found a bug, thanks! https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py#newcode3 test/mac/gyptest-strip-default.py:3: # Copyright (c) ...
7 years, 3 months ago (2013-09-13 20:11:07 UTC) #3
Mark Mentovai
https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/10001/test/mac/gyptest-strip-default.py#newcode32 test/mac/gyptest-strip-default.py:32: proc = subprocess.Popen(['otool', '-l', p], stdout=subprocess.PIPE) Nico wrote: > ...
7 years, 3 months ago (2013-09-13 21:31:32 UTC) #4
Nico
https://codereview.chromium.org/23600042/diff/10001/test/mac/strip/main.c File test/mac/strip/main.c (right): https://codereview.chromium.org/23600042/diff/10001/test/mac/strip/main.c#newcode6 test/mac/strip/main.c:6: void the_function() {} On 2013/09/13 21:31:32, Mark Mentovai wrote: ...
7 years, 3 months ago (2013-09-13 21:41:06 UTC) #5
Mark Mentovai
https://codereview.chromium.org/23600042/diff/10001/test/mac/strip/main.c File test/mac/strip/main.c (right): https://codereview.chromium.org/23600042/diff/10001/test/mac/strip/main.c#newcode6 test/mac/strip/main.c:6: void the_function() {} Nico wrote: > Since it's called ...
7 years, 3 months ago (2013-09-13 21:50:34 UTC) #6
Nico
https://codereview.chromium.org/23600042/diff/43001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/43001/test/mac/gyptest-strip-default.py#newcode43 test/mac/gyptest-strip-default.py:43: 00001000 S _i On 2013/09/13 21:50:36, Mark Mentovai wrote: ...
7 years, 3 months ago (2013-09-13 22:05:49 UTC) #7
Mark Mentovai
LGTM https://codereview.chromium.org/23600042/diff/60001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/60001/test/mac/gyptest-strip-default.py#newcode37 test/mac/gyptest-strip-default.py:37: o = ''.join(filter(lambda s: 'radr://5614542' not in s, ...
7 years, 3 months ago (2013-09-14 04:23:37 UTC) #8
Nico
Thank you! https://codereview.chromium.org/23600042/diff/60001/test/mac/gyptest-strip-default.py File test/mac/gyptest-strip-default.py (right): https://codereview.chromium.org/23600042/diff/60001/test/mac/gyptest-strip-default.py#newcode37 test/mac/gyptest-strip-default.py:37: o = ''.join(filter(lambda s: 'radr://5614542' not in ...
7 years, 3 months ago (2013-09-14 04:30:41 UTC) #9
Nico
7 years, 3 months ago (2013-09-14 04:31:41 UTC) #10
Message was sent while issue was closed.
Committed patchset #14 manually as r1730 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698