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

Unified Diff: media/base/BUILD.gn

Issue 2366373003: Not for submission. fastSeek prototype. (Closed)
Patch Set: 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 | media/base/audio_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 8bbc7a7837b5b29d656dce50d103b58f1d847d9c..8e46e20eecf4abda7e54e315e28d1107d864ec76 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -58,7 +58,6 @@ target(link_target_type, "base") {
"audio_pull_fifo.h",
"audio_push_fifo.cc",
"audio_push_fifo.h",
- "audio_renderer.cc",
"audio_renderer.h",
"audio_renderer_mixer.cc",
"audio_renderer_mixer.h",
@@ -210,6 +209,8 @@ target(link_target_type, "base") {
"stream_parser.h",
"stream_parser_buffer.cc",
"stream_parser_buffer.h",
+ "stream_position.cc",
+ "stream_position.h",
"subsample_entry.h",
"surface_manager.h",
"text_cue.cc",
« no previous file with comments | « no previous file | media/base/audio_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698