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

Unified Diff: remoting/codec/BUILD.gn

Issue 2254673002: Remove dependency on AudioStub in ConnectionToClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 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 | « no previous file | remoting/codec/audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/BUILD.gn
diff --git a/remoting/codec/BUILD.gn b/remoting/codec/BUILD.gn
index aba66d98f9843577610d3d0bbdb4d37767e20375..6c555bf0e666d95825982e54c205fca39295c200 100644
--- a/remoting/codec/BUILD.gn
+++ b/remoting/codec/BUILD.gn
@@ -8,13 +8,9 @@ source_set("codec") {
"audio_decoder.h",
"audio_decoder_opus.cc",
"audio_decoder_opus.h",
- "audio_decoder_verbatim.cc",
- "audio_decoder_verbatim.h",
"audio_encoder.h",
"audio_encoder_opus.cc",
"audio_encoder_opus.h",
- "audio_encoder_verbatim.cc",
- "audio_encoder_verbatim.h",
"scoped_vpx_codec.cc",
"scoped_vpx_codec.h",
"video_decoder.h",
@@ -56,8 +52,6 @@ source_set("codec") {
"audio_encoder.h",
"audio_encoder_opus.cc",
"audio_encoder_opus.h",
- "audio_encoder_verbatim.cc",
- "audio_encoder_verbatim.h",
"video_encoder.cc",
"video_encoder.h",
"video_encoder_helper.cc",
« no previous file with comments | « no previous file | remoting/codec/audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698