Jamie Madill | 5de69e9 | 2019-02-28 10:17:38 -0500 | [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': { |
| 13 | 'vulkan': { |
| 14 | 'filepath': 'src/libANGLE/renderer/vulkan/', |
| 15 | }, |
| 16 | }, |
| 17 | |
| 18 | ############################################################################## |
| 19 | # Please keep alphabetical |
| 20 | ############################################################################## |
| 21 | 'WATCHLISTS': { |
Geoff Lang | ad85cd0 | 2020-04-21 11:47:50 -0400 | [diff] [blame] | 22 | 'vulkan': ['cclao+angleWatchVk@google.com', |
| 23 | 'jmadill+watch@chromium.org', |
| 24 | 'timvp+angleWatchVk@google.com'], |
Jamie Madill | 5de69e9 | 2019-02-28 10:17:38 -0500 | [diff] [blame] | 25 | }, |
| 26 | } |