Skip to content

Commit

Permalink
chromium 60.0.3112.90
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Aug 3, 2017
1 parent f92e547 commit b512cad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_linux/chromium-gost-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export CHROMIUM_TAG=60.0.3112.78
export CHROMIUM_TAG=60.0.3112.90
export CHROMIUM_PATH=/c/chromium/src
export BORINGSSL_PATH=$CHROMIUM_PATH/third_party/boringssl/src
export DEPOT_TOOLS_PATH=/c/depot_tools/
Expand Down
4 changes: 3 additions & 1 deletion build_windows/chromium-gost-build-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set GYP_MSVS_VERSION=2015
cd %CHROMIUM_PATH%
call gn gen out\RELEASE --args="is_debug=false is_official_build=true target_cpu=\"x86\" symbol_level=0 ffmpeg_branding=\"Chrome\" proprietary_codecs=true %CHROMIUM_PRIVATE_ARGS%"
del %CHROMIUM_PATH%\out\RELEASE\chrome.7z
del %CHROMIUM_PATH%\out\RELEASE\*.manifest
call ninja -C out\RELEASE mini_installer

set PATH=%SEVENZIP_PATH%;%PATH%
Expand All @@ -16,7 +17,8 @@ mkdir RELEASE
cd RELEASE
7z x %CHROMIUM_PATH%\out\RELEASE\chrome.7z
copy ..\gostssl.dll Chrome-bin\%CHROMIUM_TAG%
move Chrome-bin chromium-gost-%CHROMIUM_TAG%-win32
move Chrome-bin\chrome.exe Chrome-bin\%CHROMIUM_TAG%
move Chrome-bin\%CHROMIUM_TAG% chromium-gost-%CHROMIUM_TAG%-win32
7z a -mx=9 -md=256m chromium-gost-%CHROMIUM_TAG%-win32.7z chromium-gost-%CHROMIUM_TAG%-win32

if "%1"=="" timeout 86400
2 changes: 1 addition & 1 deletion build_windows/chromium-gost-env.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set CHROMIUM_TAG=60.0.3112.78
set CHROMIUM_TAG=60.0.3112.90
set CHROMIUM_PATH=u:\chromium\src
set BORINGSSL_PATH=%CHROMIUM_PATH%\third_party\boringssl\src
set DEPOT_TOOLS_PATH=u:\depot_tools\
Expand Down

0 comments on commit b512cad

Please sign in to comment.