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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 'rtc_unittests', | 349 'rtc_unittests', |
350 ], | 350 ], |
351 'includes': [ | 351 'includes': [ |
352 'build/isolate.gypi', | 352 'build/isolate.gypi', |
353 ], | 353 ], |
354 'sources': [ | 354 'sources': [ |
355 'rtc_unittests.isolate', | 355 'rtc_unittests.isolate', |
356 ], | 356 ], |
357 }, | 357 }, |
358 { | 358 { |
| 359 'target_name': 'libjingle_media_unittest_run', |
| 360 'type': 'none', |
| 361 'dependencies': [ |
| 362 'libjingle_media_unittest', |
| 363 ], |
| 364 'includes': [ |
| 365 'build/isolate.gypi', |
| 366 ], |
| 367 'sources': [ |
| 368 'libjingle_media_unittest.isolate', |
| 369 ], |
| 370 }, |
| 371 { |
359 'target_name': 'video_engine_tests_run', | 372 'target_name': 'video_engine_tests_run', |
360 'type': 'none', | 373 'type': 'none', |
361 'dependencies': [ | 374 'dependencies': [ |
362 'video_engine_tests', | 375 'video_engine_tests', |
363 ], | 376 ], |
364 'includes': [ | 377 'includes': [ |
365 'build/isolate.gypi', | 378 'build/isolate.gypi', |
366 ], | 379 ], |
367 'sources': [ | 380 'sources': [ |
368 'video_engine_tests.isolate', | 381 'video_engine_tests.isolate', |
(...skipping 22 matching lines...) Expand all Loading... |
391 'build/isolate.gypi', | 404 'build/isolate.gypi', |
392 ], | 405 ], |
393 'sources': [ | 406 'sources': [ |
394 'webrtc_perf_tests.isolate', | 407 'webrtc_perf_tests.isolate', |
395 ], | 408 ], |
396 }, | 409 }, |
397 ], | 410 ], |
398 }], | 411 }], |
399 ], | 412 ], |
400 } | 413 } |
OLD | NEW |