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

Unified Diff: media/BUILD.gn

Issue 742233002: Implement |pic_order_cnt| computation for VTVideoDecode accelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vt_reorder
Patch Set: Rebase. Created 6 years, 1 month 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 | « content/content_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 20f1eaa5a97fef2dc63b117036540eba2611586a..518b13687f6a97851c45339e23c87f119c9f419a 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -202,6 +202,8 @@ component("media") {
"video/capture/win/video_capture_device_mf_win.h",
"video/capture/win/video_capture_device_win.cc",
"video/capture/win/video_capture_device_win.h",
+ "video/h264_poc.cc",
+ "video/h264_poc.h",
"video/picture.cc",
"video/picture.h",
"video/video_decode_accelerator.cc",
@@ -519,6 +521,7 @@ test("media_unittests") {
"midi/usb_midi_output_stream_unittest.cc",
"video/capture/fake_video_capture_device_unittest.cc",
"video/capture/video_capture_device_unittest.cc",
+ "video/h264_poc_unittest.cc",
"formats/common/offset_byte_queue_unittest.cc",
"formats/webm/cluster_builder.cc",
"formats/webm/cluster_builder.h",
« no previous file with comments | « content/content_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698