| Index: scripts/slave/recipes/pdfium.py | 
| diff --git a/scripts/slave/recipes/pdfium.py b/scripts/slave/recipes/pdfium.py | 
| index 1b680eff143ecead4c0654c1f5b71e4bd78ddc4f..6d7ee54a1db52c361e5de277aa1feba031dba1fa 100644 | 
| --- a/scripts/slave/recipes/pdfium.py | 
| +++ b/scripts/slave/recipes/pdfium.py | 
| @@ -55,6 +55,8 @@ def _GNGenBuilds(api, memory_tool, skia, xfa, v8, target_cpu, clang, rel, | 
| ] | 
| if api.platform.is_win and not memory_tool: | 
| args.append('symbol_level=1') | 
| +  if api.platform.is_linux: | 
| +    args.append('use_sysroot=false') | 
| if clang: | 
| args.append('is_clang=true') | 
| if memory_tool == 'asan': | 
|  |