blob: d42beef6fe8ac84b2f60d49fc20c1cf4263c4ce7 [file] [log] [blame]
Jamie Madill7b7ada62018-02-05 14:49:15 -05001# 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 = {
Jamie Madilld7397272019-10-20 11:36:10 -04009 exec_script_whitelist = [ get_path_info("BUILD.gn", "abspath") ]
Jamie Madill7b7ada62018-02-05 14:49:15 -050010}