| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 3a28e3dc8e9f2b04f53edbc05595039794f0c7f1..5accb52faecab27409e973f2fccf95d0f8d07294 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -89,8 +89,6 @@ source_set("browser") {
|
| "$root_gen_dir/blink/grit/devtools_resources.h",
|
| "$root_gen_dir/blink/grit/devtools_resources_map.cc",
|
| "$root_gen_dir/blink/grit/devtools_resources_map.h",
|
| - "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
|
| - "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
|
| "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
|
| "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
|
| ],
|
| @@ -103,6 +101,7 @@ source_set("browser") {
|
| "//components/scheduler:common",
|
| "//content/app/resources",
|
| "//content/app/strings",
|
| + "//content/browser/devtools:gen_devtools_protocol_handler",
|
| "//content/browser/devtools:resources",
|
| "//content/common:mojo_bindings",
|
| "//content/public/common:mojo_bindings",
|
|
|