summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 22:20:52 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 22:20:52 +0000
commit0429d943467575406d5fbc3ac859a6e9604d6d0d (patch)
tree8c093acdf6b43d11354d58ef94fcc6a77ba4ea1e /chrome/chrome.gyp
parenta4ad544b57c98407e6687abd77897c4cdbcdfb60 (diff)
downloadchromium_src-0429d943467575406d5fbc3ac859a6e9604d6d0d.zip
chromium_src-0429d943467575406d5fbc3ac859a6e9604d6d0d.tar.gz
chromium_src-0429d943467575406d5fbc3ac859a6e9604d6d0d.tar.bz2
Added D3DCompiler_42.dll to the installer.
This is a runtime dependency of D3DX9 which is needed to make ANGLE work on Windows. TEST=will run try when blocking CL is landed BUG=none Review URL: http://codereview.chromium.org/3134037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp20
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6d67921..cad2766 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -755,6 +755,26 @@
'<(PRODUCT_DIR)',
],
},
+ {
+ 'action_name': 'extract_d3dcompiler',
+ 'variables': {
+ 'input': 'Aug2009_D3DCompiler_42_x86.cab',
+ 'output': 'D3DCompiler_42.dll',
+ },
+ 'inputs': [
+ '../third_party/directxsdk/files/Redist/<(input)',
+ ],
+ 'outputs': [
+ '<(PRODUCT_DIR)/<(output)',
+ ],
+ 'action': [
+ 'python',
+ '../build/extract_from_cab.py',
+ '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
+ '<(output)',
+ '<(PRODUCT_DIR)',
+ ],
+ },
],
}],
['OS=="linux" and target_arch!="arm"', {