Edit

kc3-lang/angle/WATCHLISTS

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2020-04-21 11:47:50
    Hash : ad85cd00
    Message : Fix quotes around emails in WATCHLISTS Quotes were around the entire list of emails instead of around individual ones. Change-Id: Ice783622eb31981f606f49f57984a15771ace995 Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2159290 Commit-Queue: Geoff Lang <geofflang@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Tim Van Patten <timvp@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • WATCHLISTS
  • # 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',
                   'jmadill+watch@chromium.org',
                   'timvp+angleWatchVk@google.com'],
      },
    }