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

Unified Diff: chrome/test/BUILD.gn

Issue 2930013005: [Tab Metrics] Measure FP, FCP and FMP for Foreground Tab during Session Restore (Closed)
Patch Set: Correct the position of DCHECK in OnStart(). Created 3 years, 5 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 2acbd7f409b42cb9019471f45418ed1c43bf8e53..c53bff51d6aeb058ba56c9d295ea307521a09ac7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4469,6 +4469,7 @@ test("unit_tests") {
}
if (enable_session_service) {
sources += [
+ "../browser/page_load_metrics/observers/session_restore_page_load_metrics_observer_unittest.cc",
"../browser/sessions/session_restore_observer_unittest.cc",
"../browser/sessions/session_restore_stats_collector_unittest.cc",
"../browser/sessions/session_service_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698