mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 20:50:42 +01:00
Merge revision 989 changes:
- Linux: Fix compile errors. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@995 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
c7bbf882a9
commit
8332220f1c
@ -20,5 +20,11 @@
|
||||
'clang_use_chrome_plugins': 0,
|
||||
}],
|
||||
]
|
||||
},
|
||||
}, 'conditions': [
|
||||
['os_posix==1 and OS!="mac" and OS!="android"', {
|
||||
'target_defaults': {
|
||||
'cflags_cc': ['-Wno-deprecated-declarations'],
|
||||
},
|
||||
}],
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user