Hash :
d788c2c0
        
        Author :
  
        
        Date :
2023-12-04T22:43:39
        
      
Remove team members no longer part of the project Bug: None Change-Id: I66bf34ece50995fdecfab55a2198e9946e9be4cd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5087208 Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
# Copyright 2019 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
# IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .*.
{
  'WATCHLIST_DEFINITIONS': {
    'vulkan': {
      'filepath': 'src/libANGLE/renderer/vulkan/',
    },
  },
  ##############################################################################
  # Please keep alphabetical
  ##############################################################################
  'WATCHLISTS': {
    'vulkan': ['cclao+angleWatchVk@google.com'],
  },
}