mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix chromium-win build (#5378)
- add missing build targets - do not copy *.pdb files in folders
This commit is contained in:
parent
1efcf442fb
commit
d5a51a25b0
@ -118,7 +118,8 @@ compile_chromium() {
|
|||||||
"nacl_irt_x86_64.nexe"
|
"nacl_irt_x86_64.nexe"
|
||||||
"notification_helper.exe"
|
"notification_helper.exe"
|
||||||
"resources.pak"
|
"resources.pak"
|
||||||
"swiftshader"
|
"swiftshader/libEGL.dll"
|
||||||
|
"swiftshader/libGLESv2.dll"
|
||||||
"v8_context_snapshot.bin"
|
"v8_context_snapshot.bin"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
@ -202,6 +203,7 @@ EOF
|
|||||||
COPY_COMMAND="ditto"
|
COPY_COMMAND="ditto"
|
||||||
fi
|
fi
|
||||||
for file in ${CHROMIUM_FILES_TO_ARCHIVE[@]}; do
|
for file in ${CHROMIUM_FILES_TO_ARCHIVE[@]}; do
|
||||||
|
mkdir -p "output/${CHROMIUM_FOLDER_NAME}/$(dirname $file)"
|
||||||
$COPY_COMMAND "${CR_CHECKOUT_PATH}/src/out/Default/${file}" "output/${CHROMIUM_FOLDER_NAME}/${file}"
|
$COPY_COMMAND "${CR_CHECKOUT_PATH}/src/out/Default/${file}" "output/${CHROMIUM_FOLDER_NAME}/${file}"
|
||||||
done
|
done
|
||||||
if [[ $1 == "--compile-win"* ]]; then
|
if [[ $1 == "--compile-win"* ]]; then
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
CALL gn gen out/Default
|
CALL gn gen out/Default
|
||||||
CALL autoninja -C out/Default chrome
|
CALL autoninja -C out/Default chrome eventlog_provider
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
CALL gn gen out/Default
|
CALL gn gen out/Default
|
||||||
CALL ninja -j 200 -C out/Default chrome
|
CALL ninja -j 200 -C out/Default chrome eventlog_provider
|
||||||
|
Loading…
x
Reference in New Issue
Block a user