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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'includes': [ | 202 'includes': [ |
203 '../../build/apk_test.gypi', | 203 '../../build/apk_test.gypi', |
204 ], | 204 ], |
205 }, | 205 }, |
206 { | 206 { |
207 'target_name': 'webrtc_perf_tests_apk', | 207 'target_name': 'webrtc_perf_tests_apk', |
208 'type': 'none', | 208 'type': 'none', |
209 'variables': { | 209 'variables': { |
210 'test_suite_name': 'webrtc_perf_tests', | 210 'test_suite_name': 'webrtc_perf_tests', |
211 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_perf_t
ests<(SHARED_LIB_SUFFIX)', | 211 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_perf_t
ests<(SHARED_LIB_SUFFIX)', |
212 'isolate_file': 'webrtc/webrtc_perf_tests.isolate', | 212 'isolate_file': '../webrtc_perf_tests.isolate', |
213 'shard_timeout': 2700, | 213 'shard_timeout': 2700, |
214 }, | 214 }, |
215 'dependencies': [ | 215 'dependencies': [ |
216 '<(webrtc_root)/webrtc.gyp:webrtc_perf_tests', | 216 '<(webrtc_root)/webrtc.gyp:webrtc_perf_tests', |
217 ], | 217 ], |
218 'includes': [ | 218 'includes': [ |
219 '../../build/apk_test.gypi', | 219 '../../build/apk_test.gypi', |
220 ], | 220 ], |
221 }, | 221 }, |
222 { | 222 { |
223 'target_name': 'webrtc_nonparallel_tests_apk', | 223 'target_name': 'webrtc_nonparallel_tests_apk', |
224 'type': 'none', | 224 'type': 'none', |
225 'variables': { | 225 'variables': { |
226 'test_suite_name': 'webrtc_nonparallel_tests', | 226 'test_suite_name': 'webrtc_nonparallel_tests', |
227 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_nonpar
allel_tests<(SHARED_LIB_SUFFIX)', | 227 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webrtc_nonpar
allel_tests<(SHARED_LIB_SUFFIX)', |
228 'isolate_file': 'webrtc/webrtc_nonparallel_tests.isolate', | 228 'isolate_file': '../webrtc_nonparallel_tests.isolate', |
229 }, | 229 }, |
230 'dependencies': [ | 230 'dependencies': [ |
231 '<(webrtc_root)/webrtc.gyp:webrtc_nonparallel_tests', | 231 '<(webrtc_root)/webrtc.gyp:webrtc_nonparallel_tests', |
232 ], | 232 ], |
233 'includes': [ | 233 'includes': [ |
234 '../../build/apk_test.gypi', | 234 '../../build/apk_test.gypi', |
235 ], | 235 ], |
236 }, | 236 }, |
237 { | 237 { |
238 'target_name': 'audio_codec_speed_tests_apk', | 238 'target_name': 'audio_codec_speed_tests_apk', |
239 'type': 'none', | 239 'type': 'none', |
240 'variables': { | 240 'variables': { |
241 'test_suite_name': 'audio_codec_speed_tests', | 241 'test_suite_name': 'audio_codec_speed_tests', |
242 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)audio_codec_s
peed_tests<(SHARED_LIB_SUFFIX)', | 242 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)audio_codec_s
peed_tests<(SHARED_LIB_SUFFIX)', |
243 'isolate_file': 'webrtc/modules/audio_codec_speed_tests.isolate', | 243 'isolate_file': '../modules/audio_codec_speed_tests.isolate', |
244 }, | 244 }, |
245 'dependencies': [ | 245 'dependencies': [ |
246 '<(webrtc_root)/modules/modules.gyp:audio_codec_speed_tests', | 246 '<(webrtc_root)/modules/modules.gyp:audio_codec_speed_tests', |
247 ], | 247 ], |
248 'includes': [ | 248 'includes': [ |
249 '../../build/apk_test.gypi', | 249 '../../build/apk_test.gypi', |
250 ], | 250 ], |
251 }, | 251 }, |
252 { | 252 { |
253 'target_name': 'audio_device_java', | 253 'target_name': 'audio_device_java', |
254 'type': 'none', | 254 'type': 'none', |
255 'variables': { | 255 'variables': { |
256 'java_in_dir': '<(webrtc_root)/modules/audio_device/android/java', | 256 'java_in_dir': '<(webrtc_root)/modules/audio_device/android/java', |
257 'additional_src_dirs': [ '<(webrtc_root)/base/java/src', ], | 257 'additional_src_dirs': [ '<(webrtc_root)/base/java/src', ], |
258 'never_lint': 1, | 258 'never_lint': 1, |
259 }, | 259 }, |
260 'includes': [ | 260 'includes': [ |
261 '../../build/java.gypi', | 261 '../../build/java.gypi', |
262 ], | 262 ], |
263 }, | 263 }, |
264 ], | 264 ], |
265 } | 265 } |
266 | 266 |
267 | 267 |
OLD | NEW |