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

Unified Diff: content/content_common.gypi

Issue 11737027: Remove dependency on d3dx9_43.dll. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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 | « no previous file | content/content_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 174988)
+++ content/content_common.gypi (working copy)
@@ -531,7 +531,6 @@
'link_settings': {
'libraries': [
'-ld3d9.lib',
- '-ld3dx9.lib',
'-ldxva2.lib',
'-lstrmiids.lib',
'-lmf.lib',
@@ -543,7 +542,6 @@
'AdditionalLibraryDirectories': ['$(DXSDK_DIR)/lib/x86'],
'DelayLoadDLLs': [
'd3d9.dll',
- 'd3dx9_43.dll',
'dxva2.dll',
'mf.dll',
'mfplat.dll',
« no previous file with comments | « no previous file | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698