| Index: components/image_fetcher/BUILD.gn
|
| diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/BUILD.gn
|
| index c7bd0f0da6ba48603395c2014f974dc2d0c35ea9..ceddb8cfa8cb372518fb50318ec8702fab08a062 100644
|
| --- a/components/image_fetcher/BUILD.gn
|
| +++ b/components/image_fetcher/BUILD.gn
|
| @@ -17,3 +17,16 @@ source_set("image_fetcher") {
|
| "//url",
|
| ]
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + testonly = true
|
| + sources = [
|
| + "image_data_fetcher_unittest.cc",
|
| + ]
|
| + deps = [
|
| + ":image_fetcher",
|
| + "//net",
|
| + "//net:test_support",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|