| Index: ios/chrome/ios_chrome.gyp
|
| diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
|
| index 31b8371cf31b29405ca2276299938ed870e96687..7a47ec31d0528bb01a9d6501ff23c93dcde00f3a 100644
|
| --- a/ios/chrome/ios_chrome.gyp
|
| +++ b/ios/chrome/ios_chrome.gyp
|
| @@ -25,6 +25,8 @@
|
| ],
|
| },
|
| 'sources': [
|
| + 'app/UIApplication+ExitsOnSuspend.h',
|
| + 'app/UIApplication+ExitsOnSuspend.mm',
|
| 'app/application_delegate/memory_warning_helper.h',
|
| 'app/application_delegate/memory_warning_helper.mm',
|
| 'app/deferred_initialization_runner.h',
|
|
|