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

Unified Diff: third_party/icon_family/icon_family.gyp

Issue 9380039: Add IconFamily library to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/icon_family/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icon_family/icon_family.gyp
diff --git a/third_party/icon_family/icon_family.gyp b/third_party/icon_family/icon_family.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..aa23feea52c65e2937bceadbe7e0c221cb44a955
--- /dev/null
+++ b/third_party/icon_family/icon_family.gyp
@@ -0,0 +1,24 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ ],
+ 'conditions': [
+ ['OS=="mac"', {
+ 'targets' : [
+ {
+ 'target_name' : 'icon_family',
+ 'type': 'static_library',
+ 'sources': [
+ 'IconFamily.h',
+ 'IconFamily.m',
+ 'NSString+CarbonFSRefCreation.h',
+ 'NSString+CarbonFSRefCreation.m',
+ ],
+ },
+ ],
+ }],
+ ],
+}
« no previous file with comments | « third_party/icon_family/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698