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

Issue 130373002: Compile OpenSSL for NaCl (Closed)

Created:
6 years, 11 months ago by Sergey Ulanov
Modified:
6 years, 11 months ago
Reviewers:
agl, wtc
CC:
chromium-reviews, wtc
Visibility:
Public.

Description

Compile OpenSSL for NaCl The new openssl_nacl target compiles OpenSSL for NaCl. It will be used for chromoting client. BUG=276739 R=agl@chromium.org, wtc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244037

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -1 line) Patch
M openssl.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
A openssl_nacl.gyp View 1 1 chunk +65 lines, -0 lines 4 comments Download

Messages

Total messages: 12 (0 generated)
Sergey Ulanov
6 years, 11 months ago (2014-01-09 01:30:05 UTC) #1
agl
LGTM, assuming that wtc is aware and happy of this new SSL usage in the ...
6 years, 11 months ago (2014-01-09 15:52:06 UTC) #2
Sergey Ulanov
On 2014/01/09 15:52:06, agl wrote: > LGTM, assuming that wtc is aware and happy of ...
6 years, 11 months ago (2014-01-09 21:52:17 UTC) #3
wtc
Review comments on patch set 1: Sergey: does this mean Chrome will use both NSS ...
6 years, 11 months ago (2014-01-09 23:47:50 UTC) #4
Sergey Ulanov
On Thu, Jan 9, 2014 at 3:47 PM, <wtc@chromium.org> wrote: > Review comments on patch ...
6 years, 11 months ago (2014-01-09 23:55:36 UTC) #5
wtc
Patch set 1 LGTM. https://codereview.chromium.org/130373002/diff/1/openssl_nacl.gyp File openssl_nacl.gyp (right): https://codereview.chromium.org/130373002/diff/1/openssl_nacl.gyp#newcode6 openssl_nacl.gyp:6: 'werror': '', Just curious: what ...
6 years, 11 months ago (2014-01-10 00:31:03 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/130373002/diff/1/openssl_nacl.gyp File openssl_nacl.gyp (right): https://codereview.chromium.org/130373002/diff/1/openssl_nacl.gyp#newcode6 openssl_nacl.gyp:6: 'werror': '', On 2014/01/10 00:31:03, wtc wrote: > > ...
6 years, 11 months ago (2014-01-10 01:35:29 UTC) #7
Sergey Ulanov
Committed patchset #2 manually as r244037.
6 years, 11 months ago (2014-01-10 01:50:57 UTC) #8
wtc
Patch set 2 LGTM. https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp File openssl_nacl.gyp (right): https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp#newcode43 openssl_nacl.gyp:43: 'TERMIO', Why didn't you add ...
6 years, 11 months ago (2014-01-10 02:06:27 UTC) #9
Sergey Ulanov
https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp File openssl_nacl.gyp (right): https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp#newcode43 openssl_nacl.gyp:43: 'TERMIO', On 2014/01/10 02:06:27, wtc wrote: > > Why ...
6 years, 11 months ago (2014-01-10 02:10:04 UTC) #10
wtc
https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp File openssl_nacl.gyp (right): https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp#newcode43 openssl_nacl.gyp:43: 'TERMIO', On 2014/01/10 02:10:04, Sergey Ulanov wrote: > > ...
6 years, 11 months ago (2014-01-10 03:25:42 UTC) #11
Sergey Ulanov
6 years, 11 months ago (2014-01-10 05:19:46 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp
File openssl_nacl.gyp (right):

https://codereview.chromium.org/130373002/diff/100001/openssl_nacl.gyp#newcode43
openssl_nacl.gyp:43: 'TERMIO',
On 2014/01/10 03:25:43, wtc wrote:
> 
> On 2014/01/10 02:10:04, Sergey Ulanov wrote:
> >
> > Because untrusted.gypi adds it in "variables->defines", so it would work if
I
> > added it here :-(
> 
> I see. Thanks for the explanation.
> 
> I wonder if we just need the macro's name '_XOPEN_SOURCE' when trying to
> undefine it.

I don't think that would work. gyp processes defines list just as any other
list, and it doesn't understand the semantics of the list elements (
https://code.google.com/p/gyp/wiki/InputFormatReference#Exclusion_Lists_(!) ).
Thought it should be possible to exclude it using patterns ('defines/'), that
would allow to avoid specifying define value.

Powered by Google App Engine
This is Rietveld 408576698