Commit ce252b28 by Jamie Madill Committed by Commit Bot

Remove libpng and zlib from dEQP include dirs.

These extra include dirs were not being rebased correctly in the BUILD.gn side. Instead add them later in angle_deqp_support. The GN build already had the correct deps in any case. BUG=angleproject:1569 Change-Id: Ieb4fab47bd9948a3309da239f2efdafbfcc8782c Reviewed-on: https://chromium-review.googlesource.com/722065Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 2d88e9bc
......@@ -108,8 +108,6 @@
'<(deqp_path)/modules/gles31/stress',
'<(deqp_path)/modules/glshared',
'<(deqp_path)/modules/glusecases',
'<(libpng_path)',
'<(zlib_path)',
],
'deqp_gles2_sources':
[
......@@ -1468,7 +1466,12 @@
'-fno-exceptions',
'-fno-rtti',
],
'include_dirs': ['<@(deqp_include_dirs)'],
'include_dirs':
[
'<@(deqp_include_dirs)'
'<(libpng_path)',
'<(zlib_path)',
],
'defines': ['<@(deqp_defines)'],
'defines!': [ '<@(deqp_undefines)' ],
'msvs_settings':
......
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