| Index: content/content_gpu.gypi
|
| diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
|
| index df99270d90bcbf0b70c4a7e0559e1f5c2d895969..4400ec8edb483bdb91bd1a4566ae25a1dfc27a4c 100644
|
| --- a/content/content_gpu.gypi
|
| +++ b/content/content_gpu.gypi
|
| @@ -40,32 +40,6 @@
|
| ],
|
| },
|
| }],
|
| - ['OS=="win" and target_arch=="ia32" and directxsdk_exists=="True"', {
|
| - # We don't support x64 prior to Win7 and D3DCompiler_43.dll is
|
| - # not needed on Vista+.
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'extract_d3dcompiler',
|
| - 'variables': {
|
| - 'input': 'Jun2010_D3DCompiler_43_x86.cab',
|
| - 'output': 'D3DCompiler_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)',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ['target_arch!="arm" and chromeos == 1', {
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/libva',
|
|
|