OLD | NEW |
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/web/shell:ios_web_shell |
11 'target_name': 'ios_web_shell', | 12 'target_name': 'ios_web_shell', |
12 'type': 'executable', | 13 'type': 'executable', |
13 'mac_bundle': 1, | 14 'mac_bundle': 1, |
14 'include_dirs': [ | 15 'include_dirs': [ |
15 '../..', | 16 '../..', |
16 ], | 17 ], |
17 'dependencies': [ | 18 'dependencies': [ |
18 'ios_web.gyp:ios_web', | 19 'ios_web.gyp:ios_web', |
19 'ios_web.gyp:ios_web_app', | 20 'ios_web.gyp:ios_web_app', |
20 '../../base/base.gyp:base', | 21 '../../base/base.gyp:base', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'libraries': [ | 59 'libraries': [ |
59 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 60 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
60 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 61 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
61 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 62 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
62 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', | 63 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', |
63 ], | 64 ], |
64 }, | 65 }, |
65 }, | 66 }, |
66 ], | 67 ], |
67 } | 68 } |
OLD | NEW |