diff options
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index abf746b..66cb3c6 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -48,6 +48,26 @@ ['OS=="win" and directxsdk_exists=="True"', { 'actions': [ { + 'action_name': 'extract_d3dx9', + 'variables': { + 'input': 'Jun2010_d3dx9_43_x86.cab', + 'output': 'd3dx9_43.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)', + ], + }, + { 'action_name': 'extract_d3dcompiler', 'variables': { 'input': 'Jun2010_D3DCompiler_43_x86.cab', |