Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'garykac+watch@chromium.org', | 394 'garykac+watch@chromium.org', |
| 395 'hclam+watch@chromium.org', | 395 'hclam+watch@chromium.org', |
| 396 'jamiewalch+watch@chromium.org', | 396 'jamiewalch+watch@chromium.org', |
| 397 'lambroslambrou+watch@chromium.org', | 397 'lambroslambrou+watch@chromium.org', |
| 398 'sergeyu+watch@chromium.org', | 398 'sergeyu+watch@chromium.org', |
| 399 'simonmorris+watch@chromium.org', | 399 'simonmorris+watch@chromium.org', |
| 400 'wez+watch@chromium.org', | 400 'wez+watch@chromium.org', |
| 401 'amit@chromium.org', | 401 'amit@chromium.org', |
| 402 'sanjeevr@chromium.org'], | 402 'sanjeevr@chromium.org'], |
| 403 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org'], | 403 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org'], |
| 404 'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org', | 404 'cookie_monster': ['erikwright@chromium.org', 'rkn@chromium.org', |
| 405 'rkn@chromium.org', 'wtc@chromium.org'], | 405 » » 'wtc@chromium.org'], |
|
Nirnimesh
2012/04/13 21:03:01
replace tabs with spaces.
Randy Smith (Not in Mondays)
2012/04/13 22:05:59
Whoops; done.
| |
| 406 'autofill': ['dhollowa+watch@chromium.org', 'georgey@chromium.org', | 406 'autofill': ['dhollowa+watch@chromium.org', 'georgey@chromium.org', |
| 407 'isherman@chromium.org', 'dyu@chromium.org'], | 407 'isherman@chromium.org', 'dyu@chromium.org'], |
| 408 'webdata': ['dhollowa+watch@chromium.org'], | 408 'webdata': ['dhollowa+watch@chromium.org'], |
| 409 'i18n': ['jshin+watch@chromium.org'], | 409 'i18n': ['jshin+watch@chromium.org'], |
| 410 'pyauto': ['anantha@chromium.org', | 410 'pyauto': ['anantha@chromium.org', |
| 411 'nirnimesh@chromium.org', 'dyu@chromium.org', | 411 'nirnimesh@chromium.org', 'dyu@chromium.org', |
| 412 'dennisjeffrey@chromium.org'], | 412 'dennisjeffrey@chromium.org'], |
| 413 'labs': ['thakis@chromium.org'], | 413 'labs': ['thakis@chromium.org'], |
| 414 'fileapi': ['kinuko+watch@chromium.org'], | 414 'fileapi': ['kinuko+watch@chromium.org'], |
| 415 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', | 415 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 458 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 458 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
| 459 'omnibox': ['suzhe@chromium.org'], | 459 'omnibox': ['suzhe@chromium.org'], |
| 460 'message_loop': ['sadrul@chromium.org'], | 460 'message_loop': ['sadrul@chromium.org'], |
| 461 'clipboard': ['dcheng@chromium.org'], | 461 'clipboard': ['dcheng@chromium.org'], |
| 462 'metrics': ['jar@chromium.org', | 462 'metrics': ['jar@chromium.org', |
| 463 'isherman@chromium.org', | 463 'isherman@chromium.org', |
| 464 'mad@chromium.org'], | 464 'mad@chromium.org'], |
| 465 'installer': ['grt+watch@chromium.org'], | 465 'installer': ['grt+watch@chromium.org'], |
| 466 }, | 466 }, |
| 467 } | 467 } |
| OLD | NEW |