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

Unified Diff: core/core.gyp

Issue 208037: Added command buffer unit tests to gyp.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 3 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 | « command_buffer/service/cross/gl/effect_gl.h ('k') | core/cross/gl/renderer_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/core.gyp
===================================================================
--- core/core.gyp (revision 26702)
+++ core/core.gyp (working copy)
@@ -17,6 +17,16 @@
'O3D_PLUGIN_VERSION="<!(python ../plugin/version_info.py --version)"',
],
'conditions': [
+ ['OS == "win"',
+ {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'ForcedIncludeFiles':
+ 'core/cross/precompile.h',
+ },
+ },
+ },
+ ],
['renderer == "d3d9" and OS == "win"',
{
'include_dirs': [
« no previous file with comments | « command_buffer/service/cross/gl/effect_gl.h ('k') | core/cross/gl/renderer_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698