From 8dc8f8f485292d24a318f02136b265fbcaa9d94d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 10 May 2016 20:08:47 +0900 Subject: [PATCH] Update libchromiumcontent: fix Release build on Windows --- common.gypi | 1 + script/lib/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index f00e4293ca42..58b33a37bd3c 100644 --- a/common.gypi +++ b/common.gypi @@ -49,6 +49,7 @@ 4054, # 4055, # 'type cast' : from data pointer 'void *' to function pointer 4057, # 'function' : 'volatile LONG *' differs in indirection to slightly different base types from 'unsigned long *' + 4065, # switch statement contains 'default' but no 'case' labels 4189, # 4131, # uses old-style declarator 4133, # incompatible types diff --git a/script/lib/config.py b/script/lib/config.py index 567701a057ab..7b70a7308820 100644 --- a/script/lib/config.py +++ b/script/lib/config.py @@ -8,7 +8,7 @@ import sys BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \ 'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent' -LIBCHROMIUMCONTENT_COMMIT = 'f615ab6da33c860d526286a65dbb89b21074a784' +LIBCHROMIUMCONTENT_COMMIT = 'e5ddff3e0d277703e2c1adc363d49709cf1bc56a' PLATFORM = { 'cygwin': 'win32',