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

Side by Side Diff: WATCHLISTS

Issue 8460012: Add xinput_hierarchy_changed_event_listener.* to 'x11' WATCHLIST (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'filepath': 'chrome/browser/resources/.*downloads\..*' \ 257 'filepath': 'chrome/browser/resources/.*downloads\..*' \
258 '|chrome/browser/ui/webui/.*downloads.*' \ 258 '|chrome/browser/ui/webui/.*downloads.*' \
259 '|chrome/browser/ui/views/download/.*' \ 259 '|chrome/browser/ui/views/download/.*' \
260 '|chrome/browser/ui/cocoa/download/.*' \ 260 '|chrome/browser/ui/cocoa/download/.*' \
261 '|chrome/browser/ui/gtk/download/.*' 261 '|chrome/browser/ui/gtk/download/.*'
262 }, 262 },
263 'x11': { 263 'x11': {
264 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \ 264 'filepath': 'content/browser/renderer_host/backing_store_x\..*' \
265 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \ 265 '|chrome/browser/chromeos/input_method/xkeyboard\..*' \
266 '|chrome/browser/chromeos/system_key_event_listener\..*' \ 266 '|chrome/browser/chromeos/system_key_event_listener\..*' \
267 '|chrome/browser/chromeos/'\
268 'xinput_hierarchy_changed_event_listener\..*' \
267 '|chrome/browser/chromeos/wm_.*' \ 269 '|chrome/browser/chromeos/wm_.*' \
268 '|ui/base/x/.*' 270 '|ui/base/x/.*'
269 }, 271 },
270 'accessibility': { 272 'accessibility': {
271 'filepath': 'chrome/browser/accessibility/.*' \ 273 'filepath': 'chrome/browser/accessibility/.*' \
272 '|content/browser/accessibility/.*' \ 274 '|content/browser/accessibility/.*' \
273 '|chrome/.*accessib.*' \ 275 '|chrome/.*accessib.*' \
274 '|ui/base/accessibility/.*' \ 276 '|ui/base/accessibility/.*' \
275 '|views/accessibility/.*' 277 '|views/accessibility/.*'
276 }, 278 },
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', 419 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org',
418 'piman+watch@chromium.org'], 420 'piman+watch@chromium.org'],
419 'textinput': ['penghuang+watch@chromium.org', 421 'textinput': ['penghuang+watch@chromium.org',
420 'suzhe@chromium.org', 422 'suzhe@chromium.org',
421 'yusukes+watch@chromium.org'], 423 'yusukes+watch@chromium.org'],
422 'omnibox': ['suzhe@chromium.org'], 424 'omnibox': ['suzhe@chromium.org'],
423 'message_loop': ['sadrul@chromium.org'], 425 'message_loop': ['sadrul@chromium.org'],
424 'clipboard': ['dcheng@chromium.org'], 426 'clipboard': ['dcheng@chromium.org'],
425 }, 427 },
426 } 428 }
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