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

Unified Diff: runtime/bin/net/nss.gyp

Issue 22887014: Remove the certificate management methods from dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/secure_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/net/nss.gyp
diff --git a/runtime/bin/net/nss.gyp b/runtime/bin/net/nss.gyp
index dbc685a7c48f2be213430992eec86786bf117655..e1c64e113dab323413fe9daad75176acb888434c 100644
--- a/runtime/bin/net/nss.gyp
+++ b/runtime/bin/net/nss.gyp
@@ -17,7 +17,6 @@
'variables': {
# Added by Dart.
'nss_directory': '../../../third_party/nss',
- 'pkcs12_directory': '../../../third_party/nss_pkcs12',
'conditions': [
['OS=="ios"', {
'exclude_nss_root_certs%': 0,
@@ -1069,19 +1068,6 @@
'<(nss_directory)/nss/lib/util/utilpars.h',
'<(nss_directory)/nss/lib/util/utilparst.h',
'<(nss_directory)/nss/lib/util/utilrename.h',
- '<(pkcs12_directory)/p12creat.c',
- '<(pkcs12_directory)/p12d.c',
- '<(pkcs12_directory)/p12dec.c',
- '<(pkcs12_directory)/p12e.c',
- '<(pkcs12_directory)/p12.h',
- '<(pkcs12_directory)/p12local.c',
- '<(pkcs12_directory)/p12local.h',
- '<(pkcs12_directory)/p12plcy.c',
- '<(pkcs12_directory)/p12plcy.h',
- '<(pkcs12_directory)/p12t.h',
- '<(pkcs12_directory)/p12tmpl.c',
- '<(pkcs12_directory)/pkcs12.h',
- '<(pkcs12_directory)/pkcs12t.h',
],
'sources!': [
# mpi_arm.c is included by mpi_arm_mac.c.
@@ -1147,7 +1133,6 @@
'<(nss_directory)/nss/lib/softoken',
'<(nss_directory)/nss/lib/ssl',
'<(nss_directory)/nss/lib/util',
- '<(pkcs12_directory)',
],
'direct_dependent_settings': {
'defines': [
@@ -1174,7 +1159,6 @@
'<(nss_directory)/nss/lib/smime',
'<(nss_directory)/nss/lib/softoken',
'<(nss_directory)/nss/lib/util',
- '<(pkcs12_directory)',
],
},
'msvs_disabled_warnings': [4018, 4101, 4267, ],
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/secure_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698