summaryrefslogtreecommitdiffstats
path: root/content/content_gpu.gypi
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 00:58:25 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 00:58:25 +0000
commit8883e9be5f99aca95b3d5f910549eea964c30f4a (patch)
tree4d59d716e940415373514940350f15c0acdf74f5 /content/content_gpu.gypi
parente6530318049963bdf26e62a57dee23b9a9abb892 (diff)
downloadchromium_src-8883e9be5f99aca95b3d5f910549eea964c30f4a.zip
chromium_src-8883e9be5f99aca95b3d5f910549eea964c30f4a.tar.gz
chromium_src-8883e9be5f99aca95b3d5f910549eea964c30f4a.tar.bz2
Reland 175201 with fixes for installer.
> Windows: Remove content's dependency on d3dx9_43.dll. > > ANGLE doesn't need this loaded anymore. > > Review URL: https://chromiumcodereview.appspot.com/11737027 See also: https://codereview.chromium.org/11747017/ TBR=apatrick@chromium.org Review URL: https://codereview.chromium.org/11820033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r--content/content_gpu.gypi20
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',