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

Unified Diff: command_buffer/command_buffer.gyp

Issue 249013: Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed... (Closed) Base URL: svn://svn.chromium.org/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 | « build/common.gypi ('k') | command_buffer/common/cross/cmd_buffer_format.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 27310)
+++ command_buffer/command_buffer.gyp (working copy)
@@ -16,6 +16,17 @@
'../../<(gtestdir)',
'../../<(nacldir)',
],
+ # TODO(rlp): remove this after fixing signed / unsigned issues in
+ # command buffer code and tests.
+ 'target_conditions': [
+ ['OS == "mac"',
+ {
+ 'xcode_settings': {
+ 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO'
+ },
+ },
+ ],
+ ],
},
'targets': [
{
@@ -126,7 +137,7 @@
['OS == "mac"',
{
'xcode_settings': {
- 'GCC_PREFIX_HEADER': 'command_buffer/service/cross/precompile.h',
+ 'GCC_PREFIX_HEADER': 'service/cross/precompile.h',
},
},
],
« no previous file with comments | « build/common.gypi ('k') | command_buffer/common/cross/cmd_buffer_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698