| Index: content/browser/devtools/BUILD.gn
|
| diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
|
| index 0358964c4dd492fa53070a345a4b010e67777352..97ac93d327481de27f00627545b3bf7d8052df20 100644
|
| --- a/content/browser/devtools/BUILD.gn
|
| +++ b/content/browser/devtools/BUILD.gn
|
| @@ -56,6 +56,8 @@ inspector_protocol_generate("protocol_sources") {
|
| # These are relative to $target_gen_dir.
|
| outputs = [
|
| "protocol/forward.h",
|
| + "protocol/io.cc",
|
| + "protocol/io.h",
|
| "protocol/protocol.cc",
|
| "protocol/protocol.h",
|
| "protocol/tracing.cc",
|
|
|