Commit 58afe4cb by Jiajie Hu Committed by Commit Bot

Remove angle_libjpeg_turbo_dir fallback after Chromium side fix

This is a follow up of crrev.com/c/2282277. To avoid ANGLE roll failure, crrev.com/c/2285839 should be landed first. Bug: None Change-Id: I41ece21af4b689150d82b0b1bc7eaae21ce23fed Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2286811Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jiajie Hu <jiajie.hu@intel.com>
parent 13859945
......@@ -10,11 +10,6 @@ import("//third_party/libjpeg.gni")
assert(!is_ios, "This is not used on iOS, don't drag it in unintentionally")
# TODO(jiajie.hu@intel.com): Define the override in Chromium and remove this.
if (!defined(angle_libjpeg_turbo_dir)) {
angle_libjpeg_turbo_dir = "//third_party/libjpeg_turbo"
}
config("system_libjpeg_config") {
libs = [ "jpeg" ]
defines = [ "USE_SYSTEM_LIBJPEG" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment