| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'libjingle_source': "source", | 7 'libjingle_source': "source", |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../../native_client/build/untrusted.gypi', | 10 '../../native_client/build/untrusted.gypi', |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'libjingle_nacl', | 14 'target_name': 'libjingle_nacl', |
| 15 'type': 'none', | 15 'type': 'none', |
| 16 'variables': { | 16 'variables': { |
| 17 'nlib_target': 'libjingle_nacl.a', | 17 'nlib_target': 'libjingle_nacl.a', |
| 18 'nacl_untrusted_build': 1, | 18 'nacl_untrusted_build': 1, |
| 19 'build_glibc': 0, | 19 'build_glibc': 0, |
| 20 'build_newlib': 0, | 20 'build_newlib': 0, |
| 21 'build_pnacl_newlib': 1, | 21 'build_pnacl_newlib': 1, |
| 22 'use_openssl': 1, | 22 'use_openssl': 1, |
| 23 }, | 23 }, |
| 24 'dependencies': [ | 24 'dependencies': [ |
| 25 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 25 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 26 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', | 26 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', |
| 27 '<(DEPTH)/third_party/expat/expat_nacl.gyp:expat_nacl', | 27 '<(DEPTH)/third_party/expat/expat_nacl.gyp:expat_nacl', |
| 28 '<(DEPTH)/third_party/openssl/openssl_nacl.gyp:openssl_nacl', | 28 '<(DEPTH)/third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', |
| 29 'libjingle_p2p_constants_nacl', | 29 'libjingle_p2p_constants_nacl', |
| 30 ], | 30 ], |
| 31 'defines': [ | 31 'defines': [ |
| 32 'EXPAT_RELATIVE_PATH', | 32 'EXPAT_RELATIVE_PATH', |
| 33 'FEATURE_ENABLE_SSL', | 33 'FEATURE_ENABLE_SSL', |
| 34 'GTEST_RELATIVE_PATH', | 34 'GTEST_RELATIVE_PATH', |
| 35 'HAVE_OPENSSL_SSL_H', | 35 'HAVE_OPENSSL_SSL_H', |
| 36 'NO_MAIN_THREAD_WRAPPING', | 36 'NO_MAIN_THREAD_WRAPPING', |
| 37 'NO_SOUND_SYSTEM', | 37 'NO_SOUND_SYSTEM', |
| 38 'POSIX', | 38 'POSIX', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'include_dirs': [ | 105 'include_dirs': [ |
| 106 './<(libjingle_source)', | 106 './<(libjingle_source)', |
| 107 ], | 107 ], |
| 108 'sources': [ | 108 'sources': [ |
| 109 '<(libjingle_source)/talk/p2p/base/constants.cc', | 109 '<(libjingle_source)/talk/p2p/base/constants.cc', |
| 110 '<(libjingle_source)/talk/p2p/base/constants.h', | 110 '<(libjingle_source)/talk/p2p/base/constants.h', |
| 111 ], | 111 ], |
| 112 }, # end of target 'libjingle_p2p_constants_nacl' | 112 }, # end of target 'libjingle_p2p_constants_nacl' |
| 113 ], | 113 ], |
| 114 } | 114 } |
| OLD | NEW |