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

Unified Diff: ios/clean/chrome/app/steps/BUILD.gn

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Address comments. Created 3 years, 8 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: ios/clean/chrome/app/steps/BUILD.gn
diff --git a/ios/clean/chrome/app/steps/BUILD.gn b/ios/clean/chrome/app/steps/BUILD.gn
index 7da46f086a8abc03343e1f584fc1e3664514d812..d63b54e3288b803cb174b5446593bcf22ecc9bef 100644
--- a/ios/clean/chrome/app/steps/BUILD.gn
+++ b/ios/clean/chrome/app/steps/BUILD.gn
@@ -10,8 +10,8 @@ source_set("steps") {
"launch_to_basic.mm",
"launch_to_foreground.h",
"launch_to_foreground.mm",
- "tab_grid_coordinator+application_step.h",
- "tab_grid_coordinator+application_step.mm",
+ "root_container_coordinator+application_step.h",
+ "root_container_coordinator+application_step.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
@@ -28,7 +28,7 @@ source_set("steps") {
"//ios/chrome/browser/content_settings",
"//ios/chrome/browser/web:web_internal",
"//ios/clean/chrome/app:application_state",
- "//ios/clean/chrome/browser/ui/tab_grid",
+ "//ios/clean/chrome/browser/ui/root",
"//ios/net",
"//ios/shared/chrome/browser/ui/browser_list",
"//ios/shared/chrome/browser/ui/coordinators",

Powered by Google App Engine
This is Rietveld 408576698