blob: 262bd2b4fe60cbbba32eb76dd4f52a29b896acf6 [file] [log] [blame]
[email protected]bb6145c2014-04-08 17:23:281# 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]273ae5ab2014-07-09 21:10:258 # GN version: //components/favicon/core
[email protected]bb6145c2014-04-08 17:23:289 'target_name': 'favicon_core',
[email protected]7d20d4a2014-05-16 19:43:2010 'type': 'static_library',
11 'dependencies': [
12 '../ui/gfx/gfx.gyp:gfx_geometry',
13 'favicon_base',
[email protected]e82db0b22014-06-24 08:17:4414 'keyed_service_core',
[email protected]7d20d4a2014-05-16 19:43:2015 ],
[email protected]bb6145c2014-04-08 17:23:2816 'sources': [
[email protected]273ae5ab2014-07-09 21:10:2517 # Note: sources list duplicated in GN build.
[email protected]2c476bb2014-04-10 13:24:2518 'favicon/core/browser/favicon_client.h',
[email protected]698fd442014-04-28 14:00:4219 'favicon/core/favicon_driver.h',
[email protected]7d20d4a2014-05-16 19:43:2020 'favicon/core/favicon_url.cc',
21 'favicon/core/favicon_url.h',
22 ],
23 'include_dirs': [
24 '..',
[email protected]bb6145c2014-04-08 17:23:2825 ],
26 },
27 ],
28}