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

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

Issue 15650005: Create app shims with 32-bit icons only, as per OSX 10.5 spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove third_party/icon_family Created 7 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 | Annotate | Revision Log
OLDNEW
(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 'defines': [
21 'DISABLE_CUSTOM_ICON'
22 ],
23 },
24 ],
25 }],
26 ],
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698