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/web/ios_web_shell_exe.gypi

Issue 2073753003: Convert ios_web_shell to ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@buildconfig-gn
Patch Set: rebase Created 4 years, 6 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/web/shell/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'type': 'executable', 6 'type': 'executable',
7 'mac_bundle': 1, 7 'mac_bundle': 1,
8 'include_dirs': [ 8 'include_dirs': [
9 '../..', 9 '../..',
10 ], 10 ],
11 'dependencies': [ 11 'dependencies': [
12 'ios_web.gyp:ios_web', 12 'ios_web.gyp:ios_web',
13 'ios_web.gyp:ios_web_app', 13 'ios_web.gyp:ios_web_app',
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../net/net.gyp:net', 15 '../../net/net.gyp:net',
16 '../../net/net.gyp:net_extras', 16 '../../net/net.gyp:net_extras',
17 '../../ui/base/ui_base.gyp:ui_base', 17 '../../ui/base/ui_base.gyp:ui_base',
18 ], 18 ],
19 'export_dependent_settings': [ 19 'export_dependent_settings': [
20 'ios_web.gyp:ios_web', 20 'ios_web.gyp:ios_web',
21 'ios_web.gyp:ios_web_app', 21 'ios_web.gyp:ios_web_app',
22 '../../base/base.gyp:base', 22 '../../base/base.gyp:base',
23 '../../net/net.gyp:net', 23 '../../net/net.gyp:net',
24 '../../ui/base/ui_base.gyp:ui_base', 24 '../../ui/base/ui_base.gyp:ui_base',
25 ], 25 ],
26 'xcode_settings': { 26 'xcode_settings': {
27 'INFOPLIST_FILE': 'shell/Info.plist', 27 'INFOPLIST_FILE': 'shell/Info.plist',
28 'CLANG_ENABLE_OBJC_ARC': 'YES',
28 }, 29 },
29 'sources': [ 30 'sources': [
30 'shell/app_delegate.h', 31 'shell/app_delegate.h',
31 'shell/app_delegate.mm', 32 'shell/app_delegate.mm',
32 'shell/shell_browser_state.h', 33 'shell/shell_browser_state.h',
33 'shell/shell_browser_state.mm', 34 'shell/shell_browser_state.mm',
34 'shell/shell_main_delegate.h', 35 'shell/shell_main_delegate.h',
35 'shell/shell_main_delegate.mm', 36 'shell/shell_main_delegate.mm',
36 'shell/shell_network_delegate.cc', 37 'shell/shell_network_delegate.cc',
37 'shell/shell_network_delegate.h', 38 'shell/shell_network_delegate.h',
(...skipping 16 matching lines...) Expand all
54 ], 55 ],
55 'mac_bundle_resources': [ 56 'mac_bundle_resources': [
56 'shell/Default.png', 57 'shell/Default.png',
57 'shell/MainView.xib', 58 'shell/MainView.xib',
58 'shell/textfield_background@2x.png', 59 'shell/textfield_background@2x.png',
59 'shell/toolbar_back@2x.png', 60 'shell/toolbar_back@2x.png',
60 'shell/toolbar_forward@2x.png', 61 'shell/toolbar_forward@2x.png',
61 ], 62 ],
62 }, 63 },
63 } 64 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698