| OLD | NEW |
| (Empty) |
| 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 | |
| 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 'search_provider_logos/switches.cc', | |
| 30 'search_provider_logos/switches.h', | |
| 31 ], | |
| 32 }, | |
| 33 ], | |
| 34 } | |
| OLD | NEW |