Don't relaunch app for non-auth errors.
[chromium-blink-merge.git] / components / favicon_base.gypi
blob0ea63318e4a7e5c31829b5a459d3d4e1f2a4fd44
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.
6   'targets': [
7     {
8       # GN version: //components/favicon_base
9       'target_name': 'favicon_base',
10       'type': 'static_library',
11       'include_dirs': [
12         '..',
13       ],
14       'dependencies': [
15         '../base/base.gyp:base',
16         '../skia/skia.gyp:skia',
17         '../ui/base/ui_base.gyp:ui_base',
18         '../ui/gfx/gfx.gyp:gfx',
19         '../ui/gfx/gfx.gyp:gfx_geometry',
20         '../url/url.gyp:url_lib',
21       ],
22       'sources': [
23         'favicon_base/fallback_icon_service.cc',
24         'favicon_base/fallback_icon_service.h',
25         'favicon_base/fallback_icon_style.cc',
26         'favicon_base/fallback_icon_style.h',
27         'favicon_base/favicon_callback.h',
28         'favicon_base/favicon_types.cc',
29         'favicon_base/favicon_types.h',
30         'favicon_base/favicon_usage_data.cc',
31         'favicon_base/favicon_usage_data.h',
32         'favicon_base/favicon_util.cc',
33         'favicon_base/favicon_util.h',
34         'favicon_base/select_favicon_frames.cc',
35         'favicon_base/select_favicon_frames.h',
36       ],
37     },
38   ],