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 'variables': { | 6 'variables': { |
7 'use_system_libsrtp%': 0, | 7 'use_system_libsrtp%': 0, |
8 'use_openssl': 1, | 8 'use_openssl%': 1, |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
11 'defines': [ | 11 'defines': [ |
12 'HAVE_CONFIG_H', | 12 'HAVE_CONFIG_H', |
13 'HAVE_STDLIB_H', | 13 'HAVE_STDLIB_H', |
14 'HAVE_STRING_H', | 14 'HAVE_STRING_H', |
15 'TESTAPP_SOURCE', | 15 'TESTAPP_SOURCE', |
16 ], | 16 ], |
17 'include_dirs': [ | 17 'include_dirs': [ |
18 './config', | 18 './config', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 'link_settings': { | 427 'link_settings': { |
428 'libraries': [ | 428 'libraries': [ |
429 '-lsrtp', | 429 '-lsrtp', |
430 ], | 430 ], |
431 }, | 431 }, |
432 }, # target libsrtp | 432 }, # target libsrtp |
433 ], # targets | 433 ], # targets |
434 }], | 434 }], |
435 ], | 435 ], |
436 } | 436 } |
OLD | NEW |