| Index: components/image_fetcher/core/BUILD.gn
|
| diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/core/BUILD.gn
|
| similarity index 93%
|
| rename from components/image_fetcher/BUILD.gn
|
| rename to components/image_fetcher/core/BUILD.gn
|
| index f911424ac1da87265a5a8000b7fe95b2b07561d9..19d9cd4a7bddcf19a1756f97b1bd2417c62279ee 100644
|
| --- a/components/image_fetcher/BUILD.gn
|
| +++ b/components/image_fetcher/core/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.
|
|
|
| -static_library("image_fetcher") {
|
| +static_library("core") {
|
| sources = [
|
| "image_data_fetcher.cc",
|
| "image_data_fetcher.h",
|
| @@ -31,7 +31,7 @@ source_set("unit_tests") {
|
| "request_metadata_unittest.cc",
|
| ]
|
| deps = [
|
| - ":image_fetcher",
|
| + ":core",
|
| "//net",
|
| "//net:test_support",
|
| "//testing/gmock",
|
|
|