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

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

Issue 1436553004: Created a test that reports the statistics for the duration of APM stream processing API calls. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Various changes making the test test what is desired. Created 5 years, 1 month 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'defines': [ 333 'defines': [
334 'WEBRTC_AUDIOPROC_DEBUG_DUMP', 334 'WEBRTC_AUDIOPROC_DEBUG_DUMP',
335 ], 335 ],
336 'dependencies': [ 336 'dependencies': [
337 'audioproc_protobuf_utils', 337 'audioproc_protobuf_utils',
338 'audioproc_unittest_proto', 338 'audioproc_unittest_proto',
339 ], 339 ],
340 'sources': [ 340 'sources': [
341 'audio_processing/audio_processing_impl_locking_unittest.cc', 341 'audio_processing/audio_processing_impl_locking_unittest.cc',
342 'audio_processing/audio_processing_impl_unittest.cc', 342 'audio_processing/audio_processing_impl_unittest.cc',
343 'audio_processing/audio_processing_lock_performance_unittest.cc' ,
343 'audio_processing/test/audio_processing_unittest.cc', 344 'audio_processing/test/audio_processing_unittest.cc',
344 'audio_processing/test/debug_dump_test.cc', 345 'audio_processing/test/debug_dump_test.cc',
345 'audio_processing/test/test_utils.h', 346 'audio_processing/test/test_utils.h',
346 ], 347 ],
347 }], 348 }],
348 ['build_libvpx==1', { 349 ['build_libvpx==1', {
349 'dependencies': [ 350 'dependencies': [
350 '<(libvpx_dir)/libvpx.gyp:libvpx_new', 351 '<(libvpx_dir)/libvpx.gyp:libvpx_new',
351 ], 352 ],
352 }], 353 }],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'sources': [ 551 'sources': [
551 'video_render_tests.isolate', 552 'video_render_tests.isolate',
552 ], 553 ],
553 }, 554 },
554 ], 555 ],
555 }], 556 }],
556 ], 557 ],
557 }], # include_tests 558 }], # include_tests
558 ], # conditions 559 ], # conditions
559 } 560 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698