Fix 'constructor cannot be redeclared' error

Upgrade ICU to 59
https://bugs.chromium.org/p/chromium/issues/detail?id=699469
This commit is contained in:
Aleksei Kuzmin 2017-08-25 15:33:18 +03:00 committed by Cheng Zhao
parent 5fb0f005c5
commit dcb9925ddd

View file

@ -129,6 +129,7 @@
['OS in ["linux", "mac"]', {
'defines': [
'WEBRTC_POSIX',
'UCHAR_TYPE=uint16_t',
],
}],
['OS=="linux"', {
@ -169,6 +170,7 @@
# The usage of "webrtc/modules/desktop_capture/desktop_capture_options.h"
# is required to see this macro.
'WEBRTC_WIN',
'UCHAR_TYPE=wchar_t',
],
'conditions': [
['target_arch=="x64"', {