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

Unified Diff: testing/iossim/iossim.gyp

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add second OWNER Created 5 years, 7 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 | « DEPS ('k') | 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 0fdd8b19057e5da74ecdeba47e49b38de1ee65dc..6041d396ab459f961492df6e024a9b97b0544f33 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'mac_deployment_target': '10.8'
+ },
'conditions': [
['OS!="ios" or "<(GENERATOR)"!="xcode" or "<(GENERATOR_FLAVOR)"=="ninja"', {
'targets': [
@@ -25,13 +28,6 @@
'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',
@@ -83,7 +79,7 @@
}], # xcode_version
], # conditions
'dependencies': [
- 'third_party/class-dump/class-dump.gyp:class-dump#host',
+ '<(DEPTH)/third_party/class-dump/class-dump.gyp:class-dump#host',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)/iossim',
@@ -120,9 +116,6 @@
], # actions
'xcode_settings': {
'ARCHS': ['x86_64'],
- 'WARNING_CFLAGS': [
- '-Wno-objc-property-no-attribute',
- ],
},
},
],
« no previous file with comments | « DEPS ('k') | testing/iossim/iossim.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698