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

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: Attempting submission Created 4 years, 2 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 f2cd2283a0aff63806efe396aed5ccf624e42c9b..491aff1e86ed4a65a600115a7efb431074241ad3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4072,6 +4072,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