File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ node_modules/
1717* .pyc
1818debug.log
1919npm-debug.log
20- atom /common /chrome_version.h
Original file line number Diff line number Diff line change 88#ifndef ATOM_COMMON_CHROME_VERSION_H_
99#define ATOM_COMMON_CHROME_VERSION_H_
1010
11- #define CHROME_VERSION_STRING "44 .0.2403.125 "
11+ #define CHROME_VERSION_STRING "45 .0.2454.85 "
1212#define CHROME_VERSION "v" CHROME_VERSION_STRING
1313
1414#endif // ATOM_COMMON_CHROME_VERSION_H_
Original file line number Diff line number Diff line change 88
99BASE_URL = os .getenv ('LIBCHROMIUMCONTENT_MIRROR' ) or \
1010 'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
11- LIBCHROMIUMCONTENT_COMMIT = '42200d8ec0b77c7491d3a09611c23eb771e0862d '
11+ LIBCHROMIUMCONTENT_COMMIT = '367552dc926aff4577e4743333922e7e6075c8e0 '
1212
1313PLATFORM = {
1414 'cygwin' : 'win32' ,
You can’t perform that action at this time.
0 commit comments