Skip to content

Commit fcb844d

Browse files
committed
strip swiftshader on Linux
1 parent 057242f commit fcb844d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD.gn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ if (is_linux && !is_component_build) {
344344
"$root_shlib_dir/libffmpeg.so",
345345
"$root_build_dir/chromedriver",
346346
"$root_build_dir/nwjc",
347+
"$root_build_dir/swiftshader/libEGL.so",
348+
"$root_build_dir/swiftshader/libGLESv2.so",
347349
"$root_build_dir/payload"]
348350
deps = [
349351
"//chrome:chrome_initial",
@@ -352,7 +354,9 @@ if (is_linux && !is_component_build) {
352354
":payload",
353355
"//v8:nwjc",
354356
"//chrome/test/chromedriver:chromedriver",
355-
"//third_party/ffmpeg:ffmpeg"
357+
"//third_party/ffmpeg:ffmpeg",
358+
"//third_party/swiftshader/src/OpenGL/libEGL:swiftshader_libEGL",
359+
"//third_party/swiftshader/src/OpenGL/libGLESv2:swiftshader_libGLESv2"
356360
]
357361
if (target_cpu == "x64") {
358362
inputs = [

0 commit comments

Comments
 (0)