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

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

Issue 2080123003: Remove ios web shell MainView.xib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ], 47 ],
48 'link_settings': { 48 'link_settings': {
49 'libraries': [ 49 'libraries': [
50 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', 50 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
51 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 51 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
52 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 52 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
53 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 53 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
54 ], 54 ],
55 'mac_bundle_resources': [ 55 'mac_bundle_resources': [
56 'shell/Default.png', 56 'shell/Default.png',
57 'shell/MainView.xib',
58 'shell/textfield_background@2x.png', 57 'shell/textfield_background@2x.png',
59 'shell/toolbar_back@2x.png', 58 'shell/toolbar_back@2x.png',
60 'shell/toolbar_forward@2x.png', 59 'shell/toolbar_forward@2x.png',
61 ], 60 ],
62 }, 61 },
63 } 62 }
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