| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'include/voe_network.h', | 45 'include/voe_network.h', |
| 46 'include/voe_rtp_rtcp.h', | 46 'include/voe_rtp_rtcp.h', |
| 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', | |
| 56 'dtmf_inband.h', | |
| 57 'level_indicator.cc', | 55 'level_indicator.cc', |
| 58 'level_indicator.h', | 56 'level_indicator.h', |
| 59 'monitor_module.cc', | 57 'monitor_module.cc', |
| 60 'monitor_module.h', | 58 'monitor_module.h', |
| 61 'network_predictor.cc', | 59 'network_predictor.cc', |
| 62 'network_predictor.h', | 60 'network_predictor.h', |
| 63 'output_mixer.cc', | 61 'output_mixer.cc', |
| 64 'output_mixer.h', | 62 'output_mixer.h', |
| 65 'shared_data.cc', | 63 'shared_data.cc', |
| 66 'shared_data.h', | 64 'shared_data.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'sources': [ | 283 'sources': [ |
| 286 'voe_auto_test.isolate', | 284 'voe_auto_test.isolate', |
| 287 ], | 285 ], |
| 288 }, | 286 }, |
| 289 ], | 287 ], |
| 290 }], | 288 }], |
| 291 ], # conditions | 289 ], # conditions |
| 292 }], # include_tests==1 | 290 }], # include_tests==1 |
| 293 ], # conditions | 291 ], # conditions |
| 294 } | 292 } |
| OLD | NEW |