diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 01:52:58 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 01:52:58 +0000 |
commit | c9027e4f4cbcba3ac70fa45cbe8480ce22344dcd (patch) | |
tree | b0188e46a05dd6a103fb540b113833e5ae456446 /content/content_gpu.gypi | |
parent | 93efeeef513d49ab50a5585590693622eb8d6d01 (diff) | |
download | chromium_src-c9027e4f4cbcba3ac70fa45cbe8480ce22344dcd.zip chromium_src-c9027e4f4cbcba3ac70fa45cbe8480ce22344dcd.tar.gz chromium_src-c9027e4f4cbcba3ac70fa45cbe8480ce22344dcd.tar.bz2 |
Windows: Use D3DCompiler_46.dll instead of D3DCompiler_43.dll where possible.
Version 43 is the last version that worked on XP. The latest version is preferred for Vista and later.
This is a step towards making the DirectX SDK optional for building Chromium.
This change does not put version 46 in the installer.
Review URL: https://codereview.chromium.org/12035092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 82e266a..ec4f552 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -45,6 +45,14 @@ '-lsetupapi.lib', ], }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)', + 'files': [ + '<(windows_sdk_path)/Redist/D3D/x86/d3dcompiler_46.dll', + ], + }, + ], }], ['OS=="win" and directxsdk_exists=="True"', { 'actions': [ |