OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'targets': [ |
| 7 { |
| 8 'target_name': 'ssl', |
| 9 'type': 'none', |
| 10 'direct_dependent_settings': { |
| 11 'defines': [ |
| 12 'USE_OPENSSL', |
| 13 ], |
| 14 'include_dirs': [ |
| 15 '../../third_party/openssl/openssl/include', |
| 16 '../../third_party/openssl/config/android', |
| 17 ], |
| 18 }, |
| 19 'dependencies': [ |
| 20 '../../third_party/openssl/openssl.gyp:openssl', |
| 21 ], |
| 22 }, |
| 23 ], |
| 24 } |
OLD | NEW |