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

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

Issue 2307533004: Moving/renaming webrtc/common.h. (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « webrtc/modules/audio_processing/test/process_test.cc ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'audio_processing/agc/agc_manager_direct_unittest.cc', 238 'audio_processing/agc/agc_manager_direct_unittest.cc',
239 'audio_processing/agc/loudness_histogram_unittest.cc', 239 'audio_processing/agc/loudness_histogram_unittest.cc',
240 'audio_processing/agc/mock_agc.h', 240 'audio_processing/agc/mock_agc.h',
241 'audio_processing/audio_buffer_unittest.cc', 241 'audio_processing/audio_buffer_unittest.cc',
242 'audio_processing/beamformer/array_util_unittest.cc', 242 'audio_processing/beamformer/array_util_unittest.cc',
243 'audio_processing/beamformer/complex_matrix_unittest.cc', 243 'audio_processing/beamformer/complex_matrix_unittest.cc',
244 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ', 244 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ',
245 'audio_processing/beamformer/matrix_unittest.cc', 245 'audio_processing/beamformer/matrix_unittest.cc',
246 'audio_processing/beamformer/mock_nonlinear_beamformer.h', 246 'audio_processing/beamformer/mock_nonlinear_beamformer.h',
247 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc', 247 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc',
248 'audio_processing/config_unittest.cc',
248 'audio_processing/echo_cancellation_impl_unittest.cc', 249 'audio_processing/echo_cancellation_impl_unittest.cc',
249 'audio_processing/splitting_filter_unittest.cc', 250 'audio_processing/splitting_filter_unittest.cc',
250 'audio_processing/transient/dyadic_decimator_unittest.cc', 251 'audio_processing/transient/dyadic_decimator_unittest.cc',
251 'audio_processing/transient/file_utils.cc', 252 'audio_processing/transient/file_utils.cc',
252 'audio_processing/transient/file_utils.h', 253 'audio_processing/transient/file_utils.h',
253 'audio_processing/transient/file_utils_unittest.cc', 254 'audio_processing/transient/file_utils_unittest.cc',
254 'audio_processing/transient/moving_moments_unittest.cc', 255 'audio_processing/transient/moving_moments_unittest.cc',
255 'audio_processing/transient/transient_detector_unittest.cc', 256 'audio_processing/transient/transient_detector_unittest.cc',
256 'audio_processing/transient/transient_suppressor_unittest.cc', 257 'audio_processing/transient/transient_suppressor_unittest.cc',
257 'audio_processing/transient/wpd_node_unittest.cc', 258 'audio_processing/transient/wpd_node_unittest.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'sources': [ 798 'sources': [
798 'modules_unittests.isolate', 799 'modules_unittests.isolate',
799 ], 800 ],
800 }, 801 },
801 ], 802 ],
802 }], 803 }],
803 ], 804 ],
804 }], # include_tests 805 }], # include_tests
805 ], # conditions 806 ], # conditions
806 } 807 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/test/process_test.cc ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698