Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2217)

Unified Diff: content/content_gpu.gypi

Issue 506633002: Remove the use of d3dcompiler_43.dll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698