Jamie Madill | 5de69e9 | 2019-02-28 15:17:38 | [diff] [blame] | 1 | # 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 Li | 2642ee4 | 2025-05-27 17:39:06 | [diff] [blame] | 13 | 'angle-features': { |
| 14 | 'filepath': 'util/autogen/angle_features_autogen.h', |
| 15 | }, |
Jamie Madill | 5de69e9 | 2019-02-28 15:17:38 | [diff] [blame] | 16 | 'vulkan': { |
| 17 | 'filepath': 'src/libANGLE/renderer/vulkan/', |
| 18 | }, |
| 19 | }, |
| 20 | |
| 21 | ############################################################################## |
| 22 | # Please keep alphabetical |
| 23 | ############################################################################## |
| 24 | 'WATCHLISTS': { |
Kaiyi Li | 2642ee4 | 2025-05-27 17:39:06 | [diff] [blame] | 25 | 'angle-features': [ |
| 26 | 'kaiyili+angleWatchAngleFeatures@google.com', |
| 27 | 'battlestar-gfx@google.com' |
| 28 | ], |
Shahbaz Youssefi | d788c2c | 2023-12-05 03:43:39 | [diff] [blame] | 29 | 'vulkan': ['cclao+angleWatchVk@google.com'], |
Jamie Madill | 5de69e9 | 2019-02-28 15:17:38 | [diff] [blame] | 30 | }, |
| 31 | } |