| OLD | NEW |
| 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 Loading... |
| 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: |
| OLD | NEW |