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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1110133002: [iOS] Upstream code in //ios/chrome/app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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
« no previous file with comments | « ios/chrome/app/deferred_initialization_runner.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
{
« no previous file with comments | « ios/chrome/app/deferred_initialization_runner.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698