| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index f4d4d7ade65181b190889adbf3a1bfeae53630d3..ba1025fbd26fb68f060e50195bd1c55ed927e25d 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -83,6 +83,8 @@ source_set("browser") {
|
| "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
|
| "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc",
|
| "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
|
| + "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_handler_impl.cc",
|
| + "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_handler_impl.h",
|
| ], ".")
|
|
|
| # Non-iOS deps.
|
|
|