| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index e1c06d1bd962368073871cc5c348623e39c624f9..f0ca8b26de19b0cc4d80a0eb8a85fb0f6894fd7d 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -167,6 +167,8 @@ source_set("browser") {
|
| "$target_gen_dir/devtools/protocol/emulation.cc",
|
| "$target_gen_dir/devtools/protocol/emulation.h",
|
| "$target_gen_dir/devtools/protocol/forward.h",
|
| + "$target_gen_dir/devtools/protocol/input.cc",
|
| + "$target_gen_dir/devtools/protocol/input.h",
|
| "$target_gen_dir/devtools/protocol/inspector.cc",
|
| "$target_gen_dir/devtools/protocol/inspector.h",
|
| "$target_gen_dir/devtools/protocol/io.cc",
|
|
|