[go: up one dir, main page]

blob: f7e80956f66f8a5fe67c7f042f0215bd037c391b [file] [log] [blame]
# 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'],
},
}