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

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

Issue 1200833002: Reland "Added ACM_dump protobuf, class for reading/writing and..." (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix for gn build file, so it no longer breaks Chromium. Created 5 years, 6 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') | no next file » | 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'desktop_capture/screen_capturer_unittest.cc', 303 'desktop_capture/screen_capturer_unittest.cc',
304 'desktop_capture/window_capturer_unittest.cc', 304 'desktop_capture/window_capturer_unittest.cc',
305 ], 305 ],
306 }], 306 }],
307 ['prefer_fixed_point==1', { 307 ['prefer_fixed_point==1', {
308 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], 308 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ],
309 }, { 309 }, {
310 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], 310 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ],
311 }], 311 }],
312 ['enable_protobuf==1', { 312 ['enable_protobuf==1', {
313 'defines': [ 'WEBRTC_AUDIOPROC_DEBUG_DUMP' ], 313 'defines': [
314 'WEBRTC_AUDIOPROC_DEBUG_DUMP',
315 'RTC_AUDIOCODING_DEBUG_DUMP',
316 ],
314 'dependencies': [ 317 'dependencies': [
318 'acm_dump',
315 'audioproc_protobuf_utils', 319 'audioproc_protobuf_utils',
316 'audioproc_unittest_proto', 320 'audioproc_unittest_proto',
317 ], 321 ],
318 'sources': [ 322 'sources': [
323 'audio_coding/main/acm2/acm_dump_unittest.cc',
319 'audio_processing/audio_processing_impl_unittest.cc', 324 'audio_processing/audio_processing_impl_unittest.cc',
320 'audio_processing/test/audio_processing_unittest.cc', 325 'audio_processing/test/audio_processing_unittest.cc',
321 'audio_processing/test/test_utils.h', 326 'audio_processing/test/test_utils.h',
322 ], 327 ],
323 }], 328 }],
324 ['build_libvpx==1', { 329 ['build_libvpx==1', {
325 'dependencies': [ 330 'dependencies': [
326 '<(libvpx_dir)/libvpx.gyp:libvpx', 331 '<(libvpx_dir)/libvpx.gyp:libvpx',
327 ], 332 ],
328 }], 333 }],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'sources': [ 474 'sources': [
470 'modules_unittests.isolate', 475 'modules_unittests.isolate',
471 ], 476 ],
472 }, 477 },
473 ], 478 ],
474 }], 479 }],
475 ], 480 ],
476 }], # include_tests 481 }], # include_tests
477 ], # conditions 482 ], # conditions
478 } 483 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/acm2/dump.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698