OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 'audio_coding/main/test/RTPFile.cc', | 425 'audio_coding/main/test/RTPFile.cc', |
426 'audio_coding/main/test/SpatialAudio.cc', | 426 'audio_coding/main/test/SpatialAudio.cc', |
427 'audio_coding/main/test/TestAllCodecs.cc', | 427 'audio_coding/main/test/TestAllCodecs.cc', |
428 'audio_coding/main/test/TestRedFec.cc', | 428 'audio_coding/main/test/TestRedFec.cc', |
429 'audio_coding/main/test/TestStereo.cc', | 429 'audio_coding/main/test/TestStereo.cc', |
430 'audio_coding/main/test/TestVADDTX.cc', | 430 'audio_coding/main/test/TestVADDTX.cc', |
431 'audio_coding/main/test/Tester.cc', | 431 'audio_coding/main/test/Tester.cc', |
432 'audio_coding/main/test/TimedTrace.cc', | 432 'audio_coding/main/test/TimedTrace.cc', |
433 'audio_coding/main/test/TwoWayCommunication.cc', | 433 'audio_coding/main/test/TwoWayCommunication.cc', |
434 'audio_coding/main/test/iSACTest.cc', | 434 'audio_coding/main/test/iSACTest.cc', |
435 'audio_coding/main/test/initial_delay_unittest.cc', | |
436 'audio_coding/main/test/opus_test.cc', | 435 'audio_coding/main/test/opus_test.cc', |
437 'audio_coding/main/test/target_delay_unittest.cc', | 436 'audio_coding/main/test/target_delay_unittest.cc', |
438 'audio_coding/main/test/utility.cc', | 437 'audio_coding/main/test/utility.cc', |
439 'rtp_rtcp/test/testFec/test_fec.cc', | 438 'rtp_rtcp/test/testFec/test_fec.cc', |
440 'video_coding/codecs/test/videoprocessor_integrationtest.cc', | 439 'video_coding/codecs/test/videoprocessor_integrationtest.cc', |
441 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc', | 440 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc', |
442 ], | 441 ], |
443 'conditions': [ | 442 'conditions': [ |
444 ['OS=="android"', { | 443 ['OS=="android"', { |
445 'dependencies': [ | 444 'dependencies': [ |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'sources': [ | 546 'sources': [ |
548 'video_render_tests.isolate', | 547 'video_render_tests.isolate', |
549 ], | 548 ], |
550 }, | 549 }, |
551 ], | 550 ], |
552 }], | 551 }], |
553 ], | 552 ], |
554 }], # include_tests | 553 }], # include_tests |
555 ], # conditions | 554 ], # conditions |
556 } | 555 } |
OLD | NEW |