| Index: components/network_hints/common/BUILD.gn
|
| diff --git a/components/network_hints/common/BUILD.gn b/components/network_hints/common/BUILD.gn
|
| index 2d8f7194a10264df2b1483a37889fe2fe5f6679a..2b0b0848934c33816f96d0ec2b7ad468eccb1486 100644
|
| --- a/components/network_hints/common/BUILD.gn
|
| +++ b/components/network_hints/common/BUILD.gn
|
| @@ -7,9 +7,17 @@
|
| sources = [
|
| "network_hints_common.cc",
|
| "network_hints_common.h",
|
| + "network_hints_message_generator.cc",
|
| + "network_hints_message_generator.h",
|
| + "network_hints_messages.cc",
|
| + "network_hints_messages.h",
|
| ]
|
|
|
| deps = [
|
| + "//base",
|
| + "//content/public/common",
|
| + "//ipc",
|
| + "//ui/accessibility",
|
| "//url",
|
| ]
|
| }
|
|
|