summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 23:00:30 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 23:00:30 +0000
commit388c127a2e546a8c1e899bf1a48d068898f69676 (patch)
treebcf66586e5a1844e9a1484b0d2d9d298a3ac3f72 /third_party
parent335bf6a09958b1b52e63d5aaef7a9532f4f54de0 (diff)
downloadchromium_src-388c127a2e546a8c1e899bf1a48d068898f69676.zip
chromium_src-388c127a2e546a8c1e899bf1a48d068898f69676.tar.gz
chromium_src-388c127a2e546a8c1e899bf1a48d068898f69676.tar.bz2
Add gyp file to build apple_sample_code.
This is a step forward on removing ui_cocoa_third_party_toolkits target from ui.gyp. BUG=299841 TEST=None R=tapted@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/83073012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/apple_sample_code/apple_sample_code.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/apple_sample_code/apple_sample_code.gyp b/third_party/apple_sample_code/apple_sample_code.gyp
new file mode 100644
index 0000000..331c698
--- /dev/null
+++ b/third_party/apple_sample_code/apple_sample_code.gyp
@@ -0,0 +1,21 @@
+# 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': 'apple_sample_code',
+ 'type': 'static_library',
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
+ ],
+ },
+ 'sources': [
+ 'ImageAndTextCell.h',
+ 'ImageAndTextCell.m',
+ ],
+ },
+ ],
+}