Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: chromecast/browser/BUILD.gn

Issue 1298473004: [Chromecast] Moves persistent UMA client ID handling to common code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: GN updates, initialize pointer to nullptr Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/browser/cast_browser_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | chromecast/browser/cast_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698