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

Unified Diff: media/BUILD.gn

Issue 2763503002: Move HalfFloatMaker to media (Closed)
Patch Set: Added math.h in half_float_maker_unittest.cc for POW undefined error Created 3 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
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | media/video/half_float_maker.h » ('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 b47595cca2bccb551f1b07b84fc1ca1339f7c269..e375dfb0469ca6ac2268eed5f4b5a31dc0d8a783 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -250,6 +250,8 @@ component("media") {
"video/gpu_memory_buffer_video_frame_pool.h",
"video/h264_poc.cc",
"video/h264_poc.h",
+ "video/half_float_maker.cc",
+ "video/half_float_maker.h",
"video/jpeg_decode_accelerator.cc",
"video/jpeg_decode_accelerator.h",
"video/picture.cc",
@@ -592,6 +594,7 @@ source_set("unit_tests") {
"renderers/video_renderer_impl_unittest.cc",
"video/gpu_memory_buffer_video_frame_pool_unittest.cc",
"video/h264_poc_unittest.cc",
+ "video/half_float_maker_unittest.cc",
]
data = [
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | media/video/half_float_maker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698