OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 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 'variables': { | 10 'variables': { |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'post_decode_vad.cc', | 112 'post_decode_vad.cc', |
113 'post_decode_vad.h', | 113 'post_decode_vad.h', |
114 'preemptive_expand.cc', | 114 'preemptive_expand.cc', |
115 'preemptive_expand.h', | 115 'preemptive_expand.h', |
116 'random_vector.cc', | 116 'random_vector.cc', |
117 'random_vector.h', | 117 'random_vector.h', |
118 'rtcp.cc', | 118 'rtcp.cc', |
119 'rtcp.h', | 119 'rtcp.h', |
120 'sync_buffer.cc', | 120 'sync_buffer.cc', |
121 'sync_buffer.h', | 121 'sync_buffer.h', |
| 122 'tick_timer.cc', |
| 123 'tick_timer.h', |
122 'timestamp_scaler.cc', | 124 'timestamp_scaler.cc', |
123 'timestamp_scaler.h', | 125 'timestamp_scaler.h', |
124 'time_stretch.cc', | 126 'time_stretch.cc', |
125 'time_stretch.h', | 127 'time_stretch.h', |
126 ], | 128 ], |
127 }, | 129 }, |
128 ], # targets | 130 ], # targets |
129 'conditions': [ | 131 'conditions': [ |
130 ['include_tests==1', { | 132 ['include_tests==1', { |
131 'includes': ['neteq_tests.gypi',], | 133 'includes': ['neteq_tests.gypi',], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'tools/rtp_file_source.cc', | 204 'tools/rtp_file_source.cc', |
203 'tools/rtp_file_source.h', | 205 'tools/rtp_file_source.h', |
204 'tools/rtp_generator.cc', | 206 'tools/rtp_generator.cc', |
205 'tools/rtp_generator.h', | 207 'tools/rtp_generator.h', |
206 ], | 208 ], |
207 }, # neteq_unittest_tools | 209 }, # neteq_unittest_tools |
208 ], # targets | 210 ], # targets |
209 }], # include_tests | 211 }], # include_tests |
210 ], # conditions | 212 ], # conditions |
211 } | 213 } |
OLD | NEW |