|
Make USE_OPENSSL and USE_NSS mutually exclusive
- that is, defining use_openssl=1 will now remove all dependency on NSS.
This does not impact any of the standard, non-openssl builds.
Adds stub implementations of several files that need to be fully implemented in follow up patchs.
Firefox import code will need some more substatial refactoring, as it makes little sense to be
attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption
about the presence of this importer.
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63506
Total comments: 40
Total comments: 14
Total comments: 34
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+543 lines, -28 lines) |
Patch |
|
M |
base/base.gyp
|
View
|
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
base/base.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+49 lines, -1 line |
0 comments
|
Download
|
|
A |
base/crypto/encryptor_openssl.cc
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/crypto/rsa_private_key_openssl.cc
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/crypto/signature_creator_openssl.cc
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/crypto/signature_verifier_openssl.cc
|
View
|
1
3
4
5
6
7
8
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
base/crypto/symmetric_key.h
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
A |
base/crypto/symmetric_key_openssl.cc
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/hmac_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/openssl_util.h
|
View
|
4
5
6
7
8
9
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
base/sha2_openssl.cc
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
1
3
4
5
6
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
build/build_config.h
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
|
chrome/app/chrome_dll_main.cc
|
View
|
1
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/dom_ui/options/advanced_options_handler.cc
|
View
|
1
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/nss_decryptor.h
|
View
|
1
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
|
chrome/browser/importer/nss_decryptor_null.h
|
View
|
1
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/util/nigori.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
1
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/base/cert_database.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/base/cert_test_util.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/http/des.cc
|
View
|
1
3
4
5
6
7
8
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
|
|
net/net.gyp
|
View
|
1
3
4
5
6
|
7 chunks |
+33 lines, -16 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|