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

Unified Diff: media/base/BUILD.gn

Issue 1834303005: Refactor audio and video decoder status into common file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cast. Created 4 years, 9 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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 21f5449811c645f5a0ae137bdcb977ad74e6d664..fc55020c2706adf1372d4bbafab4ca5dd2544b79 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -100,6 +100,8 @@ source_set("base") {
"decoder_buffer_queue.h",
"decoder_factory.cc",
"decoder_factory.h",
+ "decoder_status.cc",
+ "decoder_status.h",
"decrypt_config.cc",
"decrypt_config.h",
"decryptor.cc",

Powered by Google App Engine
This is Rietveld 408576698