| 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",
|
|
|