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