| Index: ios/chrome/ios_chrome.gyp
|
| diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
|
| index f524f5dc951cb3705de789aa77e16942f0d99ab9..ac9bb4e03a59e9a256b1ec07d3264bdbb0c8f1ca 100644
|
| --- a/ios/chrome/ios_chrome.gyp
|
| +++ b/ios/chrome/ios_chrome.gyp
|
| @@ -14,6 +14,7 @@
|
| '../..',
|
| ],
|
| 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| 'ios_chrome_browser',
|
| ],
|
| 'link_settings': {
|
| @@ -22,10 +23,14 @@
|
| ],
|
| },
|
| 'sources': [
|
| + 'app/UIApplication+ExitsOnSuspend.h',
|
| + 'app/UIApplication+ExitsOnSuspend.mm',
|
| + 'app/deferred_initialization_runner.h',
|
| + 'app/deferred_initialization_runner.mm',
|
| 'app/safe_mode_crashing_modules_config.h',
|
| 'app/safe_mode_crashing_modules_config.mm',
|
| - 'app/safe_mode_util.h',
|
| 'app/safe_mode_util.cc',
|
| + 'app/safe_mode_util.h',
|
| ],
|
| },
|
| {
|
|
|