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

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

Issue 1917323002: Remove remaining quality-analysis (QM). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/video_coding/qm_select_unittest.cc ('k') | webrtc/modules/video_coding/video_coding_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index f3ca1c7a73287df696b290c52b577f357ba7aef9..515c6bcb3cdb82f875c796cf3b366fef8b6aa548 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -28,7 +28,6 @@
# headers
'codec_database.h',
'codec_timer.h',
- 'content_metrics_processing.h',
'decoding_state.h',
'encoded_frame.h',
'fec_tables_xor.h',
@@ -49,8 +48,6 @@
'packet.h',
'packet_buffer.h',
'percentile_filter.h',
- 'qm_select_data.h',
- 'qm_select.h',
'receiver.h',
'rtt_filter.h',
'session_info.h',
@@ -61,7 +58,6 @@
# sources
'codec_database.cc',
'codec_timer.cc',
- 'content_metrics_processing.cc',
'decoding_state.cc',
'encoded_frame.cc',
'frame_buffer.cc',
@@ -78,7 +74,6 @@
'packet.cc',
'packet_buffer.cc',
'percentile_filter.cc',
- 'qm_select.cc',
'receiver.cc',
'rtt_filter.cc',
'session_info.cc',
« no previous file with comments | « webrtc/modules/video_coding/qm_select_unittest.cc ('k') | webrtc/modules/video_coding/video_coding_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698