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

Side by Side Diff: ios/web/ios_web_shell_exe.gypi

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « ios/web/ios_web_shell.gyp ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'type': 'executable',
7 'mac_bundle': 1,
8 'include_dirs': [
9 '../..',
10 ],
11 'dependencies': [
12 'ios_web.gyp:ios_web',
13 'ios_web.gyp:ios_web_app',
14 '../../base/base.gyp:base',
15 '../../net/net.gyp:net',
16 '../../net/net.gyp:net_extras',
17 '../../ui/base/ui_base.gyp:ui_base',
18 ],
19 'export_dependent_settings': [
20 'ios_web.gyp:ios_web',
21 'ios_web.gyp:ios_web_app',
22 '../../base/base.gyp:base',
23 '../../net/net.gyp:net',
24 '../../ui/base/ui_base.gyp:ui_base',
25 ],
26 'xcode_settings': {
27 'INFOPLIST_FILE': 'shell/Info.plist',
28 'CLANG_ENABLE_OBJC_ARC': 'YES',
29 },
30 'sources': [
31 'shell/app_delegate.h',
32 'shell/app_delegate.mm',
33 'shell/shell_browser_state.h',
34 'shell/shell_browser_state.mm',
35 'shell/shell_main_delegate.h',
36 'shell/shell_main_delegate.mm',
37 'shell/shell_network_delegate.cc',
38 'shell/shell_network_delegate.h',
39 'shell/shell_url_request_context_getter.h',
40 'shell/shell_url_request_context_getter.mm',
41 'shell/shell_web_client.h',
42 'shell/shell_web_client.mm',
43 'shell/shell_web_main_parts.h',
44 'shell/shell_web_main_parts.mm',
45 'shell/view_controller.h',
46 'shell/view_controller.mm',
47 'shell/web_exe_main.mm',
48 ],
49 'link_settings': {
50 'libraries': [
51 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
52 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
53 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
54 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
55 ],
56 'mac_bundle_resources': [
57 'shell/Default.png',
58 'shell/textfield_background@2x.png',
59 'shell/toolbar_back@2x.png',
60 'shell/toolbar_forward@2x.png',
61 ],
62 },
63 }
OLDNEW
« no previous file with comments | « ios/web/ios_web_shell.gyp ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698