Commit 0ba5da5a authored by Antoine Labour's avatar Antoine Labour Committed by Commit Bot

Remove wrong include path for vulkan_tests

/usr/include should never be needed explicitly, and conflicts with the
sysroot

Bug: None
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Ie07580c98136e9b0023ba7b650a0364397ff38fb
Reviewed-on: https://chromium-review.googlesource.com/1040737Reviewed-by: default avatarChris Blume <cblume@chromium.org>
Commit-Queue: Antoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555567}
parent 9d1896d9
...@@ -81,7 +81,6 @@ if (enable_vulkan) { ...@@ -81,7 +81,6 @@ if (enable_vulkan) {
"tests/vulkan_tests_main.cc", "tests/vulkan_tests_main.cc",
] ]
include_dirs = [ "/usr/include" ]
if (current_cpu == "x64") { if (current_cpu == "x64") {
lib_dirs = [ lib_dirs = [
"/usr/lib/x86_64-linux-gnu", "/usr/lib/x86_64-linux-gnu",
......
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