mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 05:00:48 +01:00
Merge revision 992 changes:
- Mac: Remove temporary workaround for an Xcode 4 build error. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@994 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
7bd42e39ac
commit
006b235dc3
@ -21,15 +21,6 @@
|
|||||||
}],
|
}],
|
||||||
]
|
]
|
||||||
}, 'conditions': [
|
}, 'conditions': [
|
||||||
['OS=="mac" and clang==1', {
|
|
||||||
'target_defaults': {
|
|
||||||
'xcode_settings': {
|
|
||||||
# Temporary workaround for an Xcode 4 build error. This can be
|
|
||||||
# removed with the next Chromium update. See crbug.com/156530.
|
|
||||||
'WARNING_CFLAGS': ['-Wno-unknown-warning-option'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
['os_posix==1 and OS!="mac" and OS!="android"', {
|
['os_posix==1 and OS!="mac" and OS!="android"', {
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'cflags_cc': ['-Wno-deprecated-declarations'],
|
'cflags_cc': ['-Wno-deprecated-declarations'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user