OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 'ctguil+watch@chromium.org', | 394 'ctguil+watch@chromium.org', |
395 'aboxhall+watch@chromium.org', | 395 'aboxhall+watch@chromium.org', |
396 'davidbarr+watch@chromium.org', | 396 'davidbarr+watch@chromium.org', |
397 'zork+watch@chromium.org', | 397 'zork+watch@chromium.org', |
398 'hashimoto+watch@chromium.org', | 398 'hashimoto+watch@chromium.org', |
399 'yoshiki+watch@chromium.org', | 399 'yoshiki+watch@chromium.org', |
400 'yuzo+watch@chromium.org'], | 400 'yuzo+watch@chromium.org'], |
401 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 401 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
402 'views_core': ['ben+watch@chromium.org'], | 402 'views_core': ['ben+watch@chromium.org'], |
403 'tools_emacs': ['fischman+watch@chromium.org'], | 403 'tools_emacs': ['fischman+watch@chromium.org'], |
404 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org'], | 404 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
| 405 'piman+watch@chromium.org'], |
405 'textinput': ['suzhe@chromium.org'], | 406 'textinput': ['suzhe@chromium.org'], |
406 'omnibox': ['suzhe@chromium.org'], | 407 'omnibox': ['suzhe@chromium.org'], |
407 'message_loop': ['sadrul@chromium.org'], | 408 'message_loop': ['sadrul@chromium.org'], |
408 }, | 409 }, |
409 } | 410 } |
OLD | NEW |