| OLD | NEW |
| 1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin
.*', | 55 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin
.*', |
| 56 }, | 56 }, |
| 57 'net': { | 57 'net': { |
| 58 'filepath': 'net/.*', | 58 'filepath': 'net/.*', |
| 59 }, | 59 }, |
| 60 'installer': { | 60 'installer': { |
| 61 'filepath': 'chrome/installer/.*', | 61 'filepath': 'chrome/installer/.*', |
| 62 }, | 62 }, |
| 63 'importer': { | 63 'importer': { |
| 64 'filepath': '.*import.*', | 64 'filepath': '.*import.*', |
| 65 } | 65 }, |
| 66 'media': { |
| 67 'filepath': 'media|Media|^third_party/ffmpeg/', |
| 68 }, |
| 66 }, | 69 }, |
| 67 | 70 |
| 68 'WATCHLISTS': { | 71 'WATCHLISTS': { |
| 69 'this_file': ['nirnimesh@chromium.org'], | 72 'this_file': ['nirnimesh@chromium.org'], |
| 70 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com'], | 73 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com'], |
| 71 'mac': ['jrg@chromium.org'], | 74 'mac': ['jrg@chromium.org'], |
| 72 'base': ['brettw@chromium.org'], | 75 'base': ['brettw@chromium.org'], |
| 73 'views': ['ben@chromium.org'], | 76 'views': ['ben@chromium.org'], |
| 74 'browser': ['ben@chromium.org'], | 77 'browser': ['ben@chromium.org'], |
| 75 'download': ['paul@chromium.org'], | 78 'download': ['paul@chromium.org'], |
| 76 'history': ['brettw@chromium.org'], | 79 'history': ['brettw@chromium.org'], |
| 77 'renderer': ['darin@chromium.org', 'brettw@chromium.org'], | 80 'renderer': ['darin@chromium.org', 'brettw@chromium.org'], |
| 78 'safe_browsing': ['paul@chromium.org'], | 81 'safe_browsing': ['paul@chromium.org'], |
| 79 'tab_contents': ['brettw@chromium.org'], | 82 'tab_contents': ['brettw@chromium.org'], |
| 80 'webkit': ['darin@chromium.org'], | 83 'webkit': ['darin@chromium.org'], |
| 81 'plugin': ['darin@chromium.org'], | 84 'plugin': ['darin@chromium.org'], |
| 82 'extension': ['erikkay@chromium.org'], | 85 'extension': ['erikkay@chromium.org'], |
| 83 'purify': ['erikkay@chromium.org'], | 86 'purify': ['erikkay@chromium.org'], |
| 84 'net': ['darin@chromium.org', 'willchan@chromium.org'], | 87 'net': ['darin@chromium.org', 'willchan@chromium.org'], |
| 85 'installer': ['kuchhal@chromium.org'], | 88 'installer': ['kuchhal@chromium.org'], |
| 86 'importer': ['kuchhal@chromium.org'], | 89 'importer': ['kuchhal@chromium.org'], |
| 90 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', |
| 91 'hclam@chromium.org', 'kylep@chromium.org', |
| 92 'scherkus@chromium.org'], |
| 87 }, | 93 }, |
| 88 } | 94 } |
| OLD | NEW |