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

Unified Diff: ui/gfx/BUILD.gn

Issue 569623002: Switch ChromeOS Chromium login to use IJG libjpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on ToT Created 6 years, 3 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: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index d8c71f5d43fe4c379d48239cb6a2164bf766d8a9..ae374940ef3aaaa2ee9afcffa87e94a511dc984c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -320,6 +320,13 @@ component("gfx") {
configs += [ "//build/config/linux:fontconfig" ]
}
+ # Chrome OS
+ # TODO(jorgelo): make sure this works on Chrome OS.
+ if (is_chromeos) {
+ # Robust JPEG decoding for the login screen.
+ deps += [ "//third_party:jpeg" ]
+ }
+
# Ozone stuff.
if (use_ozone) {
sources += [
« third_party/BUILD.gn ('K') | « third_party/BUILD.gn ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698