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

Unified Diff: gpu_plugin/gpu_plugin.gyp

Issue 360018: Removed command_buffer dependency on vectormath (indirectly via core/types.h)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 1 month 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 | « command_buffer/service/cross/resource.h ('k') | gpu_plugin/np_utils/np_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu_plugin/gpu_plugin.gyp
===================================================================
--- gpu_plugin/gpu_plugin.gyp (revision 30977)
+++ gpu_plugin/gpu_plugin.gyp (working copy)
@@ -187,13 +187,9 @@
'conditions': [
['OS == "win" and (renderer == "d3d9" or renderer == "cb")',
{
- # These dependencies are temporary until the command buffer code
- # loads D3D and D3DX dynamically.
'link_settings': {
'libraries': [
'"$(DXSDK_DIR)/Lib/x86/DxErr.lib"',
- '"$(DXSDK_DIR)/Lib/x86/d3dx9.lib"',
- '-ld3d9.lib',
],
},
},
« no previous file with comments | « command_buffer/service/cross/resource.h ('k') | gpu_plugin/np_utils/np_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698