Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1882963003: Add isolate files for Android tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ], 336 ],
337 }, 337 },
338 { 338 {
339 'target_name': 'webrtc_nonparallel_tests_apk_target', 339 'target_name': 'webrtc_nonparallel_tests_apk_target',
340 'type': 'none', 340 'type': 'none',
341 'dependencies': [ 341 'dependencies': [
342 '<(apk_tests_path):webrtc_nonparallel_tests_apk', 342 '<(apk_tests_path):webrtc_nonparallel_tests_apk',
343 ], 343 ],
344 }, 344 },
345 ], 345 ],
346 'conditions': [
347 ['test_isolation_mode != "noop"',
348 {
349 'targets': [
350 {
351 'target_name': 'rtc_unittests_apk_run',
352 'type': 'none',
353 'dependencies': [
354 '<(apk_tests_path):rtc_unittests_apk',
355 ],
356 'includes': [
357 'build/isolate.gypi',
358 ],
359 'sources': [
360 'rtc_unittests_apk.isolate',
361 ],
362 },
363 {
364 'target_name': 'video_engine_tests_apk_run',
365 'type': 'none',
366 'dependencies': [
367 '<(apk_tests_path):video_engine_tests_apk',
368 ],
369 'includes': [
370 'build/isolate.gypi',
371 ],
372 'sources': [
373 'video_engine_tests_apk.isolate',
374 ],
375 },
376 {
377 'target_name': 'webrtc_perf_tests_apk_run',
378 'type': 'none',
379 'dependencies': [
380 '<(apk_tests_path):webrtc_perf_tests_apk',
381 ],
382 'includes': [
383 'build/isolate.gypi',
384 ],
385 'sources': [
386 'webrtc_perf_tests_apk.isolate',
387 ],
388 },
389 {
390 'target_name': 'webrtc_nonparallel_tests_apk_run',
391 'type': 'none',
392 'dependencies': [
393 '<(apk_tests_path):webrtc_nonparallel_tests_apk',
394 ],
395 'includes': [
396 'build/isolate.gypi',
397 ],
398 'sources': [
399 'webrtc_nonparallel_tests_apk.isolate',
400 ],
401 },
402 ],
403 },
404 ],
405 ],
346 }], 406 }],
347 ['test_isolation_mode != "noop"', { 407 ['test_isolation_mode != "noop"', {
348 'targets': [ 408 'targets': [
349 { 409 {
350 'target_name': 'rtc_unittests_run', 410 'target_name': 'rtc_unittests_run',
351 'type': 'none', 411 'type': 'none',
352 'dependencies': [ 412 'dependencies': [
353 'rtc_unittests', 413 'rtc_unittests',
354 ], 414 ],
355 'includes': [ 415 'includes': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'build/isolate.gypi', 455 'build/isolate.gypi',
396 ], 456 ],
397 'sources': [ 457 'sources': [
398 'webrtc_perf_tests.isolate', 458 'webrtc_perf_tests.isolate',
399 ], 459 ],
400 }, 460 },
401 ], 461 ],
402 }], 462 }],
403 ], 463 ],
404 } 464 }
OLDNEW
« webrtc/api/peerconnection_unittests_apk.isolate ('K') | « webrtc/webrtc_perf_tests_apk.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698