blob: ffb753a412bab78f20dede0084f2ac375e6e63e9 [file] [log] [blame]
# Copyright 2016 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.
source_set("image_fetcher") {
sources = [
"image_fetcher.h",
"image_fetcher_delegate.h",
]
public_deps = [
"//base",
"//url",
]
}