Hash :
2642ee46
        
        Author :
  
        
        Date :
2025-05-27T17:39:06
        
      
Add downstream to watch ANGLE feature changes Bug: b/417527313 Change-Id: Idb36f7bac0c25391752a35cf5ed2ad99e6a6a636 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6594071 Auto-Submit: Kaiyi Li <kaiyili@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Charlie Lao <cclao@google.com>
# 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': {
    'angle-features': {
      'filepath': 'util/autogen/angle_features_autogen.h',
    },
    'vulkan': {
      'filepath': 'src/libANGLE/renderer/vulkan/',
    },
  },
  ##############################################################################
  # Please keep alphabetical
  ##############################################################################
  'WATCHLISTS': {
    'angle-features': [
      'kaiyili+angleWatchAngleFeatures@google.com',
      'battlestar-gfx@google.com'
    ],
    'vulkan': ['cclao+angleWatchVk@google.com'],
  },
}