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

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: Update BUILD.gn and add GYP libjpeg variables 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
« no previous file with comments | « build/common.gypi ('k') | ui/gfx/codec/jpeg_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 11d8a3e9efc241d2535c00730d7bd35364e101ba..9130db855e622011caf5e76668e729e61892cef9 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -319,6 +319,12 @@ component("gfx") {
configs += [ "//build/config/linux:fontconfig" ]
}
+ # ChromeOS
Jorge Lucangeli Obes 2014/09/18 20:54:39 Nit: Chrome OS with a space.
+ if (is_chromeos) {
+ # Robust JPEG decoding for the login screen.
+ deps += [ "//third_party:jpeg" ]
+ }
+
# Ozone stuff.
if (use_ozone) {
sources += [
« no previous file with comments | « build/common.gypi ('k') | ui/gfx/codec/jpeg_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698