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

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

Issue 1250383003: Revert "Renamed the ACMDump to RtcEventLog and moved it to webrtc/video, since it is not specific t… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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_coding/main/acm2/dump.proto ('k') | webrtc/video/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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 315 ],
316 }], 316 }],
317 ['prefer_fixed_point==1', { 317 ['prefer_fixed_point==1', {
318 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], 318 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ],
319 }, { 319 }, {
320 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], 320 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ],
321 }], 321 }],
322 ['enable_protobuf==1', { 322 ['enable_protobuf==1', {
323 'defines': [ 323 'defines': [
324 'WEBRTC_AUDIOPROC_DEBUG_DUMP', 324 'WEBRTC_AUDIOPROC_DEBUG_DUMP',
325 'RTC_AUDIOCODING_DEBUG_DUMP',
325 ], 326 ],
326 'dependencies': [ 327 'dependencies': [
328 'acm_dump',
327 'audioproc_protobuf_utils', 329 'audioproc_protobuf_utils',
328 'audioproc_unittest_proto', 330 'audioproc_unittest_proto',
329 ], 331 ],
330 'sources': [ 332 'sources': [
333 'audio_coding/main/acm2/acm_dump_unittest.cc',
331 'audio_processing/audio_processing_impl_unittest.cc', 334 'audio_processing/audio_processing_impl_unittest.cc',
332 'audio_processing/test/audio_processing_unittest.cc', 335 'audio_processing/test/audio_processing_unittest.cc',
333 'audio_processing/test/test_utils.h', 336 'audio_processing/test/test_utils.h',
334 ], 337 ],
335 }], 338 }],
336 ['build_libvpx==1', { 339 ['build_libvpx==1', {
337 'dependencies': [ 340 'dependencies': [
338 '<(libvpx_dir)/libvpx.gyp:libvpx', 341 '<(libvpx_dir)/libvpx.gyp:libvpx',
339 ], 342 ],
340 }], 343 }],
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'sources': [ 491 'sources': [
489 'modules_unittests.isolate', 492 'modules_unittests.isolate',
490 ], 493 ],
491 }, 494 },
492 ], 495 ],
493 }], 496 }],
494 ], 497 ],
495 }], # include_tests 498 }], # include_tests
496 ], # conditions 499 ], # conditions
497 } 500 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/acm2/dump.proto ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698