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

Side by Side Diff: openssl.gyp

Issue 130373002: Compile OpenSSL for NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl
Patch Set: Created 6 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 | openssl_nacl.gyp » ('j') | openssl_nacl.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'openssl', 8 'target_name': 'openssl',
9 'type': '<(component)', 9 'type': '<(component)',
10 'includes': [ 10 'includes': [
11 # Include the auto-generated gypi file. 11 # Include the auto-generated gypi file.
12 '../../third_party/openssl/openssl.gypi' 12 'openssl.gypi'
13 ], 13 ],
14 'variables': { 14 'variables': {
15 'openssl_include_dirs': [ 15 'openssl_include_dirs': [
16 '.', 16 '.',
17 'openssl', 17 'openssl',
18 'openssl/crypto', 18 'openssl/crypto',
19 'openssl/crypto/asn1', 19 'openssl/crypto/asn1',
20 'openssl/crypto/evp', 20 'openssl/crypto/evp',
21 'openssl/crypto/modes', 21 'openssl/crypto/modes',
22 'openssl/include', 22 'openssl/include',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 }, 112 },
113 }, 113 },
114 ], 114 ],
115 } 115 }
116 116
117 # Local Variables: 117 # Local Variables:
118 # tab-width:2 118 # tab-width:2
119 # indent-tabs-mode:nil 119 # indent-tabs-mode:nil
120 # End: 120 # End:
121 # vim: set expandtab tabstop=2 shiftwidth=2: 121 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | openssl_nacl.gyp » ('j') | openssl_nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698