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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'include/voe_video_sync.h', | 47 'include/voe_video_sync.h', |
48 'include/voe_volume_control.h', | 48 'include/voe_volume_control.h', |
49 'channel.cc', | 49 'channel.cc', |
50 'channel.h', | 50 'channel.h', |
51 'channel_manager.cc', | 51 'channel_manager.cc', |
52 'channel_manager.h', | 52 'channel_manager.h', |
53 'channel_proxy.cc', | 53 'channel_proxy.cc', |
54 'channel_proxy.h', | 54 'channel_proxy.h', |
55 'dtmf_inband.cc', | 55 'dtmf_inband.cc', |
56 'dtmf_inband.h', | 56 'dtmf_inband.h', |
57 'dtmf_inband_queue.cc', | |
58 'dtmf_inband_queue.h', | |
59 'level_indicator.cc', | 57 'level_indicator.cc', |
60 'level_indicator.h', | 58 'level_indicator.h', |
61 'monitor_module.cc', | 59 'monitor_module.cc', |
62 'monitor_module.h', | 60 'monitor_module.h', |
63 'network_predictor.cc', | 61 'network_predictor.cc', |
64 'network_predictor.h', | 62 'network_predictor.h', |
65 'output_mixer.cc', | 63 'output_mixer.cc', |
66 'output_mixer.h', | 64 'output_mixer.h', |
67 'shared_data.cc', | 65 'shared_data.cc', |
68 'shared_data.h', | 66 'shared_data.h', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'sources': [ | 285 'sources': [ |
288 'voe_auto_test.isolate', | 286 'voe_auto_test.isolate', |
289 ], | 287 ], |
290 }, | 288 }, |
291 ], | 289 ], |
292 }], | 290 }], |
293 ], # conditions | 291 ], # conditions |
294 }], # include_tests==1 | 292 }], # include_tests==1 |
295 ], # conditions | 293 ], # conditions |
296 } | 294 } |
OLD | NEW |