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

Unified Diff: components/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 | « chrome/browser/ui/webui/ntp_tiles_internals_ui.cc ('k') | components/image_fetcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index dafec378ce9ffa8c8ba1f1e5fe210e638c7e2dd8..6c8f1168253079092617b79cd6e6f171343b937b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -91,7 +91,7 @@ test("components_unittests") {
"//components/grpc_support/test:unit_tests",
"//components/history/core/browser:unit_tests",
"//components/history/core/common:unit_tests",
- "//components/image_fetcher:unit_tests",
+ "//components/image_fetcher/core:unit_tests",
"//components/json_schema:unit_tests",
"//components/keyed_service/core:unit_tests",
"//components/language_usage_metrics:unit_tests",
« no previous file with comments | « chrome/browser/ui/webui/ntp_tiles_internals_ui.cc ('k') | components/image_fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698