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

Unified Diff: ios/chrome/app/BUILD.gn

Issue 1989873002: Create Memory Helper for memory warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/app/application_delegate/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index de18f911c381aabddbb5c10951589f46ee4a2cfa..9f281b90c4b6a6d297f9a57af2e092358bcbe65c 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -6,6 +6,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",
"deferred_initialization_runner.mm",
"safe_mode_crashing_modules_config.h",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/app/application_delegate/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698