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

Unified Diff: chrome/chrome_dll.gypi

Issue 11419200: Video capture implementation using the Media Foundation API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add denominator check Created 8 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 | « no previous file | media/media.gyp » ('j') | media/video/capture/win/video_capture_device_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index cb1f3647e1b7543c0d4494bafbd081f084be76c3..b50e1f6ab129818d4aff712df14e078c16f3f13b 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -182,6 +182,9 @@
'imagehlp.dll',
'imm32.dll',
'iphlpapi.dll',
+ 'mf.dll',
+ 'mfplat.dll',
+ 'mfreadwrite.dll',
'setupapi.dll',
'urlmon.dll',
'winhttp.dll',
« no previous file with comments | « no previous file | media/media.gyp » ('j') | media/video/capture/win/video_capture_device_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698