Chromium Code Reviews| Index: components/metrics/BUILD.gn |
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
| index cb2536723855260832f7b6dd09da2c3dc38b5bc8..1f29d04cdb66693e2641f4f4b178dc57dfd545dd 100644 |
| --- a/components/metrics/BUILD.gn |
| +++ b/components/metrics/BUILD.gn |
| @@ -51,8 +51,12 @@ source_set("metrics") { |
| # GYP version: components/metrics.gypi:metrics_net |
| static_library("net") { |
| sources = [ |
| + "net/network_metrics_provider.cc", |
| + "net/network_metrics_provider.h", |
| "net/net_metrics_log_uploader.cc", |
| "net/net_metrics_log_uploader.h", |
| + "net/wifi_access_point_info_provider.h", |
| + "net/wifi_access_point_info_provider.cc", |
|
Alexei Svitkine (slow)
2014/09/10 14:50:47
Shouldn't the wifi_access_point_info_provider_chro
gunsch
2014/09/10 16:18:58
Done.
|
| ] |
| deps = [ |