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

Side by Side Diff: crypto/crypto.gyp

Issue 7352014: Revert "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',
79 'CRYPTO_IMPLEMENTATION', 80 'CRYPTO_IMPLEMENTATION',
80 ], 81 ],
82 'direct_dependent_settings': {
83 'defines': [
84 'CRYPTO_DLL',
85 ],
86 },
81 }], 87 }],
82 [ 'use_openssl==1', { 88 [ 'use_openssl==1', {
83 # TODO(joth): Use a glob to match exclude patterns once the 89 # TODO(joth): Use a glob to match exclude patterns once the
84 # OpenSSL file set is complete. 90 # OpenSSL file set is complete.
85 'sources!': [ 91 'sources!': [
86 'encryptor_nss.cc', 92 'encryptor_nss.cc',
87 'hmac_nss.cc', 93 'hmac_nss.cc',
88 'nss_util.cc', 94 'nss_util.cc',
89 'nss_util.h', 95 'nss_util.h',
90 'openpgp_symmetric_encryption.cc', 96 'openpgp_symmetric_encryption.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 [ 'use_openssl==1', { 233 [ 'use_openssl==1', {
228 'sources!': [ 234 'sources!': [
229 'openpgp_symmetric_encryption_unittest.cc', 235 'openpgp_symmetric_encryption_unittest.cc',
230 'rsa_private_key_nss_unittest.cc', 236 'rsa_private_key_nss_unittest.cc',
231 ], 237 ],
232 }], 238 }],
233 ], 239 ],
234 }, 240 },
235 ], 241 ],
236 } 242 }
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