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

Side by Side Diff: components/image_fetcher/content/BUILD.gn

Issue 2763103002: Move ImageDecoder to components/image_fetcher/content (Closed)
Patch Set: Rebased. Created 3 years, 8 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/test/BUILD.gn ('k') | components/image_fetcher/content/DEPS » ('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 2017 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 static_library("content") {
6 sources = [
7 "image_decoder.cc",
8 "image_decoder.h",
9 "image_decoder_impl.cc",
10 "image_decoder_impl.h",
11 ]
12
13 public_deps = [
14 "//base",
15 "//ui/gfx",
16 ]
17
18 deps = [
19 "//base",
20 "//components/image_fetcher/core",
21 "//content/public/browser",
22 "//content/public/common",
23 "//ipc",
24 "//services/data_decoder/public/cpp",
25 "//services/service_manager/public/cpp",
26 "//skia",
27 ]
28 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/image_fetcher/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698