| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| index 7978576845665c425116d803f3981e07a82e2ed0..a51a9d84e406e8bcf2afe5163b001315fdd4c821 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| @@ -47,13 +47,17 @@
|
| 'test/bwe_test_logging.h',
|
| ], # source
|
| 'conditions': [
|
| - ['enable_bwe_test_logging==1', {
|
| - 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
|
| - 'sources': [
|
| - 'test/bwe_test_logging.cc'
|
| + ['include_tests==0', {
|
| + 'conditions': [
|
| + ['enable_bwe_test_logging==1', {
|
| + 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
|
| + 'sources': [
|
| + 'test/bwe_test_logging.cc'
|
| + ],
|
| + }, {
|
| + 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
|
| + }],
|
| ],
|
| - }, {
|
| - 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
|
| }],
|
| ],
|
| },
|
| @@ -71,6 +75,7 @@
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
| ],
|
| 'sources': [
|
| + 'bwe_simulations.cc',
|
| 'test/bwe.cc',
|
| 'test/bwe.h',
|
| 'test/bwe_test.cc',
|
|
|