| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'gpu': { | 118 'gpu': { |
| 119 'filepath': 'gpu/.*', | 119 'filepath': 'gpu/.*', |
| 120 }, | 120 }, |
| 121 'locale_settings': { | 121 'locale_settings': { |
| 122 'filepath': 'chrome/app/resources/locale_settings.*', | 122 'filepath': 'chrome/app/resources/locale_settings.*', |
| 123 }, | 123 }, |
| 124 'options_dialog_content': { | 124 'options_dialog_content': { |
| 125 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ | 125 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
| 126 'chrome/browser/views/options/general_page_view.h', | 126 'chrome/browser/views/options/general_page_view.h', |
| 127 }, | 127 }, |
| 128 'chromeos': { |
| 129 'filepath': 'chrome/browser/chromeos/.*', |
| 130 }, |
| 128 }, | 131 }, |
| 129 | 132 |
| 130 'WATCHLISTS': { | 133 'WATCHLISTS': { |
| 131 'this_file': ['nirnimesh@chromium.org'], | 134 'this_file': ['nirnimesh@chromium.org'], |
| 132 'valgrind': ['timurrrr@chromium.org', | 135 'valgrind': ['timurrrr@chromium.org', |
| 133 'stuartmorgan@chromium.org', | 136 'stuartmorgan@chromium.org', |
| 134 'glider@chromium.org'], | 137 'glider@chromium.org'], |
| 135 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 138 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
| 136 'base': ['brettw-cc@chromium.org'], | 139 'base': ['brettw-cc@chromium.org'], |
| 137 'views': ['ben+cc@chromium.org'], | 140 'views': ['ben+cc@chromium.org'], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 165 'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'], | 168 'layout_tests': ['pam+watch@chromium.org', 'dpranke+watch@chromium.org'], |
| 166 'tools': ['pam+watch@chromium.org'], | 169 'tools': ['pam+watch@chromium.org'], |
| 167 'tests': ['phajdan.jr@chromium.org'], | 170 'tests': ['phajdan.jr@chromium.org'], |
| 168 'automation': ['phajdan.jr@chromium.org'], | 171 'automation': ['phajdan.jr@chromium.org'], |
| 169 'chrome_frame' : ['amit@chromium.org'], | 172 'chrome_frame' : ['amit@chromium.org'], |
| 170 'nacl' : ['native-client-reviews@googlegroups.com'], | 173 'nacl' : ['native-client-reviews@googlegroups.com'], |
| 171 'appcache': ['michaeln@chromium.org'], | 174 'appcache': ['michaeln@chromium.org'], |
| 172 'gpu': ['apatrick@chromium.org'], | 175 'gpu': ['apatrick@chromium.org'], |
| 173 'locale_settings': ['finnur+watch@chromium.org'], | 176 'locale_settings': ['finnur+watch@chromium.org'], |
| 174 'options_dialog_content': ['finnur+watch@chromium.org'], | 177 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 178 'chromeos': ['davemoore+watch@chromium.org'], |
| 175 }, | 179 }, |
| 176 } | 180 } |
| OLD | NEW |