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

Unified Diff: chrome/test/BUILD.gn

Issue 2333113002: Rename DesktopEngagement* to DesktopSessionDuration*. (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7f61721836642f936ca967155042ffebb3cebc1e..5a6a40badafbed1bab1bc722e4c0e2b48d68030f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2513,8 +2513,8 @@ test("browser_tests") {
if (is_mac || is_win || (is_linux && !is_chromeos)) {
sources += [
# Tests for non mobile and non CrOS (includes Linux, Win, Mac).
- "../browser/metrics/desktop_engagement/audible_contents_tracker_browsertest.cc",
- "../browser/metrics/desktop_engagement/chrome_visibility_observer_browsertest.cc",
+ "../browser/metrics/desktop_session/audible_contents_tracker_browsertest.cc",
+ "../browser/metrics/desktop_session/chrome_visibility_observer_browsertest.cc",
"../browser/profiles/profile_statistics_browsertest.cc",
]
}
@@ -4622,7 +4622,7 @@ test("unit_tests") {
if (!is_android && !is_chromeos) {
sources += [
"../browser/media/webrtc/native_desktop_media_list_unittest.cc",
- "../browser/metrics/desktop_engagement/desktop_engagement_service_unittest.cc",
+ "../browser/metrics/desktop_session/desktop_session_service_unittest.cc",
"../browser/signin/cross_device_promo_unittest.cc",
"../browser/signin/signin_global_error_unittest.cc",
"../browser/sync/sync_global_error_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698