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

Unified Diff: base/base.gypi

Issue 4691003: Implement symmetric key for openssl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wtc comments Created 10 years, 1 month 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 | « no previous file | base/crypto/symmetric_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index bca077a4188f4e5d0d918e00990a3a43cf341c4e..a3952997f07ad38596a8067bb6a04cce107d80af 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -121,6 +121,7 @@
'mac_util.h',
'mac_util.mm',
'mac/scoped_aedesc.h',
+ 'mac/scoped_cftyperef.h',
'mac/scoped_nsautorelease_pool.h',
'mac/scoped_nsautorelease_pool.mm',
'mach_ipc_mac.h',
@@ -196,7 +197,6 @@
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
'scoped_callback_factory.h',
- 'mac/scoped_cftyperef.h',
'scoped_handle.h',
'scoped_native_library.cc',
'scoped_native_library.h',
@@ -478,6 +478,8 @@
'nsimage_cache_mac.mm',
'nss_util.cc',
'nss_util.h',
+ 'openssl_util.cc',
+ 'openssl_util.h',
'setproctitle_linux.c',
'setproctitle_linux.h',
'sha2.cc',
@@ -565,6 +567,8 @@
'crypto/signature_verifier_openssl.cc',
'crypto/symmetric_key_openssl.cc',
'hmac_openssl.cc',
+ 'openssl_util.cc',
+ 'openssl_util.h',
'sha2_openssl.cc',
],
},],
« no previous file with comments | « no previous file | base/crypto/symmetric_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698