| 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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
| 10 | 10 |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 '|chrome/browser/ui/webui/metrics_handler'\ | 359 '|chrome/browser/ui/webui/metrics_handler'\ |
| 360 '|content/browser/user_metrics.cc'\ | 360 '|content/browser/user_metrics.cc'\ |
| 361 '|content/public/browser/user_metrics.h'\ | 361 '|content/public/browser/user_metrics.h'\ |
| 362 '|tools/metrics/' | 362 '|tools/metrics/' |
| 363 }, | 363 }, |
| 364 'mouse_lock': { | 364 'mouse_lock': { |
| 365 'filepath': 'mouse_lock', | 365 'filepath': 'mouse_lock', |
| 366 }, | 366 }, |
| 367 'nacl': { | 367 'nacl': { |
| 368 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ | 368 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 369 'chrome/browser/nacl_host/|chrome/common/nacl', | 369 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 370 'native_client_sdk/src/doc/', |
| 370 }, | 371 }, |
| 371 'native_client_sdk': { | 372 'native_client_sdk': { |
| 372 'filepath': '^native_client_sdk/', | 373 'filepath': '^native_client_sdk/', |
| 373 }, | 374 }, |
| 374 'net': { | 375 'net': { |
| 375 'filepath': 'net/', | 376 'filepath': 'net/', |
| 376 }, | 377 }, |
| 377 'net_error_list': { | 378 'net_error_list': { |
| 378 'filepath': 'net/base/net_error_list.h', | 379 'filepath': 'net/base/net_error_list.h', |
| 379 }, | 380 }, |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 'views': ['tfarina@chromium.org'], | 795 'views': ['tfarina@chromium.org'], |
| 795 'views_core': ['ben+watch@chromium.org'], | 796 'views_core': ['ben+watch@chromium.org'], |
| 796 'website_settings': ['markusheintz@chromium.org'], | 797 'website_settings': ['markusheintz@chromium.org'], |
| 797 'webkit': ['darin-cc@chromium.org'], | 798 'webkit': ['darin-cc@chromium.org'], |
| 798 'worker': ['jam@chromium.org'], | 799 'worker': ['jam@chromium.org'], |
| 799 'x11': ['derat+watch@chromium.org', | 800 'x11': ['derat+watch@chromium.org', |
| 800 'sadrul@chromium.org', | 801 'sadrul@chromium.org', |
| 801 'yusukes+watch@chromium.org'], | 802 'yusukes+watch@chromium.org'], |
| 802 }, | 803 }, |
| 803 } | 804 } |
| OLD | NEW |