aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-03-20 18:09:30 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-21 17:28:21 +0000
commit189491c2813981fd51c2ad813b45e789c27297d1 (patch)
treed65becc89259509e3ccdfd2984fd83f08147e494 /BUILD.gn
parenta6c7c7ae6e23bb61083980c697a3319a893adb93 (diff)
Enable dng testing on windows
IIRC, we had problems with OOM testing dng on windows. Since then, I think we have replaced our dng test images with smaller versions. I think we can gives this another shot. CQ_INCLUDE_TRYBOTS=skia.primary:Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Debug BUG=skia: Change-Id: I05a20c2c0bcfdc2f5eb0bde20e3f4fc92f614d9d Reviewed-on: https://skia-review.googlesource.com/9913 Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5df2b4ab96..f8e65482f9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -39,8 +39,7 @@ declare_args() {
skia_vulkan_sdk = getenv("VULKAN_SDK")
}
declare_args() {
- skia_use_dng_sdk =
- !is_fuchsia && !is_win && skia_use_libjpeg_turbo && skia_use_zlib
+ skia_use_dng_sdk = !is_fuchsia && skia_use_libjpeg_turbo && skia_use_zlib
skia_use_sfntly = skia_use_icu
if (is_android) {