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

Side by Side Diff: crypto/crypto.gyp

Issue 165393003: gpu: Generate mailboxes on client side (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: meant to remove crypto/random.cc Created 6 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Put all transitive dependencies for Windows HMAC here. 8 # Put all transitive dependencies for Windows HMAC here.
9 # This is required so that we can build them for nacl win64. 9 # This is required so that we can build them for nacl win64.
10 'hmac_win64_related_sources': [ 10 'hmac_win64_related_sources': [
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'nss_util.cc', 207 'nss_util.cc',
208 'nss_util.h', 208 'nss_util.h',
209 'nss_util_internal.h', 209 'nss_util_internal.h',
210 'openpgp_symmetric_encryption.cc', 210 'openpgp_symmetric_encryption.cc',
211 'openpgp_symmetric_encryption.h', 211 'openpgp_symmetric_encryption.h',
212 'openssl_util.cc', 212 'openssl_util.cc',
213 'openssl_util.h', 213 'openssl_util.h',
214 'p224.cc', 214 'p224.cc',
215 'p224.h', 215 'p224.h',
216 'random.h', 216 'random.h',
217 'random.cc',
218 'rsa_private_key.cc', 217 'rsa_private_key.cc',
219 'rsa_private_key.h', 218 'rsa_private_key.h',
220 'rsa_private_key_nss.cc', 219 'rsa_private_key_nss.cc',
221 'rsa_private_key_openssl.cc', 220 'rsa_private_key_openssl.cc',
222 'scoped_capi_types.h', 221 'scoped_capi_types.h',
223 'scoped_nss_types.h', 222 'scoped_nss_types.h',
224 'secure_hash.h', 223 'secure_hash.h',
225 'secure_hash_default.cc', 224 'secure_hash_default.cc',
226 'secure_hash_openssl.cc', 225 'secure_hash_openssl.cc',
227 'sha2.cc', 226 'sha2.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'configurations': { 342 'configurations': {
344 'Common_Base': { 343 'Common_Base': {
345 'msvs_target_platform': 'x64', 344 'msvs_target_platform': 'x64',
346 }, 345 },
347 }, 346 },
348 }, 347 },
349 ], 348 ],
350 }], 349 }],
351 ], 350 ],
352 } 351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698