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

Unified Diff: media/cast/cast.gyp

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase Created 4 years, 6 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/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index b2d930adad72e99390ea64d042b28b9f077a0fd5..4d8e83e4b67aeeb297dd397624e58ffe4d40d2e2 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -131,6 +131,9 @@
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
}], # OS=="ios"
+ ['OS=="win"', {
+ 'dependencies': [ '<(DEPTH)/media/media.gyp:mf_initializer' ],
+ }],
], # conditions
},
{

Powered by Google App Engine
This is Rietveld 408576698