| Index: content/browser/devtools/BUILD.gn
|
| diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
|
| index 68d4bd13257728667cdc40d863bf8f19414a5a2d..956a0ec15850cee70e8cef518da23ea508a9e55b 100644
|
| --- a/content/browser/devtools/BUILD.gn
|
| +++ b/content/browser/devtools/BUILD.gn
|
| @@ -4,14 +4,12 @@
|
|
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| -# In GYP: devtools_resources target.
|
| group("resources") {
|
| public_deps = [
|
| ":devtools_resources",
|
| ]
|
| }
|
|
|
| -# In GYP: devtools_resources action in the devtools_resources target.
|
| grit("devtools_resources") {
|
| source = "$root_gen_dir/devtools/devtools_resources.grd"
|
|
|
|
|