blob: e54c2fb039be0d5b3f3ebc45bd8c38cba186c4e9 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("image_downloader") {
sources = [
"image_downloader_impl.cc",
"image_downloader_impl.h",
"multi_resolution_image_resource_fetcher.cc",
"multi_resolution_image_resource_fetcher.h",
]
}