Commit 45f5d6f8 by Frank Henigman Committed by Commit Bot

Add missing comma to deqp.gypi.

BUG=angleproject:1569 Change-Id: I2bcde845d70159c1047349673ec8417b7686eafc Reviewed-on: https://chromium-review.googlesource.com/721257Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
parent 2e568cfb
......@@ -1468,7 +1468,7 @@
],
'include_dirs':
[
'<@(deqp_include_dirs)'
'<@(deqp_include_dirs)',
'<(libpng_path)',
'<(zlib_path)',
],
......
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