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

Unified Diff: chrome/browser/ui/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/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index d216919574d0875dabe1a720a647db946f2c773e..904ec01413dd26b0d63f991f92d8a8bef5dda69f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -790,8 +790,12 @@ split_static_library("ui") {
"startup/startup_browser_creator.h",
"startup/startup_browser_creator_impl.cc",
"startup/startup_browser_creator_impl.h",
+ "startup/startup_features.cc",
+ "startup/startup_features.h",
"startup/startup_tab.cc",
"startup/startup_tab.h",
+ "startup/startup_tab_provider.cc",
+ "startup/startup_tab_provider.h",
"startup/startup_types.h",
"sync/browser_synced_window_delegate.cc",
"sync/browser_synced_window_delegate.h",

Powered by Google App Engine
This is Rietveld 408576698