| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'davidbarr+watch@chromium.org', | 407 'davidbarr+watch@chromium.org', |
| 408 'zork+watch@chromium.org', | 408 'zork+watch@chromium.org', |
| 409 'hashimoto+watch@chromium.org', | 409 'hashimoto+watch@chromium.org', |
| 410 'yoshiki+watch@chromium.org', | 410 'yoshiki+watch@chromium.org', |
| 411 'yuzo+watch@chromium.org'], | 411 'yuzo+watch@chromium.org'], |
| 412 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 412 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
| 413 'views_core': ['ben+watch@chromium.org'], | 413 'views_core': ['ben+watch@chromium.org'], |
| 414 'tools_emacs': ['fischman+watch@chromium.org'], | 414 'tools_emacs': ['fischman+watch@chromium.org'], |
| 415 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', | 415 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
| 416 'piman+watch@chromium.org'], | 416 'piman+watch@chromium.org'], |
| 417 'textinput': ['suzhe@chromium.org'], | 417 'textinput': ['penghuang+watch@chromium.org', 'suzhe@chromium.org'], |
| 418 'omnibox': ['suzhe@chromium.org'], | 418 'omnibox': ['suzhe@chromium.org'], |
| 419 'message_loop': ['sadrul@chromium.org'], | 419 'message_loop': ['sadrul@chromium.org'], |
| 420 'clipboard': ['dcheng@chromium.org'], | 420 'clipboard': ['dcheng@chromium.org'], |
| 421 }, | 421 }, |
| 422 } | 422 } |
| OLD | NEW |