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

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

Issue 1443653004: Move CNG and RED management into the Rent-A-Codec (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Extract subroutine 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '<(webrtc_root)/test/test.gyp:test_support_main', 95 '<(webrtc_root)/test/test.gyp:test_support_main',
96 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', 96 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common',
97 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', 97 '<(webrtc_root)/tools/tools.gyp:agc_test_utils',
98 ], 98 ],
99 'sources': [ 99 'sources': [
100 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', 100 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
101 'audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc', 101 'audio_coding/main/acm2/acm_receiver_unittest_oldapi.cc',
102 'audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc', 102 'audio_coding/main/acm2/audio_coding_module_unittest_oldapi.cc',
103 'audio_coding/main/acm2/call_statistics_unittest.cc', 103 'audio_coding/main/acm2/call_statistics_unittest.cc',
104 'audio_coding/main/acm2/codec_manager_unittest.cc', 104 'audio_coding/main/acm2/codec_manager_unittest.cc',
105 'audio_coding/main/acm2/codec_owner_unittest.cc',
106 'audio_coding/main/acm2/initial_delay_manager_unittest.cc', 105 'audio_coding/main/acm2/initial_delay_manager_unittest.cc',
107 'audio_coding/main/acm2/rent_a_codec_unittest.cc', 106 'audio_coding/main/acm2/rent_a_codec_unittest.cc',
108 'audio_coding/codecs/cng/cng_unittest.cc', 107 'audio_coding/codecs/cng/cng_unittest.cc',
109 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', 108 'audio_coding/codecs/isac/fix/source/filters_unittest.cc',
110 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', 109 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc',
111 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc', 110 'audio_coding/codecs/isac/fix/source/lpc_masking_model_unittest.cc',
112 'audio_coding/codecs/isac/fix/source/transform_unittest.cc', 111 'audio_coding/codecs/isac/fix/source/transform_unittest.cc',
113 'audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc ', 112 'audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc ',
114 'audio_coding/codecs/isac/main/source/isac_unittest.cc', 113 'audio_coding/codecs/isac/main/source/isac_unittest.cc',
115 'audio_coding/codecs/isac/unittest.cc', 114 'audio_coding/codecs/isac/unittest.cc',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'sources': [ 550 'sources': [
552 'video_render_tests.isolate', 551 'video_render_tests.isolate',
553 ], 552 ],
554 }, 553 },
555 ], 554 ],
556 }], 555 }],
557 ], 556 ],
558 }], # include_tests 557 }], # include_tests
559 ], # conditions 558 ], # conditions
560 } 559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698