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

Unified Diff: media/base/BUILD.gn

Issue 2132653002: MediaCodecLoop unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl feedback Created 4 years, 4 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/android/BUILD.gn » ('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 6e74b6884c52cd0ffad966b6f4c35fed4ce6bbf9..c1dbdca263165205374c12787ebe5429b5978f99 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -206,6 +206,7 @@ target(link_target_type, "base") {
"stream_parser.h",
"stream_parser_buffer.cc",
"stream_parser_buffer.h",
+ "subsample_entry.h",
"surface_manager.h",
"text_cue.cc",
"text_cue.h",
@@ -480,6 +481,7 @@ source_set("unittests") {
"//base/test:test_support",
"//gpu/command_buffer/common",
"//media",
+ "//media/base/android:anywhere_unittests",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698