diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 21:50:09 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 21:50:09 +0000 |
commit | 8310c3cec4a6e60298c87685b270aa1010e7b071 (patch) | |
tree | a3662743e3619d081e8961e033facea534382955 /content/content_gpu.gypi | |
parent | 2c495c4fd23dca3b3025861d49c3711a8f635fdf (diff) | |
download | chromium_src-8310c3cec4a6e60298c87685b270aa1010e7b071.zip chromium_src-8310c3cec4a6e60298c87685b270aa1010e7b071.tar.gz chromium_src-8310c3cec4a6e60298c87685b270aa1010e7b071.tar.bz2 |
Windows: Remove content's dependency on d3dx9_43.dll.
ANGLE doesn't need this loaded anymore.
Review URL: https://chromiumcodereview.appspot.com/11737027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175201 0039d316-1c4b-4281-b951-d872f2087c98
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', |