aboutsummaryrefslogtreecommitdiff
path: root/dotfile_settings.gni
diff options
context:
space:
mode:
Diffstat (limited to 'dotfile_settings.gni')
-rw-r--r--dotfile_settings.gni9
1 files changed, 4 insertions, 5 deletions
diff --git a/dotfile_settings.gni b/dotfile_settings.gni
index baf6e60467..8c370c36f5 100644
--- a/dotfile_settings.gni
+++ b/dotfile_settings.gni
@@ -8,10 +8,9 @@
angle_dotfile_settings = {
exec_script_whitelist = [
get_path_info("BUILD.gn", "abspath"),
- get_path_info("third_party/vulkan-headers/src/BUILD.gn", "abspath"),
- get_path_info("third_party/vulkan-loader/src/BUILD.gn", "abspath"),
- get_path_info("third_party/vulkan-tools/src/BUILD.gn", "abspath"),
- get_path_info("third_party/vulkan-validation-layers/src/BUILD.gn",
- "abspath"),
+ get_path_info("third_party/vulkan-headers/BUILD.gn", "abspath"),
+ get_path_info("third_party/vulkan-loader/BUILD.gn", "abspath"),
+ get_path_info("third_party/vulkan-tools/BUILD.gn", "abspath"),
+ get_path_info("third_party/vulkan-validation-layers/BUILD.gn", "abspath"),
]
}