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

Unified Diff: chrome/test/BUILD.gn

Issue 2935183002: [TabMetrics] Add signals that mark the start and end of session restore. (Closed)
Patch Set: Enable SessionRestoreObserverTest only when session service available. Created 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 216f66577faa71e8e608456ef5dd0ed749bd2764..f75b7736399842111f016463f3087e2d1cfb812c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4396,6 +4396,7 @@ test("unit_tests") {
}
if (enable_session_service) {
sources += [
+ "../browser/sessions/session_restore_observer_unittest.cc",
"../browser/sessions/session_restore_stats_collector_unittest.cc",
"../browser/sessions/session_service_unittest.cc",
"../browser/sessions/tab_loader_unittest.cc",
« chrome/browser/sessions/session_restore.h ('K') | « chrome/browser/sessions/tab_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698