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

Unified Diff: ui/gfx/gfx.gyp

Issue 569623002: Switch ChromeOS Chromium login to use IJG libjpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright and add unit test assertions Created 5 years, 7 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 | « ui/gfx/chromeos/codec/jpeg_codec_robust_slow_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 3dfa01bed57800227b1809f5948d961678b58560..f3f68681a4b6d7bf49148a630c7a228c2c82bd47 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -368,6 +368,16 @@
],
},
}],
+ ['chromeos==1', {
+ # Chrome OS requires robust JPEG decoding for the login screen.
+ 'sources': [
+ 'chromeos/codec/jpeg_codec_robust_slow.cc',
+ 'chromeos/codec/jpeg_codec_robust_slow.h',
+ ],
+ 'dependencies': [
+ '<(libjpeg_ijg_gyp_path):libjpeg',
+ ],
+ }],
['use_aura==0 and toolkit_views==0', {
'sources!': [
'nine_image_painter.cc',
« no previous file with comments | « ui/gfx/chromeos/codec/jpeg_codec_robust_slow_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698