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

Side by Side Diff: components/favicon.gypi

Issue 1122103003: [Large Icon Service] Move icon resizing into worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Session to LargeIconWorker and move to anonymous namespace; use PostTaskAndReply(). Created 5 years, 7 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
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/core 8 # GN version: //components/favicon/core
9 'target_name': 'favicon_core', 9 'target_name': 'favicon_core',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../content/content.gyp:content_browser',
13 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
14 '../ui/base/ui_base.gyp:ui_base', 15 '../ui/base/ui_base.gyp:ui_base',
15 '../ui/gfx/gfx.gyp:gfx', 16 '../ui/gfx/gfx.gyp:gfx',
16 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
17 'bookmarks_browser', 18 'bookmarks_browser',
18 'favicon_base', 19 'favicon_base',
19 'history_core_browser', 20 'history_core_browser',
20 'keyed_service_core', 21 'keyed_service_core',
21 ], 22 ],
22 'sources': [ 23 'sources': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'favicon/ios/web_favicon_driver.h', 92 'favicon/ios/web_favicon_driver.h',
92 ], 93 ],
93 'include_dirs': [ 94 'include_dirs': [
94 '..', 95 '..',
95 ], 96 ],
96 }, 97 },
97 ], 98 ],
98 }], 99 }],
99 ], 100 ],
100 } 101 }
OLDNEW
« no previous file with comments | « no previous file | components/favicon/core/BUILD.gn » ('j') | components/favicon/core/large_icon_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698