Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Side by Side Diff: WATCHLISTS

Issue 1519035: Add chromeos watchlist (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698