OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # This file exists in two versions. A no-op version under | 9 # This file exists in two versions. A no-op version under |
10 # webrtc/build/apk_tests_noop.gyp and this one. This gyp file builds the apk | 10 # webrtc/build/apk_tests_noop.gyp and this one. This gyp file builds the apk |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 ], | 61 ], |
62 }, | 62 }, |
63 { | 63 { |
64 'target_name': 'peerconnection_unittests_apk', | 64 'target_name': 'peerconnection_unittests_apk', |
65 'type': 'none', | 65 'type': 'none', |
66 'variables': { | 66 'variables': { |
67 'test_suite_name': 'peerconnection_unittests', | 67 'test_suite_name': 'peerconnection_unittests', |
68 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)peerconnectio
n_unittests<(SHARED_LIB_SUFFIX)', | 68 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)peerconnectio
n_unittests<(SHARED_LIB_SUFFIX)', |
69 }, | 69 }, |
70 'dependencies': [ | 70 'dependencies': [ |
71 '<(DEPTH)/talk/libjingle_tests.gyp:peerconnection_unittests', | 71 '<(webrtc_root)/api/api_tests.gyp:peerconnection_unittests', |
72 '<(DEPTH)/talk/libjingle.gyp:libjingle_peerconnection_java', | 72 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java', |
73 ], | 73 ], |
74 'includes': [ | 74 'includes': [ |
75 '../../build/apk_test.gypi', | 75 '../../build/apk_test.gypi', |
76 ], | 76 ], |
77 }, | 77 }, |
78 { | 78 { |
79 'target_name': 'modules_tests_apk', | 79 'target_name': 'modules_tests_apk', |
80 'type': 'none', | 80 'type': 'none', |
81 'variables': { | 81 'variables': { |
82 'test_suite_name': 'modules_tests', | 82 'test_suite_name': 'modules_tests', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'never_lint': 1, | 239 'never_lint': 1, |
240 }, | 240 }, |
241 'includes': [ | 241 'includes': [ |
242 '../../build/java.gypi', | 242 '../../build/java.gypi', |
243 ], | 243 ], |
244 }, | 244 }, |
245 ], | 245 ], |
246 } | 246 } |
247 | 247 |
248 | 248 |
OLD | NEW |