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

Side by Side Diff: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi

Issue 1947873002: Reland of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.we… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed CongestionController backwards compatibility Created 4 years, 7 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 }, 55 },
56 ], # targets 56 ], # targets
57 'conditions': [ 57 'conditions': [
58 ['include_tests==1', { 58 ['include_tests==1', {
59 'targets': [ 59 'targets': [
60 { 60 {
61 'target_name': 'bwe_simulator', 61 'target_name': 'bwe_simulator',
62 'type': 'static_library', 62 'type': 'static_library',
63 'dependencies': [ 63 'dependencies': [
64 '<(DEPTH)/testing/gtest.gyp:gtest', 64 '<(DEPTH)/testing/gtest.gyp:gtest',
65 '<(DEPTH)/testing/gmock.gyp:gmock',
65 ], 66 ],
66 'sources': [ 67 'sources': [
67 'test/bwe.cc', 68 'test/bwe.cc',
68 'test/bwe.h', 69 'test/bwe.h',
69 'test/bwe_test.cc', 70 'test/bwe_test.cc',
70 'test/bwe_test.h', 71 'test/bwe_test.h',
71 'test/bwe_test_baselinefile.cc', 72 'test/bwe_test_baselinefile.cc',
72 'test/bwe_test_baselinefile.h', 73 'test/bwe_test_baselinefile.h',
73 'test/bwe_test_fileutils.cc', 74 'test/bwe_test_fileutils.cc',
74 'test/bwe_test_fileutils.h', 75 'test/bwe_test_fileutils.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ], 158 ],
158 }, 159 },
159 'sources': [ 160 'sources': [
160 'tools/bwe_rtp_play.cc', 161 'tools/bwe_rtp_play.cc',
161 ], # source 162 ], # source
162 }, 163 },
163 ], 164 ],
164 }], # include_tests==1 165 }], # include_tests==1
165 ], 166 ],
166 } 167 }
OLDNEW
« no previous file with comments | « webrtc/modules/pacing/packet_router.h ('k') | webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698