Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 6ed970836b1703428d2ab7cdd08f7e4b3884e1c9..7cc4acdc8ecd5bc054bc0f03c67b439fc2b5f11b 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1162,6 +1162,13 @@ source_set("simple_quic_tools") { |
| ] |
| } |
| +source_set("traffic_annotation_header") { |
| + sources = [ |
| + "net/traffic_annotation/network_traffic_annotation.h", |
| + ] |
| + deps = [] |
| +} |
| + |
| if (!is_ios) { |
| executable("quic_client") { |
| sources = [ |