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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2800313002: [ios] RootCoordinator and view controller. (Closed)
Patch Set: Unittests, showcase, and clean up. 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/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index c0be92b9e9f38f7152db4b2db77f1dcf303c3175..de6beb485d0686e18387ea6dfbb98fedc1383be5 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -28,6 +28,8 @@ source_set("browser") {
"chrome_paths.h",
"chrome_paths.mm",
"chrome_paths_internal.h",
+ "chrome_root_coordinator.h",
+ "chrome_root_coordinator.mm",
"chrome_switches.cc",
"chrome_switches.h",
"chrome_url_constants.cc",
@@ -57,8 +59,6 @@ source_set("browser") {
"pref_names.cc",
"pref_names.h",
"procedural_block_types.h",
- "root_coordinator.h",
- "root_coordinator.mm",
"tab_parenting_global_observer.cc",
"tab_parenting_global_observer.h",
"web_data_service_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698