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

Unified Diff: components/image_fetcher/BUILD.gn

Issue 2687873002: Use mime type for image extension (Closed)
Patch Set: Rebase Created 3 years, 10 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
Index: components/image_fetcher/BUILD.gn
diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/BUILD.gn
index cd60562577b7aa1aa907d16436e2cc42e84d8b7d..a2102c78fba76a6263ff474e4c69a1a6f23b80b4 100644
--- a/components/image_fetcher/BUILD.gn
+++ b/components/image_fetcher/BUILD.gn
@@ -11,6 +11,8 @@ static_library("image_fetcher") {
"image_fetcher_delegate.h",
"image_fetcher_impl.cc",
"image_fetcher_impl.h",
+ "request_metadata.cc",
+ "request_metadata.h",
]
public_deps = [
@@ -25,6 +27,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"image_data_fetcher_unittest.cc",
+ "request_metadata_unittest.cc",
]
deps = [
":image_fetcher",
« no previous file with comments | « no previous file | components/image_fetcher/image_data_fetcher.h » ('j') | ios/chrome/browser/ui/browser_view_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698