Omnibox: Make URL-What-You-Typed Navsuggestions Always Inlineable
[chromium-blink-merge.git] / third_party / apple_sample_code / apple_sample_code.gyp
blob331c6989a0fdc9c3e4e774d45c6ccb011b71084a
1 # Copyright 2013 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.
6   'targets': [
7     {
8       'target_name': 'apple_sample_code',
9       'type': 'static_library',
10       'link_settings': {
11         'libraries': [
12           '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
13         ],
14       },
15       'sources': [
16         'ImageAndTextCell.h',
17         'ImageAndTextCell.m',
18       ],
19     },
20   ],