Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1830)

Unified Diff: components/image_fetcher/core/BUILD.gn

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Rebased. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/image_fetcher/BUILD.gn ('k') | components/image_fetcher/core/image_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/image_fetcher/BUILD.gn ('k') | components/image_fetcher/core/image_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698