Chromium Code Reviews| Index: third_party/BUILD.gn |
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn |
| index 261cb1fecec8bcf0772086edabe085fab48f240a..1876f0a8b71c4c541e29c8fd918ef44997259fe0 100644 |
| --- a/third_party/BUILD.gn |
| +++ b/third_party/BUILD.gn |
| @@ -20,7 +20,7 @@ config("system_libjpeg_config") { |
| } |
| config("libjpeg_turbo_config") { |
| - defines = [ "USE_LIBJPEG_TURBO" ] |
| + defines = [ "USE_LIBJPEG_TURBO=1" ] |
| } |
| # This is a meta target that forwards to the system's libjpeg, |