Update to latest libchromiumcontent

This commit is contained in:
Cheng Zhao 2017-01-16 15:22:21 +09:00 committed by Birunthan Mohanathas
parent a52d780e7a
commit c774bb47c5
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
#ifndef ATOM_COMMON_CHROME_VERSION_H_
#define ATOM_COMMON_CHROME_VERSION_H_
#define CHROME_VERSION_STRING "54.0.2840.101"
#define CHROME_VERSION_STRING "53.0.2785.143"
#define CHROME_VERSION "v" CHROME_VERSION_STRING
#endif // ATOM_COMMON_CHROME_VERSION_H_

View file

@ -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 \
'e01a151e791e4fc26152e3407c9d2b90089d1714'
'9f8351f084989f9e4a08d8f804286c844ddd14e7'
PLATFORM = {
'cygwin': 'win32',