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