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

Side by Side Diff: base/base.gyp

Issue 6276002: Abstracts SHA256 context for NSS / OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moves to SecureHash (and other comments) Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/secure_hash.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'platform_file_unittest.cc', 111 'platform_file_unittest.cc',
112 'pr_time_unittest.cc', 112 'pr_time_unittest.cc',
113 'process_util_unittest.cc', 113 'process_util_unittest.cc',
114 'process_util_unittest_mac.h', 114 'process_util_unittest_mac.h',
115 'process_util_unittest_mac.mm', 115 'process_util_unittest_mac.mm',
116 'rand_util_unittest.cc', 116 'rand_util_unittest.cc',
117 'ref_counted_unittest.cc', 117 'ref_counted_unittest.cc',
118 'scoped_native_library_unittest.cc', 118 'scoped_native_library_unittest.cc',
119 'scoped_ptr_unittest.cc', 119 'scoped_ptr_unittest.cc',
120 'scoped_temp_dir_unittest.cc', 120 'scoped_temp_dir_unittest.cc',
121 'secure_hash_unittest.cc',
121 'sha1_unittest.cc', 122 'sha1_unittest.cc',
122 'sha2_unittest.cc', 123 'sha2_unittest.cc',
123 'shared_memory_unittest.cc', 124 'shared_memory_unittest.cc',
124 'singleton_unittest.cc', 125 'singleton_unittest.cc',
125 'stack_container_unittest.cc', 126 'stack_container_unittest.cc',
126 'string16_unittest.cc', 127 'string16_unittest.cc',
127 'string_number_conversions_unittest.cc', 128 'string_number_conversions_unittest.cc',
128 'string_piece_unittest.cc', 129 'string_piece_unittest.cc',
129 'string_split_unittest.cc', 130 'string_split_unittest.cc',
130 'string_tokenizer_unittest.cc', 131 'string_tokenizer_unittest.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 325 ],
325 }], 326 }],
326 ], 327 ],
327 } 328 }
328 329
329 # Local Variables: 330 # Local Variables:
330 # tab-width:2 331 # tab-width:2
331 # indent-tabs-mode:nil 332 # indent-tabs-mode:nil
332 # End: 333 # End:
333 # vim: set expandtab tabstop=2 shiftwidth=2: 334 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/secure_hash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698