dotfile_settings.gni 689 B

12345678910111213141516
  1. # Copyright 2018 The ANGLE Project Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # This file contains variables that can be imported into a repo's dotfile (.gn)
  5. # to make it easier to roll new versions of ANGLE in.
  6. angle_dotfile_settings = {
  7. exec_script_whitelist = [
  8. get_path_info("BUILD.gn", "abspath"),
  9. get_path_info("third_party/vulkan-headers/BUILD.gn", "abspath"),
  10. get_path_info("third_party/vulkan-loader/BUILD.gn", "abspath"),
  11. get_path_info("third_party/vulkan-tools/BUILD.gn", "abspath"),
  12. get_path_info("third_party/vulkan-validation-layers/BUILD.gn", "abspath"),
  13. ]
  14. }