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

Unified Diff: chrome/test/BUILD.gn

Issue 2164033002: Refactoring startup logic for upcoming FRE changes (non-Win 10). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Misc changes to argument passing 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..ce21a84291ecbc238aaece1e663c3030b335a172 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4038,6 +4038,8 @@ test("unit_tests") {
"//chrome/browser/profiles/profile_list_desktop_unittest.cc",
"//chrome/browser/profiles/profile_statistics_unittest.cc",
"//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc",
+ "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc",
+ "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc",
]
}
if (use_gio) {

Powered by Google App Engine
This is Rietveld 408576698