summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-05-11 22:36:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 05:37:43 +0000
commit9f7a2cb43a231998f6aaedf7e808562e9a46caaf (patch)
treed4cc73592e2c98b676446661b164cd13ded23271 /third_party
parent49d9c54f4cc57c5b413c608d32bd1dad8da9416f (diff)
downloadchromium_src-9f7a2cb43a231998f6aaedf7e808562e9a46caaf.zip
chromium_src-9f7a2cb43a231998f6aaedf7e808562e9a46caaf.tar.gz
chromium_src-9f7a2cb43a231998f6aaedf7e808562e9a46caaf.tar.bz2
Sync defines with the GYP build.
BUG= Review URL: https://codereview.chromium.org/1129293003 Cr-Commit-Position: refs/heads/master@{#329357}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 261cb1f..1876f0a8 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,