Commit ef9e30eb by Jamie Madill

Vulkan: Fix JSON generation in GYP.

This isn't tested on the bots, but fails in standalone. BUG=angleproject:1810 Change-Id: Ia1743352e236966abf321d312a8beb47a4cff336 Reviewed-on: https://chromium-review.googlesource.com/435012Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 5714a202
...@@ -700,7 +700,7 @@ ...@@ -700,7 +700,7 @@
'action': 'action':
[ [
'python', '<(angle_path)/scripts/generate_vulkan_layers_json.py', 'python', '<(angle_path)/scripts/generate_vulkan_layers_json.py',
'<(vulkan_layers_path)/layers/windows', '<(angle_gen_path)/vulkan/json', '<(PRODUCT_DIR)', '<(vulkan_layers_path)/layers/windows', '<(angle_gen_path)/vulkan/json',
], ],
}], }],
], ],
......
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