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

Unified Diff: chrome/test/BUILD.gn

Issue 2930013005: [Tab Metrics] Measure FP, FCP and FMP for Foreground Tab during Session Restore (Closed)
Patch Set: Add RemoveFromWebContents() to RestoreOrigin. 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 c5114d0adc98ca2ac9d33a2087db92371c07b2c4..da665c37b82c9563fc292dc2e13905e7b4996ea3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4476,6 +4476,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