diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:32:45 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:32:45 +0000 |
commit | 4ff51b75326cb2260c17310487230974a5a8655e (patch) | |
tree | 891bbeda00d55484d14f11e2192f62ec2d3db3f9 /content/content_gpu.gypi | |
parent | 62a71e3a72f65ac83d46d6dc046960dfec4e1036 (diff) | |
download | chromium_src-4ff51b75326cb2260c17310487230974a5a8655e.zip chromium_src-4ff51b75326cb2260c17310487230974a5a8655e.tar.gz chromium_src-4ff51b75326cb2260c17310487230974a5a8655e.tar.bz2 |
Updated to D3DX9 and D3DCompiler version 43 DLLs.
TEST=none
BUG=none
R=darin@chromium.org,brettw@chromium.org,jam@chromium.org,ben@chromium.org
Review URL: http://codereview.chromium.org/6534012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 24bafe3..fec3a08 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -71,8 +71,8 @@ { 'action_name': 'extract_d3dx9', 'variables': { - 'input': 'Aug2009_d3dx9_42_x86.cab', - 'output': 'd3dx9_42.dll', + 'input': 'Jun2010_d3dx9_43_x86.cab', + 'output': 'd3dx9_43.dll', }, 'inputs': [ '../third_party/directxsdk/files/Redist/<(input)', @@ -91,8 +91,8 @@ { 'action_name': 'extract_d3dcompiler', 'variables': { - 'input': 'Aug2009_D3DCompiler_42_x86.cab', - 'output': 'D3DCompiler_42.dll', + 'input': 'Jun2010_D3DCompiler_43_x86.cab', + 'output': 'D3DCompiler_43.dll', }, 'inputs': [ '../third_party/directxsdk/files/Redist/<(input)', |