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

Side by Side Diff: WATCHLISTS

Issue 2819053: Changing watchlists so one can monitor the dom_ui for the options page. Addi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | Annotate | Revision Log
« 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 }, 127 },
128 'chromeos': { 128 'chromeos': {
129 'filepath': 'chrome/browser/chromeos/.*', 129 'filepath': 'chrome/browser/chromeos/.*',
130 }, 130 },
131 'npapi_headers': { 131 'npapi_headers': {
132 'filepath': 'third_party/npapi/bindings/.*', 132 'filepath': 'third_party/npapi/bindings/.*',
133 }, 133 },
134 'remoting': { 134 'remoting': {
135 'filepath': 'remoting/.*', 135 'filepath': 'remoting/.*',
136 }, 136 },
137 'domui_options' : {
138 'filepath': 'chrome/browser/resources/options/.*|'\
139 'chrome/browser/resources/options.html|'\
140 'chrome/browser/dom_ui/options_ui.cc|'\
141 'chrome/browser/dom_ui/core_options_handler.cc',
142 },
137 }, 143 },
138 144
139 'WATCHLISTS': { 145 'WATCHLISTS': {
140 'this_file': ['nirnimesh@chromium.org'], 146 'this_file': ['nirnimesh@chromium.org'],
141 'valgrind': ['timurrrr@chromium.org', 147 'valgrind': ['timurrrr@chromium.org',
142 'stuartmorgan@chromium.org', 148 'stuartmorgan@chromium.org',
143 'glider@chromium.org'], 149 'glider@chromium.org'],
144 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], 150 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
145 'base': ['brettw-cc@chromium.org'], 151 'base': ['brettw-cc@chromium.org'],
146 'views': ['ben+cc@chromium.org'], 152 'views': ['ben+cc@chromium.org'],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'nacl' : ['native-client-reviews@googlegroups.com'], 184 'nacl' : ['native-client-reviews@googlegroups.com'],
179 'appcache': ['michaeln@chromium.org'], 185 'appcache': ['michaeln@chromium.org'],
180 'gpu': ['apatrick@chromium.org'], 186 'gpu': ['apatrick@chromium.org'],
181 'locale_settings': ['finnur+watch@chromium.org'], 187 'locale_settings': ['finnur+watch@chromium.org'],
182 'options_dialog_content': ['finnur+watch@chromium.org'], 188 'options_dialog_content': ['finnur+watch@chromium.org'],
183 'chromeos': ['davemoore+watch@chromium.org'], 189 'chromeos': ['davemoore+watch@chromium.org'],
184 'npapi_headers': ['stuartmorgan@chromium.org'], 190 'npapi_headers': ['stuartmorgan@chromium.org'],
185 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', 191 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
186 'hclam@chromium.org', 'dmaclach@chromium.org', 192 'hclam@chromium.org', 'dmaclach@chromium.org',
187 'garykac@chromium.org'], 193 'garykac@chromium.org'],
194 'domui_options': ['dhg@chromium.org'],
188 }, 195 },
189 } 196 }
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