Update Brightray and libchromiumcontent v50 ref (Electron maintainer use
your refs)
This commit is contained in:
parent
a52dbf0784
commit
a9652052c4
5 changed files with 5 additions and 5 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -15,7 +15,7 @@
|
||||||
url = https://github.com/zcbenz/native-mate.git
|
url = https://github.com/zcbenz/native-mate.git
|
||||||
[submodule "vendor/crashpad"]
|
[submodule "vendor/crashpad"]
|
||||||
path = vendor/crashpad
|
path = vendor/crashpad
|
||||||
url = https://github.com/brave/crashpad.git
|
url = https://github.com/crashpad/crashpad.git
|
||||||
[submodule "vendor/requests"]
|
[submodule "vendor/requests"]
|
||||||
path = vendor/requests
|
path = vendor/requests
|
||||||
url = https://github.com/kennethreitz/requests
|
url = https://github.com/kennethreitz/requests
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
||||||
#define ATOM_COMMON_CHROME_VERSION_H_
|
#define ATOM_COMMON_CHROME_VERSION_H_
|
||||||
|
|
||||||
#define CHROME_VERSION_STRING "49.0.2623.75"
|
#define CHROME_VERSION_STRING "50.0.2661.94"
|
||||||
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
||||||
|
|
||||||
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
||||||
|
|
|
@ -8,7 +8,7 @@ import sys
|
||||||
|
|
||||||
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||||
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
||||||
LIBCHROMIUMCONTENT_COMMIT = '1a4c5e51a670633ff3ecd4448ad01ba21b440542'
|
LIBCHROMIUMCONTENT_COMMIT = '5a15db93479dfaf6506d8d263d409d3f022c81b5'
|
||||||
|
|
||||||
PLATFORM = {
|
PLATFORM = {
|
||||||
'cygwin': 'win32',
|
'cygwin': 'win32',
|
||||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a98267c714b2c3435c1b86e50fd40523ef428a23
|
Subproject commit 75bda7d2118c953b35d8a7d1962067a68dea34fb
|
2
vendor/crashpad
vendored
2
vendor/crashpad
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 8b065d74c59a2dfacccae664a31131be976a634b
|
Subproject commit db713da7554f565e43c6dcf9a51b59ccc4f06066
|
Loading…
Add table
Add a link
Reference in a new issue