Merge pull request #5648 from electron/chrome51

Update to Chrome 51
This commit is contained in:
Cheng Zhao 2016-05-24 10:59:11 +00:00
commit 28e2058ff1
141 changed files with 452 additions and 433 deletions

View file

@ -8,7 +8,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'afdc76a15e66a6a3aeefdc047b34c99eec7f5611'
LIBCHROMIUMCONTENT_COMMIT = '31ff4384348b139d9e138d4df41b85a11d1a4dbb'
PLATFORM = {
'cygwin': 'win32',