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

Unified Diff: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi

Issue 2340773003: GYP: Remove targets inside include_tests==1 that are converted to GN. (Closed)
Patch Set: Removed more and all isolate files. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/modules_unittests_apk.isolate ('k') | webrtc/modules/video_capture/video_capture.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1823617927bb6e3628e2db4b97c1425648fc2a85..3a2e9ea9150083bfb9eb02e6686930306ab4d2e8 100644
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
@@ -62,55 +62,6 @@
['include_tests==1', {
'targets': [
{
- 'target_name': 'bwe_simulator',
- 'type': 'static_library',
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:paced_sender',
- '<(webrtc_root)/test/test.gyp:test_support',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- ],
- 'sources': [
- 'bwe_simulations.cc',
- 'test/bwe.cc',
- 'test/bwe.h',
- 'test/bwe_test.cc',
- 'test/bwe_test.h',
- 'test/bwe_test_baselinefile.cc',
- 'test/bwe_test_baselinefile.h',
- 'test/bwe_test_fileutils.cc',
- 'test/bwe_test_fileutils.h',
- 'test/bwe_test_framework.cc',
- 'test/bwe_test_framework.h',
- 'test/bwe_test_logging.h',
- 'test/metric_recorder.cc',
- 'test/metric_recorder.h',
- 'test/packet_receiver.cc',
- 'test/packet_receiver.h',
- 'test/packet_sender.cc',
- 'test/packet_sender.h',
- 'test/packet.h',
- 'test/estimators/nada.cc',
- 'test/estimators/nada.h',
- 'test/estimators/remb.cc',
- 'test/estimators/remb.h',
- 'test/estimators/send_side.cc',
- 'test/estimators/send_side.h',
- 'test/estimators/tcp.cc',
- 'test/estimators/tcp.h',
- ],
- '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' ],
- }],
- ],
- },
- {
'target_name': 'bwe_tools_util',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « webrtc/modules/modules_unittests_apk.isolate ('k') | webrtc/modules/video_capture/video_capture.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698