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

Side by Side Diff: components/favicon/core/BUILD.gn

Issue 2760133002: ui: Remove a bunch of uses of gfx::Canvas::ExtractImageRep() (Closed)
Patch Set: canvasbounds: ashnit Created 3 years, 9 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 | « chrome/browser/ui/webui/app_launcher_login_handler.cc ('k') | components/favicon/core/DEPS » ('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 static_library("core") { 5 static_library("core") {
6 sources = [ 6 sources = [
7 "fallback_url_util.cc", 7 "fallback_url_util.cc",
8 "fallback_url_util.h", 8 "fallback_url_util.h",
9 "favicon_client.h", 9 "favicon_client.h",
10 "favicon_driver.cc", 10 "favicon_driver.cc",
(...skipping 22 matching lines...) Expand all
33 "//components/favicon_base", 33 "//components/favicon_base",
34 "//components/history/core/browser", 34 "//components/history/core/browser",
35 "//components/keyed_service/core", 35 "//components/keyed_service/core",
36 "//net:net", 36 "//net:net",
37 "//skia", 37 "//skia",
38 "//ui/base", 38 "//ui/base",
39 "//ui/gfx", 39 "//ui/gfx",
40 "//url", 40 "//url",
41 ] 41 ]
42 if (!is_ios) { 42 if (!is_ios) {
43 deps += [ "//cc/paint" ]
43 sources += [ 44 sources += [
44 "fallback_icon_client.h", 45 "fallback_icon_client.h",
45 "fallback_icon_service.cc", 46 "fallback_icon_service.cc",
46 "fallback_icon_service.h", 47 "fallback_icon_service.h",
47 ] 48 ]
48 } 49 }
49 } 50 }
50 51
51 source_set("unit_tests") { 52 source_set("unit_tests") {
52 testonly = true 53 testonly = true
(...skipping 13 matching lines...) Expand all
66 "//components/history/core/test:test", 67 "//components/history/core/test:test",
67 "//skia", 68 "//skia",
68 "//testing/gmock", 69 "//testing/gmock",
69 "//testing/gtest", 70 "//testing/gtest",
70 "//ui/base", 71 "//ui/base",
71 "//ui/gfx", 72 "//ui/gfx",
72 "//ui/gfx:test_support", 73 "//ui/gfx:test_support",
73 "//url", 74 "//url",
74 ] 75 ]
75 } 76 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/app_launcher_login_handler.cc ('k') | components/favicon/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698