| Index: components/image_fetcher/BUILD.gn
|
| diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/BUILD.gn
|
| index 3501b3fe74d5df90a61a095502ff4df82f394a86..cd60562577b7aa1aa907d16436e2cc42e84d8b7d 100644
|
| --- a/components/image_fetcher/BUILD.gn
|
| +++ b/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",
|
|
|