From bd0cb95efb8c82e9727491b7a2515d99e1fcc8c3 Mon Sep 17 00:00:00 2001 From: Dmitrii Pichulin Date: Wed, 23 Oct 2019 18:47:30 +0300 Subject: [PATCH] fix mac build --- build_mac/chromium-gost-prepare.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build_mac/chromium-gost-prepare.sh b/build_mac/chromium-gost-prepare.sh index 9a2db49..9d67166 100644 --- a/build_mac/chromium-gost-prepare.sh +++ b/build_mac/chromium-gost-prepare.sh @@ -29,6 +29,18 @@ cp -f $CHROMIUM_GOST_REPO/extra/product_logo/product_logo_32.png chrome/app/them cp -f $CHROMIUM_GOST_REPO/extra/product_logo/product_logo_64.png chrome/app/theme/default_200_percent/chromium/product_logo_32.png cp -f $CHROMIUM_GOST_REPO/extra/product_logo/product_logo_32.xpm chrome/app/theme/chromium/linux/product_logo_32.xpm +cp -f $CHROMIUM_GOST_REPO/src/gostssl.cpp third_party/boringssl/gostssl.cpp +cp -f $CHROMIUM_GOST_REPO/src/msspi/src/msspi.cpp third_party/boringssl/msspi.cpp +cp -f $CHROMIUM_GOST_REPO/src/msspi/src/msspi.h third_party/boringssl/msspi.h + +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_SChannel.h third_party/boringssl/src/include/CSP_SChannel.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_Sspi.h third_party/boringssl/src/include/CSP_Sspi.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_WinBase.h third_party/boringssl/src/include/CSP_WinBase.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_WinCrypt.h third_party/boringssl/src/include/CSP_WinCrypt.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_WinDef.h third_party/boringssl/src/include/CSP_WinDef.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/CSP_WinError.h third_party/boringssl/src/include/CSP_WinError.h +cp -f $CHROMIUM_GOST_REPO/src/msspi/third_party/cprocsp/include/WinCryptEx.h third_party/boringssl/src/include/WinCryptEx.h + cd $BORINGSSL_PATH git checkout -b $GOST_BRANCH git checkout -f $GOST_BRANCH