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

Issue 4799003: Simplify gyp files by adding a global glob for openssl/nss (Closed)

Created:
10 years, 1 month ago by joth
Modified:
9 years, 7 months ago
Reviewers:
bulach, wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Simplify gyp files by adding a global glob for openssl/nss BUG=None TEST=Build Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66120

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -61 lines) Patch
M base/base.gypi View 1 1 chunk +0 lines, -26 lines 0 comments Download
M build/common.gypi View 1 chunk +12 lines, -0 lines 5 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +0 lines, -7 lines 0 comments Download
M net/net.gyp View 1 3 chunks +0 lines, -28 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
joth
10 years, 1 month ago (2010-11-12 14:13:25 UTC) #1
wtc
Good patch. I have one suggested change and one question below. http://codereview.chromium.org/4799003/diff/2001/build/common.gypi File build/common.gypi (right): ...
10 years, 1 month ago (2010-11-12 14:47:49 UTC) #2
joth
Thanks for the quick review! http://codereview.chromium.org/4799003/diff/2001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/4799003/diff/2001/build/common.gypi#newcode658 build/common.gypi:658: ['exclude', '_nss\\.(cc|c)$'], On 2010/11/12 ...
10 years, 1 month ago (2010-11-12 14:56:38 UTC) #3
wtc
10 years, 1 month ago (2010-11-12 15:06:40 UTC) #4
http://codereview.chromium.org/4799003/diff/2001/build/common.gypi
File build/common.gypi (right):

http://codereview.chromium.org/4799003/diff/2001/build/common.gypi#newcode658
build/common.gypi:658: ['exclude', '_nss\\.(cc|c)$'],
On 2010/11/12 14:56:38, joth wrote:
>
> I agree -- reason I didn't is none of the ones above do.. ['exclude',
> '_win(_unittest)?\\.cc$'], ['exclude', '_linux(_unittest)?\\.cc$'], etc

I see.  We should request the help of a GYP expert (Brad
Nelson or Mark Mentovai) on this issue as in the original
code we exclude the .h files (using 'sources!').

Other than this issue, this patch looks good to me.

Powered by Google App Engine
This is Rietveld 408576698