 Chromium Code Reviews
 Chromium Code Reviews Issue 2295383002:
  Add use_sysroot=false to Linux PDFium bots.  (Closed)
    
  
    Issue 2295383002:
  Add use_sysroot=false to Linux PDFium bots.  (Closed) 
  | Index: scripts/slave/recipes/pdfium.py | 
| diff --git a/scripts/slave/recipes/pdfium.py b/scripts/slave/recipes/pdfium.py | 
| index 1b680eff143ecead4c0654c1f5b71e4bd78ddc4f..a6d6812e0dfe354e1f3fddbb5f13271111fc1634 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 | 
| 
dsinclair
2016/08/31 20:51:30
Missing :
 | 
| + args.append('use_sysroot=false') | 
| if clang: | 
| args.append('is_clang=true') | 
| if memory_tool == 'asan': |