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

Side by Side Diff: crypto/crypto.gyp

Issue 7344022: Add COMPONENT_BUILD global define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « chrome/chrome_exe.gypi ('k') | crypto/crypto_api.h » ('j') | no next file with comments »
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ], 69 ],
70 }], 70 }],
71 [ 'OS != "win"', { 71 [ 'OS != "win"', {
72 'sources!': [ 72 'sources!': [
73 'capi_util.h', 73 'capi_util.h',
74 'capi_util.cc', 74 'capi_util.cc',
75 ], 75 ],
76 }], 76 }],
77 [ 'component == "shared_library"', { 77 [ 'component == "shared_library"', {
78 'defines': [ 78 'defines': [
79 'CRYPTO_DLL',
80 'CRYPTO_IMPLEMENTATION', 79 'CRYPTO_IMPLEMENTATION',
81 ], 80 ],
82 'direct_dependent_settings': {
83 'defines': [
84 'CRYPTO_DLL',
85 ],
86 },
87 }], 81 }],
88 [ 'use_openssl==1', { 82 [ 'use_openssl==1', {
89 # TODO(joth): Use a glob to match exclude patterns once the 83 # TODO(joth): Use a glob to match exclude patterns once the
90 # OpenSSL file set is complete. 84 # OpenSSL file set is complete.
91 'sources!': [ 85 'sources!': [
92 'encryptor_nss.cc', 86 'encryptor_nss.cc',
93 'hmac_nss.cc', 87 'hmac_nss.cc',
94 'nss_util.cc', 88 'nss_util.cc',
95 'nss_util.h', 89 'nss_util.h',
96 'openpgp_symmetric_encryption.cc', 90 'openpgp_symmetric_encryption.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 [ 'use_openssl==1', { 227 [ 'use_openssl==1', {
234 'sources!': [ 228 'sources!': [
235 'openpgp_symmetric_encryption_unittest.cc', 229 'openpgp_symmetric_encryption_unittest.cc',
236 'rsa_private_key_nss_unittest.cc', 230 'rsa_private_key_nss_unittest.cc',
237 ], 231 ],
238 }], 232 }],
239 ], 233 ],
240 }, 234 },
241 ], 235 ],
242 } 236 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | crypto/crypto_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698