| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |