summaryrefslogtreecommitdiffstats
path: root/third_party/molokocacao/molokocacao.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 01:33:01 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 01:33:01 +0000
commite2195e576c113d29a4c0345401c01ac783dd9790 (patch)
tree98158436e57d6cc365e1a04848b03d03d85a34be /third_party/molokocacao/molokocacao.gyp
parente6cf8b9403cb60d3198b0d8a12c990fcf54f0e78 (diff)
downloadchromium_src-e2195e576c113d29a4c0345401c01ac783dd9790.zip
chromium_src-e2195e576c113d29a4c0345401c01ac783dd9790.tar.gz
chromium_src-e2195e576c113d29a4c0345401c01ac783dd9790.tar.bz2
Add gyp file to build third_party/molokocacao.
This is necessary to remove ui_cocoa_third_party_toolkits target from ui.gyp. BUG=299841 TEST=None R=mark@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/100713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/molokocacao/molokocacao.gyp')
-rw-r--r--third_party/molokocacao/molokocacao.gyp27
1 files changed, 27 insertions, 0 deletions
diff --git a/third_party/molokocacao/molokocacao.gyp b/third_party/molokocacao/molokocacao.gyp
new file mode 100644
index 0000000..93d0a4b
--- /dev/null
+++ b/third_party/molokocacao/molokocacao.gyp
@@ -0,0 +1,27 @@
+# Copyright 2013 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': [
+ {
+ 'target_name': 'molokocacao',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../ui/ui.gyp:ui_cocoa_third_party_toolkits',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
+ ],
+ },
+ 'include_dirs': [
+ '../..',
+ ],
+ 'sources': [
+ 'NSBezierPath+MCAdditions.h',
+ 'NSBezierPath+MCAdditions.m',
+ ],
+ },
+ ],
+}