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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | command_buffer/service/cross/cmd_parser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ], 158 ],
159 ['cb_service == "d3d9"', 159 ['cb_service == "d3d9"',
160 { 160 {
161 'include_dirs': [ 161 'include_dirs': [
162 '$(DXSDK_DIR)/Include', 162 '$(DXSDK_DIR)/Include',
163 ], 163 ],
164 'all_dependent_settings': { 164 'all_dependent_settings': {
165 'include_dirs': [ 165 'include_dirs': [
166 '$(DXSDK_DIR)/Include', 166 '$(DXSDK_DIR)/Include',
167 ], 167 ],
168 'link_settings': {
169 'libraries': [
170 '"$(DXSDK_DIR)/Lib/x86/DxErr.lib"',
171 ],
172 },
168 }, # 'all_dependent_settings' 173 }, # 'all_dependent_settings'
169 'sources': [ 174 'sources': [
170 'service/win/d3d9/d3d9_utils.h', 175 'service/win/d3d9/d3d9_utils.h',
171 'service/win/d3d9/effect_d3d9.cc', 176 'service/win/d3d9/effect_d3d9.cc',
172 'service/win/d3d9/effect_d3d9.h', 177 'service/win/d3d9/effect_d3d9.h',
173 'service/win/d3d9/gapi_d3d9.cc', 178 'service/win/d3d9/gapi_d3d9.cc',
174 'service/win/d3d9/gapi_d3d9.h', 179 'service/win/d3d9/gapi_d3d9.h',
175 'service/win/d3d9/geometry_d3d9.cc', 180 'service/win/d3d9/geometry_d3d9.cc',
176 'service/win/d3d9/geometry_d3d9.h', 181 'service/win/d3d9/geometry_d3d9.h',
177 'service/win/d3d9/render_surface_d3d9.cc', 182 'service/win/d3d9/render_surface_d3d9.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 }, 234 },
230 }, 235 },
231 ], # 'targets' 236 ], # 'targets'
232 } 237 }
233 238
234 # Local Variables: 239 # Local Variables:
235 # tab-width:2 240 # tab-width:2
236 # indent-tabs-mode:nil 241 # indent-tabs-mode:nil
237 # End: 242 # End:
238 # vim: set expandtab tabstop=2 shiftwidth=2: 243 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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