Use libcc based on Chromium 67.0.3396.99 and Node 10.6.0
This commit is contained in:
parent
14ed71fa1b
commit
7c32524515
2 changed files with 4 additions and 4 deletions
6
DEPS
6
DEPS
|
@ -1,10 +1,10 @@
|
|||
vars = {
|
||||
'chromium_version':
|
||||
'66.0.3359.181',
|
||||
'67.0.3396.99',
|
||||
'libchromiumcontent_revision':
|
||||
'f3a3f588281aba034a0f1f85ca3c65eb5a3f7b66',
|
||||
'5db6529f9663a48ee3e6f4265a6abe7806f1dfbf',
|
||||
'node_version':
|
||||
'6d1bdd3ebf860ff878a1b5db4fd26fdda3932e21',
|
||||
'95bb1b1046a648994dfe85340aca21fee0179855',
|
||||
|
||||
'chromium_git':
|
||||
'https://chromium.googlesource.com',
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
||||
#define ATOM_COMMON_CHROME_VERSION_H_
|
||||
|
||||
#define CHROME_VERSION_STRING "66.0.3359.181"
|
||||
#define CHROME_VERSION_STRING "67.0.3396.99"
|
||||
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
||||
|
||||
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
||||
|
|
Loading…
Reference in a new issue