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

Side by Side Diff: ios/chrome/app/BUILD.gn

Issue 2151553002: Remove Enable Exits On Suspend flags on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/app/UIApplication+ExitsOnSuspend.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("app") { 5 source_set("app") {
6 sources = [ 6 sources = [
7 "UIApplication+ExitsOnSuspend.h",
8 "UIApplication+ExitsOnSuspend.mm",
9 "application_delegate/memory_warning_helper.h", 7 "application_delegate/memory_warning_helper.h",
10 "application_delegate/memory_warning_helper.mm", 8 "application_delegate/memory_warning_helper.mm",
11 "deferred_initialization_runner.h", 9 "deferred_initialization_runner.h",
12 "deferred_initialization_runner.mm", 10 "deferred_initialization_runner.mm",
13 "safe_mode_crashing_modules_config.h", 11 "safe_mode_crashing_modules_config.h",
14 "safe_mode_crashing_modules_config.mm", 12 "safe_mode_crashing_modules_config.mm",
15 "safe_mode_util.cc", 13 "safe_mode_util.cc",
16 "safe_mode_util.h", 14 "safe_mode_util.h",
17 ] 15 ]
18 16
19 deps = [ 17 deps = [
20 "//base", 18 "//base",
21 "//ios/chrome/browser", 19 "//ios/chrome/browser",
22 ] 20 ]
23 21
24 libs = [ 22 libs = [
25 "Foundation.framework", 23 "Foundation.framework",
26 "UIKit.framework", 24 "UIKit.framework",
27 ] 25 ]
28 } 26 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/UIApplication+ExitsOnSuspend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698