• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5# This file contains variables that can be imported into a repo's dotfile (.gn)
6# to make it easier to roll new versions of ANGLE in.
7
8angle_dotfile_settings = {
9  exec_script_allowlist = [ get_path_info("BUILD.gn", "abspath") ]
10
11  # TODO(crbug.com/389986807) - move other clients to `exec_script_allowlist`
12  # so that we don't need to keep supporting `exec_script_whitelist`.
13  exec_script_whitelist = exec_script_allowlist
14}
15