Browse Source

Upgrade libchromiumcontent to ship crypto headers

Cheng Zhao 10 years ago
parent
commit
fbe1abddf4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      atom/common/chrome_version.h
  2. 1 1
      script/lib/config.py

+ 1 - 1
atom/common/chrome_version.h

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

+ 1 - 1
script/lib/config.py

@@ -4,7 +4,7 @@ import platform
 import sys
 
 BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
-LIBCHROMIUMCONTENT_COMMIT = 'c1fc4ea031b82e4d85066b4b5cfc199e817448ee'
+LIBCHROMIUMCONTENT_COMMIT = '103778aa0ec3772f88e915ca9efdb941afdc85cf'
 
 ARCH = {
     'cygwin': '32bit',