diff options
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 66cb3c6..abf746b 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -48,26 +48,6 @@ ['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', |