[email protected] | bb6145c | 2014-04-08 17:23:28 | [diff] [blame] | 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 | { |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 8 | # GN version: //components/favicon/core |
[email protected] | bb6145c | 2014-04-08 17:23:28 | [diff] [blame] | 9 | 'target_name': 'favicon_core', |
[email protected] | 7d20d4a | 2014-05-16 19:43:20 | [diff] [blame] | 10 | 'type': 'static_library', |
| 11 | 'dependencies': [ |
| 12 | '../ui/gfx/gfx.gyp:gfx_geometry', |
| 13 | 'favicon_base', |
[email protected] | e82db0b2 | 2014-06-24 08:17:44 | [diff] [blame] | 14 | 'keyed_service_core', |
[email protected] | 7d20d4a | 2014-05-16 19:43:20 | [diff] [blame] | 15 | ], |
[email protected] | bb6145c | 2014-04-08 17:23:28 | [diff] [blame] | 16 | 'sources': [ |
[email protected] | 273ae5ab | 2014-07-09 21:10:25 | [diff] [blame] | 17 | # Note: sources list duplicated in GN build. |
[email protected] | 2c476bb | 2014-04-10 13:24:25 | [diff] [blame] | 18 | 'favicon/core/browser/favicon_client.h', |
[email protected] | 698fd44 | 2014-04-28 14:00:42 | [diff] [blame] | 19 | 'favicon/core/favicon_driver.h', |
[email protected] | 7d20d4a | 2014-05-16 19:43:20 | [diff] [blame] | 20 | 'favicon/core/favicon_url.cc', |
| 21 | 'favicon/core/favicon_url.h', |
| 22 | ], |
| 23 | 'include_dirs': [ |
| 24 | '..', |
[email protected] | bb6145c | 2014-04-08 17:23:28 | [diff] [blame] | 25 | ], |
| 26 | }, |
| 27 | ], |
| 28 | } |