summaryrefslogtreecommitdiff
path: root/chromium/components/image_fetcher/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/image_fetcher/BUILD.gn')
-rw-r--r--chromium/components/image_fetcher/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/image_fetcher/BUILD.gn b/chromium/components/image_fetcher/BUILD.gn
index 19063d0f865..cd60562577b 100644
--- a/chromium/components/image_fetcher/BUILD.gn
+++ b/chromium/components/image_fetcher/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("image_fetcher") {
+static_library("image_fetcher") {
sources = [
"image_data_fetcher.cc",
"image_data_fetcher.h",
@@ -15,6 +15,7 @@ source_set("image_fetcher") {
public_deps = [
"//base",
+ "//components/data_use_measurement/core",
"//net",
"//url",
]