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

Unified Diff: webrtc/media/BUILD.gn

Issue 2590813002: Remove media/base header files from rtc_media target (Closed)
Patch Set: Created 4 years 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 | no next file » | 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 f88ff495b5343d56fb072c3cf726b502d7f50390..4ed14138b67e848a58424bf1294b2b34f15589d6 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -114,28 +114,6 @@ rtc_static_library("rtc_media") {
libs = []
deps = []
sources = [
- # TODO(magjed): Remove base header files once Chromium is updated.
- "base/adaptedvideotracksource.h",
- "base/audiosource.h",
- "base/codec.h",
- "base/cryptoparams.h",
- "base/device.h",
- "base/hybriddataengine.h",
- "base/mediachannel.h",
- "base/mediaconstants.h",
- "base/mediaengine.h",
- "base/rtpdataengine.h",
- "base/rtpdump.h",
- "base/rtputils.h",
- "base/streamparams.h",
- "base/turnutils.h",
- "base/videoadapter.h",
- "base/videobroadcaster.h",
- "base/videocapturer.h",
- "base/videocapturerfactory.h",
- "base/videocommon.h",
- "base/videoframe.h",
- "base/videosourcebase.h",
"engine/internaldecoderfactory.cc",
"engine/internaldecoderfactory.h",
"engine/internalencoderfactory.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698