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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1989873002: Create Memory Helper for memory warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewable Created 4 years, 7 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
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 2efe7b7cd2e4d771d2415f45767c11e388d565ae..71520043aae48c558d80bee45e4b3601275f31fe 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -25,6 +25,8 @@
],
},
'sources': [
+ 'app/application_delegate/memory_recovery_helper.h',
+ 'app/application_delegate/memory_recovery_helper.mm',
'app/UIApplication+ExitsOnSuspend.h',
'app/UIApplication+ExitsOnSuspend.mm',
'app/deferred_initialization_runner.h',

Powered by Google App Engine
This is Rietveld 408576698