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

Unified Diff: base/base.gypi

Issue 2828019: Add a locked version of CryptAcquireContext (Closed)
Patch Set: Forgot one reference... Created 10 years, 6 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 | « no previous file | base/crypto/capi_util.h » ('j') | base/crypto/capi_util.h » ('J')
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 807181a0cb234a11d5898a16b27a5e332f49d67e..bc57597d17b508080c49f1ec8d648e8c87e409b0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -356,6 +356,8 @@
}],
['base_extra_target', {
'sources': [
+ 'crypto/capi_util.h',
wtc 2010/06/23 16:44:15 Nit: list .cc before .h (in the directory listing
+ 'crypto/capi_util.cc',
'crypto/cssm_init.cc',
'crypto/cssm_init.h',
'crypto/encryptor.h',
@@ -482,6 +484,8 @@
'base_drag_source.cc',
'base_drop_target.cc',
'cpu.cc',
+ 'crypto/capi_util.h',
+ 'crypto/capi_util.cc',
'debug_on_start.cc',
'event_recorder.cc',
'file_version_info.cc',
« no previous file with comments | « no previous file | base/crypto/capi_util.h » ('j') | base/crypto/capi_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698