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

Unified Diff: media/base/BUILD.gn

Issue 2892083002: Send enter / exit fullscreen signal to AVDA (Closed)
Patch Set: more cl feedback Created 3 years, 7 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/overlay_info.h » ('j') | media/base/overlay_info.h » ('J')
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 8ea01f10d65538075258a3ea9c4cff1067b332f5..246b8b4ffed8252c41168e0b202f135698db3431 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -197,6 +197,7 @@ target(link_target_type, "base") {
"null_video_sink.h",
"output_device_info.cc",
"output_device_info.h",
+ "overlay_info.cc",
"overlay_info.h",
"pipeline.h",
"pipeline_impl.cc",
@@ -458,6 +459,7 @@ source_set("unit_tests") {
"moving_average_unittest.cc",
"multi_channel_resampler_unittest.cc",
"null_video_sink_unittest.cc",
+ "overlay_info_unittest.cc",
"pipeline_impl_unittest.cc",
"ranges_unittest.cc",
"renderer_factory_selector_unittest.cc",
« no previous file with comments | « no previous file | media/base/overlay_info.h » ('j') | media/base/overlay_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698