Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Side by Side Diff: components/favicon_base.gypi

Issue 926093002: Remove dependency on autofill_core_browser from policy_component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/favicon_base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # GN version: //components/favicon_base 8 # GN version: //components/favicon_base
9 'target_name': 'favicon_base', 9 'target_name': 'favicon_base',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
17 '../ui/base/ui_base.gyp:ui_base', 17 '../ui/base/ui_base.gyp:ui_base',
18 '../ui/gfx/gfx.gyp:gfx', 18 '../ui/gfx/gfx.gyp:gfx',
19 '../ui/gfx/gfx.gyp:gfx_geometry',
19 '../url/url.gyp:url_lib', 20 '../url/url.gyp:url_lib',
20 ], 21 ],
21 'sources': [ 22 'sources': [
22 'favicon_base/fallback_icon_service.cc', 23 'favicon_base/fallback_icon_service.cc',
23 'favicon_base/fallback_icon_service.h', 24 'favicon_base/fallback_icon_service.h',
24 'favicon_base/fallback_icon_style.cc', 25 'favicon_base/fallback_icon_style.cc',
25 'favicon_base/fallback_icon_style.h', 26 'favicon_base/fallback_icon_style.h',
26 'favicon_base/favicon_callback.h', 27 'favicon_base/favicon_callback.h',
27 'favicon_base/favicon_types.cc', 28 'favicon_base/favicon_types.cc',
28 'favicon_base/favicon_types.h', 29 'favicon_base/favicon_types.h',
29 'favicon_base/favicon_usage_data.cc', 30 'favicon_base/favicon_usage_data.cc',
30 'favicon_base/favicon_usage_data.h', 31 'favicon_base/favicon_usage_data.h',
31 'favicon_base/favicon_util.cc', 32 'favicon_base/favicon_util.cc',
32 'favicon_base/favicon_util.h', 33 'favicon_base/favicon_util.h',
33 'favicon_base/select_favicon_frames.cc', 34 'favicon_base/select_favicon_frames.cc',
34 'favicon_base/select_favicon_frames.h', 35 'favicon_base/select_favicon_frames.h',
35 ], 36 ],
36 }, 37 },
37 ], 38 ],
38 } 39 }
OLDNEW
« no previous file with comments | « no previous file | components/favicon_base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698