Chromium Code Reviews| Index: ui/gfx/BUILD.gn |
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
| index 11d8a3e9efc241d2535c00730d7bd35364e101ba..ef95a27e71951cf4a1fd7e5aa1af8d2901dcbac0 100644 |
| --- a/ui/gfx/BUILD.gn |
| +++ b/ui/gfx/BUILD.gn |
| @@ -319,6 +319,13 @@ component("gfx") { |
| configs += [ "//build/config/linux:fontconfig" ] |
| } |
| + # Chrome OS |
| + # TODO(jorgelo): make sure this works on Chrome OS. |
|
sky
2014/09/18 22:19:37
Please verify before landing.
Jorge Lucangeli Obes
2014/09/18 22:22:23
But the GN build does not work with chromeos=1, ho
|
| + if (is_chromeos) { |
| + # Robust JPEG decoding for the login screen. |
| + deps += [ "//third_party:jpeg" ] |
| + } |
| + |
| # Ozone stuff. |
| if (use_ozone) { |
| sources += [ |