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

Side by Side Diff: WATCHLISTS

Issue 8743005: Add IME/keyboard WebUI files to 'textinput_chromeos'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: untabify Created 9 years 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '|ui/base/gtk/gtk_im.*'\ 293 '|ui/base/gtk/gtk_im.*'\
294 '|ui/base/keycodes/.*'\ 294 '|ui/base/keycodes/.*'\
295 '|ui/base/win/ime.*'\ 295 '|ui/base/win/ime.*'\
296 '|ui/views/ime/.*'\ 296 '|ui/views/ime/.*'\
297 '|views/controls/textfield/.*' 297 '|views/controls/textfield/.*'
298 }, 298 },
299 'textinput_chromeos': { 299 'textinput_chromeos': {
300 'filepath': 'chrome/browser/chromeos/input_method/.*'\ 300 'filepath': 'chrome/browser/chromeos/input_method/.*'\
301 '|chrome/browser/chromeos/extensions/input_method.*'\ 301 '|chrome/browser/chromeos/extensions/input_method.*'\
302 '|chrome/browser/chromeos/status/input_method.*'\ 302 '|chrome/browser/chromeos/status/input_method.*'\
303 '|chrome/browser/extensions/extension_input_.*' 303 '|chrome/browser/extensions/extension_input_.*'\
304 '|chrome/browser/resources/keyboard.*'\ 304 '|chrome/browser/resources/keyboard.*'\
305 '|chrome/browser/resources/options/language.*' 305 '|chrome/browser/resources/options/language.*'\
306 '|chrome/browser/ui/webui/options/'\
307 'chromeos/.*(language|keyboard).*'\
308 '|chrome/browser/ui/webui/options/language.*'
306 }, 309 },
307 'omnibox': { 310 'omnibox': {
308 'filepath': 'chrome/browser/autocomplete/.*'\ 311 'filepath': 'chrome/browser/autocomplete/.*'\
309 '|chrome/browser/ui/.*/omnibox/.*' 312 '|chrome/browser/ui/.*/omnibox/.*'
310 }, 313 },
311 'message_loop': { 314 'message_loop': {
312 'filepath': 'base/message_.*' 315 'filepath': 'base/message_.*'
313 }, 316 },
314 'clipboard': { 317 'clipboard': {
315 'filepath': 'clipboard|dnd|drag|drop', 318 'filepath': 'clipboard|dnd|drag|drop',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'piman+watch@chromium.org'], 429 'piman+watch@chromium.org'],
427 'textinput': ['penghuang+watch@chromium.org', 430 'textinput': ['penghuang+watch@chromium.org',
428 'suzhe@chromium.org', 431 'suzhe@chromium.org',
429 'yusukes+watch@chromium.org'], 432 'yusukes+watch@chromium.org'],
430 'textinput_chromeos': ['yusukes+watch@chromium.org'], 433 'textinput_chromeos': ['yusukes+watch@chromium.org'],
431 'omnibox': ['suzhe@chromium.org'], 434 'omnibox': ['suzhe@chromium.org'],
432 'message_loop': ['sadrul@chromium.org'], 435 'message_loop': ['sadrul@chromium.org'],
433 'clipboard': ['dcheng@chromium.org'], 436 'clipboard': ['dcheng@chromium.org'],
434 }, 437 },
435 } 438 }
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