File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,8 @@ if (is_linux && !is_component_build) {
344
344
" $root_shlib_dir /libffmpeg.so" ,
345
345
" $root_build_dir /chromedriver" ,
346
346
" $root_build_dir /nwjc" ,
347
+ " $root_build_dir /swiftshader/libEGL.so" ,
348
+ " $root_build_dir /swiftshader/libGLESv2.so" ,
347
349
" $root_build_dir /payload" ]
348
350
deps = [
349
351
" //chrome:chrome_initial" ,
@@ -352,7 +354,9 @@ if (is_linux && !is_component_build) {
352
354
" :payload" ,
353
355
" //v8:nwjc" ,
354
356
" //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"
356
360
]
357
361
if (target_cpu == " x64" ) {
358
362
inputs = [
You can’t perform that action at this time.
0 commit comments