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

Unified Diff: webrtc/media/BUILD.gn

Issue 2633453002: Delete unused rtpdump code in media/base. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | webrtc/media/base/rtpdump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 3aee5b7fe7a645159a327a4733e69d6ae22012fc..5040e6b2023ef7fa04dd23360f3b7878ec4ea2cf 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -61,8 +61,6 @@ rtc_static_library("rtc_media_base") {
"base/mediaengine.h",
"base/rtpdataengine.cc",
"base/rtpdataengine.h",
- "base/rtpdump.cc",
- "base/rtpdump.h",
"base/rtputils.cc",
"base/rtputils.h",
"base/streamparams.cc",
@@ -324,7 +322,6 @@ if (rtc_include_tests) {
sources = [
"base/codec_unittest.cc",
"base/rtpdataengine_unittest.cc",
- "base/rtpdump_unittest.cc",
"base/rtputils_unittest.cc",
"base/streamparams_unittest.cc",
"base/turnutils_unittest.cc",
« no previous file with comments | « no previous file | webrtc/media/base/rtpdump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698