OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2012 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. | |
4 | |
5 { | |
6 'targets': [ | |
7 ], | |
8 'conditions': [ | |
9 ['OS=="mac"', { | |
10 'targets' : [ | |
11 { | |
12 'target_name' : 'icon_family', | |
13 'type': 'static_library', | |
14 'sources': [ | |
15 'IconFamily.h', | |
16 'IconFamily.m', | |
17 'NSString+CarbonFSRefCreation.h', | |
18 'NSString+CarbonFSRefCreation.m', | |
19 ], | |
20 }, | |
21 ], | |
22 }], | |
23 ], | |
24 } | |
OLD | NEW |