| Index: chromecast/browser/BUILD.gn
|
| diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
|
| index c6236a4d32bfb8395987e7685b2da7fe363cd40a..cc4b29af80e8991db97d4a5b0c4dc571126b43d4 100644
|
| --- a/chromecast/browser/BUILD.gn
|
| +++ b/chromecast/browser/BUILD.gn
|
| @@ -43,7 +43,6 @@ source_set("browser") {
|
| "metrics/cast_metrics_service_client.h",
|
| "metrics/cast_stability_metrics_provider.cc",
|
| "metrics/cast_stability_metrics_provider.h",
|
| - "metrics/platform_metrics_providers.h",
|
| "pref_service_helper.cc",
|
| "pref_service_helper.h",
|
| "service/cast_service.cc",
|
| @@ -64,7 +63,6 @@ source_set("browser") {
|
|
|
| if (!is_android) {
|
| sources += [
|
| - "metrics/platform_metrics_providers_simple.cc",
|
| "service/cast_service_simple.cc",
|
| "service/cast_service_simple.h",
|
| ]
|
|
|