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

Unified Diff: blimp/engine/BUILD.gn

Issue 2045073002: Export stability metrics to UMA from Blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 6 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 | blimp/engine/app/blimp_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 4c8fa0de6d54a59264c870dbb6b0439a0d01ae51..76672c323912c5a977dccf7722b39b7ebe8b2ebd 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -106,6 +106,8 @@ source_set("app_metrics") {
sources = [
"app/blimp_metrics_service_client.cc",
"app/blimp_metrics_service_client.h",
+ "app/blimp_stability_metrics_provider.cc",
+ "app/blimp_stability_metrics_provider.h",
]
public_deps = [
@@ -372,6 +374,7 @@ source_set("app_unit_tests") {
sources = [
"app/blimp_engine_config_unittest.cc",
"app/blimp_metrics_service_client_unittest.cc",
+ "app/blimp_stability_metrics_provider_unittest.cc",
"app/blimp_system_url_request_context_getter_unittest.cc",
"app/settings_manager_unittest.cc",
"app/ui/blimp_screen_unittest.cc",
@@ -392,6 +395,7 @@ source_set("app_unit_tests") {
"//components/metrics:metrics",
"//components/pref_registry:pref_registry",
"//components/prefs:prefs",
+ "//components/prefs:test_support",
"//content/test:test_support",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « no previous file | blimp/engine/app/blimp_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698