| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 3041bcdbc8d3a91b9d29c6c18a2af3dc39a0c6de..e1c06d1bd962368073871cc5c348623e39c624f9 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -189,6 +189,8 @@ source_set("browser") {
|
| "$target_gen_dir/devtools/protocol/storage.h",
|
| "$target_gen_dir/devtools/protocol/system_info.cc",
|
| "$target_gen_dir/devtools/protocol/system_info.h",
|
| + "$target_gen_dir/devtools/protocol/target.cc",
|
| + "$target_gen_dir/devtools/protocol/target.h",
|
| "$target_gen_dir/devtools/protocol/tethering.cc",
|
| "$target_gen_dir/devtools/protocol/tethering.h",
|
| "$target_gen_dir/devtools/protocol/tracing.cc",
|
|
|