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

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

Issue 1990373002: Fix building of bwe_test_logging.cc in gyp and gn builds (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/BUILD.gn ('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 30 matching lines...) Expand all
41 'transport_feedback_adapter.h', 41 'transport_feedback_adapter.h',
42 'test/bwe_test_logging.cc', 42 'test/bwe_test_logging.cc',
43 'test/bwe_test_logging.h', 43 'test/bwe_test_logging.h',
44 ], # source 44 ], # source
45 'conditions': [ 45 'conditions': [
46 ['enable_bwe_test_logging==1', { 46 ['enable_bwe_test_logging==1', {
47 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 47 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
48 }, { 48 }, {
49 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 49 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
50 'sources!': [ 50 'sources!': [
51 'remote_bitrate_estimator/test/bwe_test_logging.cc' 51 'test/bwe_test_logging.cc'
52 ], 52 ],
53 }], 53 }],
54 ], 54 ],
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',
(...skipping 30 matching lines...) Expand all
92 'test/estimators/send_side.h', 92 'test/estimators/send_side.h',
93 'test/estimators/tcp.cc', 93 'test/estimators/tcp.cc',
94 'test/estimators/tcp.h', 94 'test/estimators/tcp.h',
95 ], 95 ],
96 'conditions': [ 96 'conditions': [
97 ['enable_bwe_test_logging==1', { 97 ['enable_bwe_test_logging==1', {
98 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 98 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
99 }, { 99 }, {
100 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 100 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
101 'sources!': [ 101 'sources!': [
102 'remote_bitrate_estimator/test/bwe_test_logging.cc' 102 'test/bwe_test_logging.cc'
103 ], 103 ],
104 }], 104 }],
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 'target_name': 'bwe_tools_util', 108 'target_name': 'bwe_tools_util',
109 'type': 'static_library', 109 'type': 'static_library',
110 'dependencies': [ 110 'dependencies': [
111 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 111 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
112 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 112 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ], 158 ],
159 }, 159 },
160 'sources': [ 160 'sources': [
161 'tools/bwe_rtp_play.cc', 161 'tools/bwe_rtp_play.cc',
162 ], # source 162 ], # source
163 }, 163 },
164 ], 164 ],
165 }], # include_tests==1 165 }], # include_tests==1
166 ], 166 ],
167 } 167 }
OLDNEW
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698