| Index: ios/chrome/app/BUILD.gn
|
| diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
|
| index a94e27ff2e09c6cf0ccc71e257831387bac1056e..9f281b90c4b6a6d297f9a57af2e092358bcbe65c 100644
|
| --- a/ios/chrome/app/BUILD.gn
|
| +++ b/ios/chrome/app/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| source_set("app") {
|
| sources = [
|
| + "UIApplication+ExitsOnSuspend.h",
|
| + "UIApplication+ExitsOnSuspend.mm",
|
| "application_delegate/memory_warning_helper.h",
|
| "application_delegate/memory_warning_helper.mm",
|
| "deferred_initialization_runner.h",
|
|
|