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

Side by Side Diff: base/base.gypi

Issue 4691003: Implement symmetric key for openssl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows build 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/crypto/symmetric_key.h » ('j') | base/crypto/symmetric_key.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'lock.h', 114 'lock.h',
115 'lock_impl.h', 115 'lock_impl.h',
116 'lock_impl_posix.cc', 116 'lock_impl_posix.cc',
117 'lock_impl_win.cc', 117 'lock_impl_win.cc',
118 'logging.cc', 118 'logging.cc',
119 'logging.h', 119 'logging.h',
120 'logging_win.cc', 120 'logging_win.cc',
121 'mac_util.h', 121 'mac_util.h',
122 'mac_util.mm', 122 'mac_util.mm',
123 'mac/scoped_aedesc.h', 123 'mac/scoped_aedesc.h',
124 'mac/scoped_cftyperef.h',
124 'mac/scoped_nsautorelease_pool.h', 125 'mac/scoped_nsautorelease_pool.h',
125 'mac/scoped_nsautorelease_pool.mm', 126 'mac/scoped_nsautorelease_pool.mm',
126 'mach_ipc_mac.h', 127 'mach_ipc_mac.h',
127 'mach_ipc_mac.mm', 128 'mach_ipc_mac.mm',
128 'memory_debug.cc', 129 'memory_debug.cc',
129 'memory_debug.h', 130 'memory_debug.h',
130 'message_loop.cc', 131 'message_loop.cc',
131 'message_loop.h', 132 'message_loop.h',
132 'message_loop_proxy.cc', 133 'message_loop_proxy.cc',
133 'message_loop_proxy.h', 134 'message_loop_proxy.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'raw_scoped_refptr_mismatch_checker.h', 190 'raw_scoped_refptr_mismatch_checker.h',
190 'ref_counted.cc', 191 'ref_counted.cc',
191 'ref_counted.h', 192 'ref_counted.h',
192 'ref_counted_memory.cc', 193 'ref_counted_memory.cc',
193 'ref_counted_memory.h', 194 'ref_counted_memory.h',
194 'resource_util.cc', 195 'resource_util.cc',
195 'resource_util.h', 196 'resource_util.h',
196 'safe_strerror_posix.cc', 197 'safe_strerror_posix.cc',
197 'safe_strerror_posix.h', 198 'safe_strerror_posix.h',
198 'scoped_callback_factory.h', 199 'scoped_callback_factory.h',
199 'mac/scoped_cftyperef.h',
200 'scoped_handle.h', 200 'scoped_handle.h',
201 'scoped_native_library.cc', 201 'scoped_native_library.cc',
202 'scoped_native_library.h', 202 'scoped_native_library.h',
203 'scoped_nsobject.h', 203 'scoped_nsobject.h',
204 'scoped_open_process.h', 204 'scoped_open_process.h',
205 'scoped_ptr.h', 205 'scoped_ptr.h',
206 'scoped_temp_dir.cc', 206 'scoped_temp_dir.cc',
207 'scoped_temp_dir.h', 207 'scoped_temp_dir.h',
208 'scoped_vector.h', 208 'scoped_vector.h',
209 'sha1.h', 209 'sha1.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'message_pump_libevent.cc', 471 'message_pump_libevent.cc',
472 'message_pump_libevent.h', 472 'message_pump_libevent.h',
473 'message_pump_mac.h', 473 'message_pump_mac.h',
474 'message_pump_mac.mm', 474 'message_pump_mac.mm',
475 'metrics/field_trial.cc', 475 'metrics/field_trial.cc',
476 'metrics/field_trial.h', 476 'metrics/field_trial.h',
477 'nsimage_cache_mac.h', 477 'nsimage_cache_mac.h',
478 'nsimage_cache_mac.mm', 478 'nsimage_cache_mac.mm',
479 'nss_util.cc', 479 'nss_util.cc',
480 'nss_util.h', 480 'nss_util.h',
481 'openssl_util.cc',
482 'openssl_util.h',
481 'setproctitle_linux.c', 483 'setproctitle_linux.c',
482 'setproctitle_linux.h', 484 'setproctitle_linux.h',
483 'sha2.cc', 485 'sha2.cc',
484 'sha2.h', 486 'sha2.h',
485 'sha2_openssl.cc', 487 'sha2_openssl.cc',
486 'string16.cc', 488 'string16.cc',
487 'string16.h', 489 'string16.h',
488 'sync_socket.h', 490 'sync_socket.h',
489 'sync_socket_win.cc', 491 'sync_socket_win.cc',
490 'sync_socket_posix.cc', 492 'sync_socket_posix.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'third_party/nss/sha512.cc', 560 'third_party/nss/sha512.cc',
559 ], 561 ],
560 }, { 562 }, {
561 'sources!': [ 563 'sources!': [
562 'crypto/encryptor_openssl.cc', 564 'crypto/encryptor_openssl.cc',
563 'crypto/rsa_private_key_openssl.cc', 565 'crypto/rsa_private_key_openssl.cc',
564 'crypto/signature_creator_openssl.cc', 566 'crypto/signature_creator_openssl.cc',
565 'crypto/signature_verifier_openssl.cc', 567 'crypto/signature_verifier_openssl.cc',
566 'crypto/symmetric_key_openssl.cc', 568 'crypto/symmetric_key_openssl.cc',
567 'hmac_openssl.cc', 569 'hmac_openssl.cc',
570 'openssl_util.cc',
571 'openssl_util.h',
568 'sha2_openssl.cc', 572 'sha2_openssl.cc',
569 ], 573 ],
570 },], 574 },],
571 ], 575 ],
572 }], 576 }],
573 ], 577 ],
574 }, 578 },
575 'targets': [ 579 'targets': [
576 { 580 {
577 'target_name': 'base', 581 'target_name': 'base',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 'third_party/xdg_mime/xdgmimemagic.c', 813 'third_party/xdg_mime/xdgmimemagic.c',
810 'third_party/xdg_mime/xdgmimemagic.h', 814 'third_party/xdg_mime/xdgmimemagic.h',
811 'third_party/xdg_mime/xdgmimeparent.c', 815 'third_party/xdg_mime/xdgmimeparent.c',
812 'third_party/xdg_mime/xdgmimeparent.h', 816 'third_party/xdg_mime/xdgmimeparent.h',
813 ], 817 ],
814 }, 818 },
815 ], 819 ],
816 }], 820 }],
817 ], 821 ],
818 } 822 }
OLDNEW
« no previous file with comments | « no previous file | base/crypto/symmetric_key.h » ('j') | base/crypto/symmetric_key.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698