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

Unified Diff: components/image_fetcher/BUILD.gn

Issue 2064793004: Reland: Split the code for fetching images and for decoding images into two separate classes. This w (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only start image requests once (Fixes a bug). Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/image_fetcher.gypi ('k') | components/image_fetcher/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/BUILD.gn
diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/BUILD.gn
index ffb753a412bab78f20dede0084f2ac375e6e63e9..c7bd0f0da6ba48603395c2014f974dc2d0c35ea9 100644
--- a/components/image_fetcher/BUILD.gn
+++ b/components/image_fetcher/BUILD.gn
@@ -4,12 +4,16 @@
source_set("image_fetcher") {
sources = [
+ "image_data_fetcher.cc",
+ "image_data_fetcher.h",
+ "image_decoder.h",
"image_fetcher.h",
"image_fetcher_delegate.h",
]
public_deps = [
"//base",
+ "//net",
"//url",
]
}
« no previous file with comments | « components/image_fetcher.gypi ('k') | components/image_fetcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698