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

Unified Diff: chrome/browser/extensions/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
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 8846ef9d4da1e5f2c2fd70c63a731ee78c65f1c6..c8c11769d9ee4c112d914d204a5f15d96d19d693 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -1130,6 +1130,7 @@ static_library("extensions") {
"api/launcher_page/launcher_page_api.cc",
"api/launcher_page/launcher_page_api.h",
]
+ deps += [ "//components/image_fetcher/content" ]
}
if (enable_hotwording) {

Powered by Google App Engine
This is Rietveld 408576698