 Chromium Code Reviews
 Chromium Code Reviews Issue 2336173003:
  Fix android depfiles to always list GN's outputs[0]  (Closed)
    
  
    Issue 2336173003:
  Fix android depfiles to always list GN's outputs[0]  (Closed) 
  | Index: build/android/BUILD.gn | 
| diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn | 
| index cfca168cbaba1f609461d0c260161793872bcc21..132eda65f9512953a24f12556780b284918826af 100644 | 
| --- a/build/android/BUILD.gn | 
| +++ b/build/android/BUILD.gn | 
| @@ -21,7 +21,6 @@ if (enable_java_templates) { | 
| script = "//build/android/gyp/find_sun_tools_jar.py" | 
| depfile = "$target_gen_dir/$target_name.d" | 
| outputs = [ | 
| - depfile, | 
| sun_tools_jar_path, | 
| ] | 
| args = [ |