|
|
@ -296,7 +296,7 @@
|
|
|
|
# Build with GOST patches
|
|
|
|
# Build with GOST patches
|
|
|
|
# https://github.com/deemru/chromium-gost/
|
|
|
|
# https://github.com/deemru/chromium-gost/
|
|
|
|
%global gost_build 1
|
|
|
|
%global gost_build 1
|
|
|
|
%define chromium_gost_commit 5592e9a42f6d067a8701b75674f7f4beea2e9ada
|
|
|
|
%define chromium_gost_commit 124a371049d7a087a24f25ee4c5ed51c897a157b
|
|
|
|
%define msspi_commit e91bd46306cc7044b2903cd07b788c13c36481e3
|
|
|
|
%define msspi_commit e91bd46306cc7044b2903cd07b788c13c36481e3
|
|
|
|
%define chromium_path_gost %{_builddir}/chromium-gost
|
|
|
|
%define chromium_path_gost %{_builddir}/chromium-gost
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -1154,6 +1154,7 @@ do
|
|
|
|
mv $i.saved $i
|
|
|
|
mv $i.saved $i
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cp -f %{chromium_path_gost}/extra/extensions/*.crx chrome/browser/resources/default_apps/
|
|
|
|
cp -f %{chromium_path_gost}/src/gostssl.cpp third_party/boringssl/gostssl.cpp
|
|
|
|
cp -f %{chromium_path_gost}/src/gostssl.cpp third_party/boringssl/gostssl.cpp
|
|
|
|
cp -f %{chromium_path_gost}/src/msspi/src/* third_party/boringssl
|
|
|
|
cp -f %{chromium_path_gost}/src/msspi/src/* third_party/boringssl
|
|
|
|
cp -f %{chromium_path_gost}/src/msspi/third_party/cprocsp/include/* third_party/boringssl/src/include
|
|
|
|
cp -f %{chromium_path_gost}/src/msspi/third_party/cprocsp/include/* third_party/boringssl/src/include
|
|
|
|