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

Unified Diff: media/BUILD.gn

Issue 1149203002: Extract re-usable InitializeMediaFoundation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linkage of InitializeMediaFoundation() in GN builds 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
« no previous file with comments | « content/common/gpu/media/dxva_video_decode_accelerator.cc ('k') | media/base/win/BUILD.gn » ('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 de0e04fbc5d5631f0582ec61b3a9907762ba60f0..e38d77f0333dff3f795740bf4ef8ea706798f3b8 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -384,6 +384,7 @@ component("media") {
}
if (is_win) {
+ deps += [ "//media/base/win" ]
libs += [
"mf.lib",
"mfplat.lib",
« no previous file with comments | « content/common/gpu/media/dxva_video_decode_accelerator.cc ('k') | media/base/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698