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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'acm_receive_test', | 57 'acm_receive_test', |
58 'acm_send_test', | 58 'acm_send_test', |
59 'audio_coding_module', | 59 'audio_coding_module', |
60 'audio_device' , | 60 'audio_device' , |
61 'audio_processing', | 61 'audio_processing', |
62 'audioproc_test_utils', | 62 'audioproc_test_utils', |
63 'bitrate_controller', | 63 'bitrate_controller', |
64 'bwe_simulator', | 64 'bwe_simulator', |
65 'cng', | 65 'cng', |
66 'desktop_capture', | 66 'desktop_capture', |
| 67 'isac', |
67 'isac_fix', | 68 'isac_fix', |
68 'media_file', | 69 'media_file', |
69 'neteq', | 70 'neteq', |
70 'neteq_test_support', | 71 'neteq_test_support', |
71 'neteq_unittest_tools', | 72 'neteq_unittest_tools', |
72 'paced_sender', | 73 'paced_sender', |
73 'pcm16b', # Needed by NetEq tests. | 74 'pcm16b', # Needed by NetEq tests. |
74 'red', | 75 'red', |
75 'remote_bitrate_estimator', | 76 'remote_bitrate_estimator', |
76 'rtp_rtcp', | 77 'rtp_rtcp', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'sources': [ | 452 'sources': [ |
452 'modules_unittests.isolate', | 453 'modules_unittests.isolate', |
453 ], | 454 ], |
454 }, | 455 }, |
455 ], | 456 ], |
456 }], | 457 }], |
457 ], | 458 ], |
458 }], # include_tests | 459 }], # include_tests |
459 ], # conditions | 460 ], # conditions |
460 } | 461 } |
OLD | NEW |