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

Unified Diff: testing/iossim/iossim.gyp

Issue 494583004: Make iossim binary work on Xcode 5 and 6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/%@/%d; move xcode support check after autorelease pool Created 6 years, 4 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 | « no previous file | testing/iossim/iossim.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/iossim.gyp
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp
index 2c1bd83e54aea74494b67e5f36160da58c69ed08..81334a110bc8600bc140e733c1216f08d02c94dc 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -25,6 +25,13 @@
'defines': [
'IOSSIM_USE_XCODE_6',
],
+ 'xcode_settings': {
+ # The CoreSimulator.h file generated by class-dump defines a
+ # property of type |NSString*| and a setter for the property
+ # that takes a parameter of type |id|. This type mismatch causes
+ # a compiler warning, so turn off -Werror.
+ 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
+ },
'actions': [
{
'action_name': 'generate_dvt_foundation_header',
« no previous file with comments | « no previous file | testing/iossim/iossim.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698