• 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_whitelist = [ get_path_info("BUILD.gn", "abspath") ]
10}
11