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

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

Issue 1176303004: Fix a data race in AudioEncoderMutableImpl and derived classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Return config_ by value instead of reference 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/audio_coding_module_unittest_oldapi.cc ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'acm_receive_test', 57 'acm_receive_test',
58 'acm_send_test', 58 'acm_send_test',
59 'audio_coding_module', 59 'audio_coding_module',
60 'audio_device' , 60 'audio_device' ,
61 'audio_processing', 61 'audio_processing',
62 'audioproc_test_utils', 62 'audioproc_test_utils',
63 'bitrate_controller', 63 'bitrate_controller',
64 'bwe_simulator', 64 'bwe_simulator',
65 'cng', 65 'cng',
66 'desktop_capture', 66 'desktop_capture',
67 'isac',
67 'isac_fix', 68 'isac_fix',
68 'media_file', 69 'media_file',
69 'neteq', 70 'neteq',
70 'neteq_test_support', 71 'neteq_test_support',
71 'neteq_unittest_tools', 72 'neteq_unittest_tools',
72 'paced_sender', 73 'paced_sender',
73 'pcm16b', # Needed by NetEq tests. 74 'pcm16b', # Needed by NetEq tests.
74 'red', 75 'red',
75 'remote_bitrate_estimator', 76 'remote_bitrate_estimator',
76 'rtp_rtcp', 77 'rtp_rtcp',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'sources': [ 452 'sources': [
452 'modules_unittests.isolate', 453 'modules_unittests.isolate',
453 ], 454 ],
454 }, 455 },
455 ], 456 ],
456 }], 457 }],
457 ], 458 ],
458 }], # include_tests 459 }], # include_tests
459 ], # conditions 460 ], # conditions
460 } 461 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698