Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: webrtc/common_audio/common_audio.gyp

Issue 1812823007: Move swap_queue.h to base/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing comma Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'signal_processing/resample_by_2_internal.h', 94 'signal_processing/resample_by_2_internal.h',
95 'signal_processing/resample_fractional.c', 95 'signal_processing/resample_fractional.c',
96 'signal_processing/spl_init.c', 96 'signal_processing/spl_init.c',
97 'signal_processing/spl_sqrt.c', 97 'signal_processing/spl_sqrt.c',
98 'signal_processing/spl_sqrt_floor.c', 98 'signal_processing/spl_sqrt_floor.c',
99 'signal_processing/splitting_filter.c', 99 'signal_processing/splitting_filter.c',
100 'signal_processing/sqrt_of_one_minus_x_squared.c', 100 'signal_processing/sqrt_of_one_minus_x_squared.c',
101 'signal_processing/vector_scaling_operations.c', 101 'signal_processing/vector_scaling_operations.c',
102 'sparse_fir_filter.cc', 102 'sparse_fir_filter.cc',
103 'sparse_fir_filter.h', 103 'sparse_fir_filter.h',
104 'swap_queue.h',
105 'vad/include/vad.h', 104 'vad/include/vad.h',
106 'vad/include/webrtc_vad.h', 105 'vad/include/webrtc_vad.h',
107 'vad/vad.cc', 106 'vad/vad.cc',
108 'vad/webrtc_vad.c', 107 'vad/webrtc_vad.c',
109 'vad/vad_core.c', 108 'vad/vad_core.c',
110 'vad/vad_core.h', 109 'vad/vad_core.h',
111 'vad/vad_filterbank.c', 110 'vad/vad_filterbank.c',
112 'vad/vad_filterbank.h', 111 'vad/vad_filterbank.h',
113 'vad/vad_gmm.c', 112 'vad/vad_gmm.c',
114 'vad/vad_gmm.h', 113 'vad/vad_gmm.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'real_fourier_unittest.cc', 248 'real_fourier_unittest.cc',
250 'resampler/resampler_unittest.cc', 249 'resampler/resampler_unittest.cc',
251 'resampler/push_resampler_unittest.cc', 250 'resampler/push_resampler_unittest.cc',
252 'resampler/push_sinc_resampler_unittest.cc', 251 'resampler/push_sinc_resampler_unittest.cc',
253 'resampler/sinusoidal_linear_chirp_source.cc', 252 'resampler/sinusoidal_linear_chirp_source.cc',
254 'resampler/sinusoidal_linear_chirp_source.h', 253 'resampler/sinusoidal_linear_chirp_source.h',
255 'ring_buffer_unittest.cc', 254 'ring_buffer_unittest.cc',
256 'signal_processing/real_fft_unittest.cc', 255 'signal_processing/real_fft_unittest.cc',
257 'signal_processing/signal_processing_unittest.cc', 256 'signal_processing/signal_processing_unittest.cc',
258 'sparse_fir_filter_unittest.cc', 257 'sparse_fir_filter_unittest.cc',
259 'swap_queue_unittest.cc',
260 'vad/vad_core_unittest.cc', 258 'vad/vad_core_unittest.cc',
261 'vad/vad_filterbank_unittest.cc', 259 'vad/vad_filterbank_unittest.cc',
262 'vad/vad_gmm_unittest.cc', 260 'vad/vad_gmm_unittest.cc',
263 'vad/vad_sp_unittest.cc', 261 'vad/vad_sp_unittest.cc',
264 'vad/vad_unittest.cc', 262 'vad/vad_unittest.cc',
265 'vad/vad_unittest.h', 263 'vad/vad_unittest.h',
266 'wav_header_unittest.cc', 264 'wav_header_unittest.cc',
267 'wav_file_unittest.cc', 265 'wav_file_unittest.cc',
268 'window_generator_unittest.cc', 266 'window_generator_unittest.cc',
269 ], 267 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'sources': [ 309 'sources': [
312 'common_audio_unittests.isolate', 310 'common_audio_unittests.isolate',
313 ], 311 ],
314 }, 312 },
315 ], 313 ],
316 }], 314 }],
317 ], 315 ],
318 }], 316 }],
319 ], # conditions 317 ], # conditions
320 } 318 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698