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
3 # found in the LICENSE file.
11 'target_name': 'ios_web_shell',
18 'ios_web.gyp:ios_web',
19 'ios_web.gyp:ios_web_app',
20 '../../base/base.gyp:base',
21 '../../net/net.gyp:net',
22 '../../ui/base/ui_base.gyp:ui_base',
25 'INFOPLIST_FILE': 'shell/Info.plist',
27 '-Xlinker -objc_abi_version -Xlinker 2'
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.cc',
40 'shell/shell_url_request_context_getter.h',
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',
49 'mac_bundle_resources': [
52 'shell/textfield_background@2x.png',
53 'shell/toolbar_back@2x.png',
54 'shell/toolbar_forward@2x.png',
58 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
59 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
60 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
61 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',