| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 36898fb3e39aeaa920aeca4d9628415fe57de801..05c70b22dc5c8d8a701815b007645d169c22499f 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -84,6 +84,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/devtools_protocol_handler.cc",
|
| + "$root_gen_dir/content/browser/devtools/devtools_protocol_handler.h",
|
| ], ".")
|
|
|
| # Non-iOS deps.
|
|
|