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

Side by Side Diff: ios/web/ios_web_shell.gyp

Issue 1443073002: Add gn implementation of //ios/web/shell:ios_web_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
Patch Set: Created 5 years, 1 month 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.gyp ('k') | ios/web/public/app/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 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
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 }
OLDNEW
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698