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

Unified Diff: command_buffer/command_buffer.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 | « build/common.gypi ('k') | command_buffer/service/cross/cmd_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: command_buffer/command_buffer.gyp
===================================================================
--- command_buffer/command_buffer.gyp (revision 30977)
+++ command_buffer/command_buffer.gyp (working copy)
@@ -165,6 +165,11 @@
'include_dirs': [
'$(DXSDK_DIR)/Include',
],
+ 'link_settings': {
+ 'libraries': [
+ '"$(DXSDK_DIR)/Lib/x86/DxErr.lib"',
+ ],
+ },
}, # 'all_dependent_settings'
'sources': [
'service/win/d3d9/d3d9_utils.h',
Property changes on: command_buffer\command_buffer.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « build/common.gypi ('k') | command_buffer/service/cross/cmd_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698