| Index: chrome/renderer/BUILD.gn
|
| diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
|
| index c563969140df820fcc548ae7d904fb35af196d5c..ccf3015af35f10891a38ff6c4fc187a9ebfc4a9d 100644
|
| --- a/chrome/renderer/BUILD.gn
|
| +++ b/chrome/renderer/BUILD.gn
|
| @@ -5,8 +5,6 @@
|
| import("//build/config/features.gni")
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| -# GYP version: chrome/chrome_resources.gyp:chrome_resources
|
| -# (generate_renderer_resources action)
|
| grit("resources") {
|
| source = "resources/renderer_resources.grd"
|
| use_qualified_include = true
|
| @@ -355,7 +353,6 @@ static_library("renderer") {
|
| }
|
| }
|
|
|
| -# In GYP this is part of test_support_common.
|
| static_library("test_support") {
|
| testonly = true
|
| visibility = [ "//chrome/test:test_support" ]
|
|
|