Commit 8e6e2a35 authored by Chris Blume's avatar Chris Blume Committed by Commit Bot

Remove Vulkan validation layers from .gitignore

third_party/vulkan-validation-layers/src used to be populated by a DEPS
file in ANGLE. Because of this, it was added to the .gitignore to
prevent excess code downloading.

However, ANGLE later changed to pull its DEPS into
third_party/angle/third_party. That left
third_party/vulkan-validation-layers/src inside .gitignore without
actually being pulled in by DEPS.

This patch removes that directory from the .gitignore file so we can
later update the directory. This is needed to pull in a fix for a bug.

BUG=843346

Change-Id: I0563deadeef759af11f85dbdb0781238e82b21eb
Reviewed-on: https://chromium-review.googlesource.com/1252622Reviewed-by: default avatarJamie Madill <jmadill@chromium.org>
Commit-Queue: Chris Blume <cblume@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595216}
parent d0567449
...@@ -211,7 +211,6 @@ ...@@ -211,7 +211,6 @@
/usrsctp/usrsctplib /usrsctp/usrsctplib
/v8-i18n /v8-i18n
/valgrind /valgrind
/vulkan-validation-layers/src
/visualmetrics /visualmetrics
/wayland/src /wayland/src
/wayland-protocols/src /wayland-protocols/src
......
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