blob: 3b5f777ca6cb48a4c787afefd2790eae72ce8f9a [file] [log] [blame]
Bo Liu5c02ac12014-05-01 10:37:37 -07001# Copyright 2014 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 'target_name': 'search_provider_logos',
9 'type': 'static_library',
10 'dependencies': [
11 '../base/base.gyp:base',
12 '../net/net.gyp:net',
13 '../skia/skia.gyp:skia',
14 '../ui/gfx/gfx.gyp:gfx',
15 '../url/url.gyp:url_lib',
16 ],
17 'include_dirs': [
18 '..',
19 ],
20 'sources': [
21 'search_provider_logos/google_logo_api.cc',
22 'search_provider_logos/google_logo_api.h',
23 'search_provider_logos/logo_cache.cc',
24 'search_provider_logos/logo_cache.h',
25 'search_provider_logos/logo_common.cc',
26 'search_provider_logos/logo_common.h',
27 'search_provider_logos/logo_tracker.cc',
28 'search_provider_logos/logo_tracker.h',
29 ],
30 },
31 ],
32}