[go: up one dir, main page]

blob: f7e80956f66f8a5fe67c7f042f0215bd037c391b [file] [log] [blame]
Jamie Madill5de69e92019-02-28 15:17:381# Copyright 2019 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# Watchlist Rules
6# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
8# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
10
11{
12 'WATCHLIST_DEFINITIONS': {
Kaiyi Li2642ee42025-05-27 17:39:0613 'angle-features': {
14 'filepath': 'util/autogen/angle_features_autogen.h',
15 },
Jamie Madill5de69e92019-02-28 15:17:3816 'vulkan': {
17 'filepath': 'src/libANGLE/renderer/vulkan/',
18 },
19 },
20
21 ##############################################################################
22 # Please keep alphabetical
23 ##############################################################################
24 'WATCHLISTS': {
Kaiyi Li2642ee42025-05-27 17:39:0625 'angle-features': [
26 'kaiyili+angleWatchAngleFeatures@google.com',
27 'battlestar-gfx@google.com'
28 ],
Shahbaz Youssefid788c2c2023-12-05 03:43:3929 'vulkan': ['cclao+angleWatchVk@google.com'],
Jamie Madill5de69e92019-02-28 15:17:3830 },
31}