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', |