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

Unified Diff: components/image_fetcher/DEPS

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/BUILD.gn ('k') | components/image_fetcher/image_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/DEPS
diff --git a/components/image_fetcher/DEPS b/components/image_fetcher/DEPS
index 674b34dfca852a588427bc79171651d42c2cec30..31148e3f08c3b06288632d31ce81fe4b01499a89 100644
--- a/components/image_fetcher/DEPS
+++ b/components/image_fetcher/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"+url",
+ "+net",
]
« no previous file with comments | « components/image_fetcher/BUILD.gn ('k') | components/image_fetcher/image_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698