| Index: content/browser/devtools/BUILD.gn
 | 
| diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
 | 
| index 14804541a4396c03e998fcd4190d7c7676fef6bc..89e93b96d905f2fae755e0a8a2837ca38d002a0d 100644
 | 
| --- a/content/browser/devtools/BUILD.gn
 | 
| +++ b/content/browser/devtools/BUILD.gn
 | 
| @@ -16,6 +16,8 @@ group("resources") {
 | 
|  grit("devtools_resources") {
 | 
|    source = "$root_gen_dir/devtools/devtools_resources.grd"
 | 
|  
 | 
| +  # TOOD(brettw) remove this so the output file goes into the target_gen_dir,
 | 
| +  # but keep this for not for GYP compat.
 | 
|    output_dir = "$root_gen_dir/webkit"
 | 
|    outputs = [
 | 
|      "grit/devtools_resources.h",
 | 
| 
 |