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

Unified Diff: media/media.gyp

Issue 1149203002: Extract re-usable InitializeMediaFoundation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No need to ever mutate member Created 5 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f0ebe41f7b7d74e344996acea5520091f697efd7..0a772b77a5acd5bba6f78b7a27cccc529f1a317a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -404,6 +404,8 @@
'base/video_util.h',
'base/wall_clock_time_source.cc',
'base/wall_clock_time_source.h',
+ 'base/win/mf_initializer.cc',
sandersd (OOO until July 31) 2015/05/22 19:14:55 This should be only built on Windows. Update BUIL
wdzierzanowski 2015/05/25 08:43:01 I think it already is, courtesy of the win/ subdir
+ 'base/win/mf_initializer.h',
'base/yuv_convert.cc',
'base/yuv_convert.h',
'blink/skcanvas_video_renderer.cc',

Powered by Google App Engine
This is Rietveld 408576698