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

Unified Diff: chrome/browser/BUILD.gn

Issue 2763103002: Move ImageDecoder to components/image_fetcher/content (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 | « no previous file | chrome/browser/android/download/ui/thumbnail_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d227eff23070baa628a26e68d38d359f2993695e..b36aff6d8889d618de872504c5530b9297114a18 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -477,8 +477,6 @@ split_static_library("browser") {
"icon_loader_win.cc",
"icon_manager.cc",
"icon_manager.h",
- "image_decoder.cc",
- "image_decoder.h",
"infobars/infobar_responder.cc",
"infobars/infobar_responder.h",
"infobars/infobar_service.cc",
@@ -1146,8 +1144,6 @@ split_static_library("browser") {
"search/search.h",
"search/search_engine_base_url_tracker.cc",
"search/search_engine_base_url_tracker.h",
- "search/suggestions/image_decoder_impl.cc",
- "search/suggestions/image_decoder_impl.h",
"search/suggestions/suggestions_service_factory.cc",
"search/suggestions/suggestions_service_factory.h",
"search/suggestions/suggestions_ui.cc",
@@ -1459,6 +1455,7 @@ split_static_library("browser") {
"//components/history/content/browser",
"//components/history/core/browser",
"//components/history/core/common",
+ "//components/image_fetcher/content",
"//components/infobars/core",
"//components/invalidation/impl",
"//components/keyed_service/content",
@@ -1590,7 +1587,6 @@ split_static_library("browser") {
"//ppapi/features",
"//printing/features",
"//rlz/features",
- "//services/data_decoder/public/cpp",
"//services/identity:lib",
"//services/preferences/public/cpp",
"//services/preferences/public/cpp:service_main",
« no previous file with comments | « no previous file | chrome/browser/android/download/ui/thumbnail_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698