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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 # GN version: //ios/chrome/app 11 # GN version: //ios/chrome/app
12 'target_name': 'ios_chrome_app', 12 'target_name': 'ios_chrome_app',
13 'type': 'static_library', 13 'type': 'static_library',
14 'include_dirs': [ 14 'include_dirs': [
15 '../..', 15 '../..',
16 ], 16 ],
17 'dependencies': [ 17 'dependencies': [
18 '../../base/base.gyp:base', 18 '../../base/base.gyp:base',
19 'ios_chrome_browser', 19 'ios_chrome_browser',
20 ], 20 ],
21 'link_settings': { 21 'link_settings': {
22 'libraries': [ 22 'libraries': [
23 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 23 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
24 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 24 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
25 ], 25 ],
26 }, 26 },
27 'sources': [ 27 'sources': [
28 'app/application_delegate/memory_warning_helper.h',
29 'app/application_delegate/memory_warning_helper.mm',
28 'app/UIApplication+ExitsOnSuspend.h', 30 'app/UIApplication+ExitsOnSuspend.h',
29 'app/UIApplication+ExitsOnSuspend.mm', 31 'app/UIApplication+ExitsOnSuspend.mm',
30 'app/deferred_initialization_runner.h', 32 'app/deferred_initialization_runner.h',
31 'app/deferred_initialization_runner.mm', 33 'app/deferred_initialization_runner.mm',
32 'app/safe_mode_crashing_modules_config.h', 34 'app/safe_mode_crashing_modules_config.h',
33 'app/safe_mode_crashing_modules_config.mm', 35 'app/safe_mode_crashing_modules_config.mm',
34 'app/safe_mode_util.cc', 36 'app/safe_mode_util.cc',
35 'app/safe_mode_util.h', 37 'app/safe_mode_util.h',
36 ], 38 ],
37 }, 39 },
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 '../../components/components.gyp:omnibox_browser', 867 '../../components/components.gyp:omnibox_browser',
866 '../../components/components.gyp:rlz', 868 '../../components/components.gyp:rlz',
867 '../../components/components.gyp:search_engines', 869 '../../components/components.gyp:search_engines',
868 '../../rlz/rlz.gyp:rlz_lib', 870 '../../rlz/rlz.gyp:rlz_lib',
869 ], 871 ],
870 }, 872 },
871 ], 873 ],
872 }], 874 }],
873 ], 875 ],
874 } 876 }
OLDNEW
« no previous file with comments | « ios/chrome/app/application_delegate/memory_warning_helper_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698