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

Side by Side Diff: components/favicon_base.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 3 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 | « components/favicon.gypi ('k') | components/feedback.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 # 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 '../net/net.gyp:net',
17 '../skia/skia.gyp:skia',
18 '../ui/base/ui_base.gyp:ui_base',
19 '../ui/base/ui_base.gyp:ui_data_pack',
20 '../ui/gfx/gfx.gyp:gfx',
21 '../ui/gfx/gfx.gyp:gfx_geometry',
22 '../url/url.gyp:url_lib',
23 ],
24 'sources': [
25 'favicon_base/fallback_icon_style.cc',
26 'favicon_base/fallback_icon_style.h',
27 'favicon_base/fallback_icon_url_parser.cc',
28 'favicon_base/fallback_icon_url_parser.h',
29 'favicon_base/favicon_callback.h',
30 'favicon_base/favicon_types.cc',
31 'favicon_base/favicon_types.h',
32 'favicon_base/favicon_url_parser.cc',
33 'favicon_base/favicon_url_parser.h',
34 'favicon_base/favicon_usage_data.cc',
35 'favicon_base/favicon_usage_data.h',
36 'favicon_base/favicon_util.cc',
37 'favicon_base/favicon_util.h',
38 'favicon_base/large_icon_url_parser.cc',
39 'favicon_base/large_icon_url_parser.h',
40 'favicon_base/select_favicon_frames.cc',
41 'favicon_base/select_favicon_frames.h',
42 ],
43 },
44 ],
45 }
OLDNEW
« no previous file with comments | « components/favicon.gypi ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698