OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'search_provider_logos', | 8 'target_name': 'search_provider_logos', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
11 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
12 '../net/net.gyp:net', | 12 '../net/net.gyp:net', |
13 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
14 '../ui/gfx/gfx.gyp:gfx', | 14 '../ui/gfx/gfx.gyp:gfx', |
15 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
16 ], | 16 ], |
17 'include_dirs': [ | 17 'include_dirs': [ |
18 '..', | 18 '..', |
19 ], | 19 ], |
20 'sources': [ | 20 'sources': [ |
| 21 'search_provider_logos/animated_logo_tracker.cc', |
| 22 'search_provider_logos/animated_logo_tracker.h', |
21 'search_provider_logos/google_logo_api.cc', | 23 'search_provider_logos/google_logo_api.cc', |
22 'search_provider_logos/google_logo_api.h', | 24 'search_provider_logos/google_logo_api.h', |
23 'search_provider_logos/logo_cache.cc', | 25 'search_provider_logos/logo_cache.cc', |
24 'search_provider_logos/logo_cache.h', | 26 'search_provider_logos/logo_cache.h', |
25 'search_provider_logos/logo_common.cc', | 27 'search_provider_logos/logo_common.cc', |
26 'search_provider_logos/logo_common.h', | 28 'search_provider_logos/logo_common.h', |
27 'search_provider_logos/logo_tracker.cc', | 29 'search_provider_logos/logo_tracker.cc', |
28 'search_provider_logos/logo_tracker.h', | 30 'search_provider_logos/logo_tracker.h', |
29 ], | 31 ], |
30 }, | 32 }, |
31 ], | 33 ], |
32 } | 34 } |
OLD | NEW |