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

Side by Side Diff: third_party/icon_family/icon_family.gyp

Issue 9385035: Minor fixes to IconFamily library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 8 years, 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 'targets': [ 6 'targets': [
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="mac"', { 9 ['OS=="mac"', {
10 'targets' : [ 10 'targets' : [
11 { 11 {
12 'target_name' : 'icon_family', 12 'target_name' : 'icon_family',
13 'type': 'static_library', 13 'type': 'static_library',
14 'sources': [ 14 'sources': [
15 'IconFamily.h', 15 'IconFamily.h',
16 'IconFamily.m', 16 'IconFamily.m',
17 'NSString+CarbonFSRefCreation.h', 17 'NSString+CarbonFSRefCreation.h',
18 'NSString+CarbonFSRefCreation.m', 18 'NSString+CarbonFSRefCreation.m',
19 ], 19 ],
20 'defines': [
21 'DISABLE_CUSTOM_ICON'
22 ],
20 }, 23 },
21 ], 24 ],
22 }], 25 }],
23 ], 26 ],
24 } 27 }
OLDNEW
« third_party/icon_family/README.chromium ('K') | « third_party/icon_family/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698