 Chromium Code Reviews
 Chromium Code Reviews Issue 1972173003:
  Fix some TODOs in the yasm build.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1972173003:
  Fix some TODOs in the yasm build.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/linux/unbundle/yasm.gn | 
| diff --git a/build/linux/unbundle/yasm.gn b/build/linux/unbundle/yasm.gn | 
| index 7146a1df04de3ed91d6aeb492495b30bd3888724..a244bf02d7adaa0a2e55590c2ad82af185ff4821 100644 | 
| --- a/build/linux/unbundle/yasm.gn | 
| +++ b/build/linux/unbundle/yasm.gn | 
| @@ -72,7 +72,7 @@ template("yasm_assemble") { | 
| # Output file. | 
| outputs = [ | 
| - "$target_out_dir/{{source_name_part}}.o", | 
| + "$target_out_dir/$source_set_name/{{source_name_part}}.o", | 
| ] | 
| args += [ | 
| "-o", |