Update to Chrome 56
authorCheng Zhao <zcbenz@gmail.com>
Mon, 23 Jan 2017 05:12:49 +0000 (14:12 +0900)
committerKevin Sawicki <kevinsawicki@gmail.com>
Mon, 6 Feb 2017 18:34:28 +0000 (10:34 -0800)
atom/common/chrome_version.h
script/lib/config.py
script/update-clang.sh

index 03288b4..2a2a067 100644 (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 "56.0.2924.59"
 #define CHROME_VERSION "v" CHROME_VERSION_STRING
 
 #endif  // ATOM_COMMON_CHROME_VERSION_H_
index 7018b5e..d5ec0b1 100644 (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 \
-    'b4dd78df3f4fa271057ecdaa54441501e63e7c55'
+    '63227c0c9299e01809bcc705bd7346aecf8b6855'
 
 PLATFORM = {
   'cygwin': 'win32',
index 0478973..64a0ac7 100755 (executable)
@@ -8,7 +8,7 @@
 # Do NOT CHANGE this if you don't know what you're doing -- see
 # https://code.google.com/p/chromium/wiki/UpdatingClang
 # Reverting problematic clang rolls is safe, though.
-CLANG_REVISION=278861
+CLANG_REVISION=284979
 
 # This is incremented when pushing a new build of Clang at the same revision.
 CLANG_SUB_REVISION=1