| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 587428e2153875a9e6b1ea717880f50f781d8808..f9e3798937df0f3b41eb866f5112a2747fe99a50 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -179,6 +179,8 @@ source_set("browser") {
|
| "$target_gen_dir/devtools/protocol/page.h",
|
| "$target_gen_dir/devtools/protocol/protocol.cc",
|
| "$target_gen_dir/devtools/protocol/protocol.h",
|
| + "$target_gen_dir/devtools/protocol/runtime.cc",
|
| + "$target_gen_dir/devtools/protocol/runtime.h",
|
| "$target_gen_dir/devtools/protocol/schema.cc",
|
| "$target_gen_dir/devtools/protocol/schema.h",
|
| "$target_gen_dir/devtools/protocol/security.cc",
|
|
|