From: Cheng Zhao Date: Mon, 13 Feb 2017 07:45:43 +0000 (+0900) Subject: Update libchromiumcontent: fix usage of private API in MAS build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51d5706b48454d08766fa74b009090b7e2f5322e;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Update libchromiumcontent: fix usage of private API in MAS build --- diff --git a/script/lib/config.py b/script/lib/config.py index 96c6591..d3f2c33 100644 --- a/script/lib/config.py +++ b/script/lib/config.py @@ -9,7 +9,7 @@ import sys BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \ 'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent' LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \ - 'ea20b8dfe0a7fad61bb4917404950ddcd2224588' + '4f5b89374df7ee69095b9f7d50b30fb46ddd7407' PLATFORM = { 'cygwin': 'win32',