| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 18 matching lines...) Expand all Loading... |
| 29 }, | 29 }, |
| 30 'browser': { | 30 'browser': { |
| 31 'filepath': 'chrome/browser/.*', | 31 'filepath': 'chrome/browser/.*', |
| 32 }, | 32 }, |
| 33 'browser_main': { | 33 'browser_main': { |
| 34 'filepath': 'chrome/browser/browser_main.cc', | 34 'filepath': 'chrome/browser/browser_main.cc', |
| 35 }, | 35 }, |
| 36 'browser_resources': { | 36 'browser_resources': { |
| 37 'filepath': 'chrome/browser/resources/.*', | 37 'filepath': 'chrome/browser/resources/.*', |
| 38 }, | 38 }, |
| 39 'chromeos_login': { |
| 40 'filepath': 'chrome/browser/chromeos/login/.*', |
| 41 } |
| 39 'download': { | 42 'download': { |
| 40 'filepath': 'download|save_', | 43 'filepath': 'download|save_', |
| 41 }, | 44 }, |
| 42 'history': { | 45 'history': { |
| 43 'filepath': 'chrome/browser/history/.*', | 46 'filepath': 'chrome/browser/history/.*', |
| 44 }, | 47 }, |
| 45 'renderer': { | 48 'renderer': { |
| 46 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ | 49 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
| 47 'chrome/common/render.*', | 50 'chrome/common/render.*', |
| 48 }, | 51 }, |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'this_file': ['nirnimesh@chromium.org'], | 131 'this_file': ['nirnimesh@chromium.org'], |
| 129 'valgrind': ['timurrrr@chromium.org', | 132 'valgrind': ['timurrrr@chromium.org', |
| 130 'stuartmorgan@chromium.org', | 133 'stuartmorgan@chromium.org', |
| 131 'glider@chromium.org'], | 134 'glider@chromium.org'], |
| 132 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 135 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
| 133 'base': ['brettw-cc@chromium.org'], | 136 'base': ['brettw-cc@chromium.org'], |
| 134 'views': ['ben+cc@chromium.org'], | 137 'views': ['ben+cc@chromium.org'], |
| 135 'browser': ['ben+cc@chromium.org'], | 138 'browser': ['ben+cc@chromium.org'], |
| 136 'browser_main': ['brettw-cc@chromium.org'], | 139 'browser_main': ['brettw-cc@chromium.org'], |
| 137 'browser_resources': ['arv@chromium.org'], | 140 'browser_resources': ['arv@chromium.org'], |
| 141 'chromeos_login': ['nkostylev+cc@chromium.org'], |
| 138 'download': ['paul@chromium.org'], | 142 'download': ['paul@chromium.org'], |
| 139 'history': ['brettw-cc@chromium.org'], | 143 'history': ['brettw-cc@chromium.org'], |
| 140 'renderer': ['darin-cc@chromium.org', | 144 'renderer': ['darin-cc@chromium.org', |
| 141 'brettw-cc@chromium.org', | 145 'brettw-cc@chromium.org', |
| 142 'jam+cc@chromium.org'], | 146 'jam+cc@chromium.org'], |
| 143 'safe_browsing': ['paul@chromium.org'], | 147 'safe_browsing': ['paul@chromium.org'], |
| 144 'tab_contents': ['brettw-cc@chromium.org'], | 148 'tab_contents': ['brettw-cc@chromium.org'], |
| 145 'webkit': ['darin-cc@chromium.org'], | 149 'webkit': ['darin-cc@chromium.org'], |
| 146 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], | 150 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], |
| 147 'worker': ['jam@chromium.org'], | 151 'worker': ['jam@chromium.org'], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 163 'tests': ['phajdan.jr@chromium.org'], | 167 'tests': ['phajdan.jr@chromium.org'], |
| 164 'automation': ['phajdan.jr@chromium.org'], | 168 'automation': ['phajdan.jr@chromium.org'], |
| 165 'chrome_frame' : ['amit@chromium.org'], | 169 'chrome_frame' : ['amit@chromium.org'], |
| 166 'nacl' : ['native-client-reviews@googlegroups.com'], | 170 'nacl' : ['native-client-reviews@googlegroups.com'], |
| 167 'appcache': ['michaeln@chromium.org'], | 171 'appcache': ['michaeln@chromium.org'], |
| 168 'gpu': ['apatrick@chromium.org'], | 172 'gpu': ['apatrick@chromium.org'], |
| 169 'locale_settings': ['finnur+watch@chromium.org'], | 173 'locale_settings': ['finnur+watch@chromium.org'], |
| 170 'options_dialog_content': ['finnur+watch@chromium.org'], | 174 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 171 }, | 175 }, |
| 172 } | 176 } |
| OLD | NEW |