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

Issue 11413141: Roll NSS to 169195. (Closed)

Created:
8 years, 1 month ago by Søren Gjesse
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Roll NSS to 169195. This updates NSS to version 3.14. It also contains a fix for compiling with -O3 on GCC 4.6.3. R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=15278

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -42 lines) Patch
M dart/runtime/bin/net/nss.gyp View 1 19 chunks +29 lines, -21 lines 0 comments Download
M dart/runtime/bin/net/sqlite.gyp View 1 3 chunks +4 lines, -4 lines 0 comments Download
M dart/runtime/bin/net/ssl.gyp View 1 4 chunks +11 lines, -9 lines 0 comments Download
M dart/runtime/bin/net/zlib.gyp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M dart/runtime/tools/gyp/nss_configurations.gypi View 1 1 chunk +0 lines, -3 lines 0 comments Download
M deps/all.deps/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M deps/standalone.deps/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
8 years, 1 month ago (2012-11-22 12:04:37 UTC) #1
Bill Hesse
LGTM, modulo the comment. https://codereview.chromium.org/11413141/diff/1/dart/runtime/bin/net/nss.gyp File dart/runtime/bin/net/nss.gyp (right): https://codereview.chromium.org/11413141/diff/1/dart/runtime/bin/net/nss.gyp#newcode1158 dart/runtime/bin/net/nss.gyp:1158: ['exclude', '<(nss_directory)/mozilla/security/nss/lib/libpkix/'], The point of ...
8 years, 1 month ago (2012-11-22 16:10:41 UTC) #2
Mads Ager (google)
Thanks! https://codereview.chromium.org/11413141/diff/1/dart/runtime/tools/gyp/nss_configurations.gypi File dart/runtime/tools/gyp/nss_configurations.gypi (left): https://codereview.chromium.org/11413141/diff/1/dart/runtime/tools/gyp/nss_configurations.gypi#oldcode40 dart/runtime/tools/gyp/nss_configurations.gypi:40: # This flag would let a certain assembly ...
8 years, 1 month ago (2012-11-23 07:12:28 UTC) #3
Søren Gjesse
8 years, 1 month ago (2012-11-23 10:12:21 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/11413141/diff/1/dart/runtime/bin/net/nss.gyp
File dart/runtime/bin/net/nss.gyp (right):

https://codereview.chromium.org/11413141/diff/1/dart/runtime/bin/net/nss.gyp#...
dart/runtime/bin/net/nss.gyp:1158: ['exclude',
'<(nss_directory)/mozilla/security/nss/lib/libpkix/'],
On 2012/11/22 16:10:41, Bill Hesse wrote:
> The point of the comment is that we don't want to put the value of
nss_directory
> in the regexp that 'exclude' uses, since it won't work well.  Therefore we do
a
> partial match of the path, rather than an anchored match, starting with ^.
> I don't think we should all <(nss_directory) here.  But the comment should be
> here.

Good catch. Removed <(nss_directory)/ from the excludes.

Powered by Google App Engine
This is Rietveld 408576698