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

Side by Side Diff: WATCHLISTS

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 7 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 | ash/accelerators/accelerator_controller.cc » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'filepath': 'chrome/browser/accessibility/.*' \ 276 'filepath': 'chrome/browser/accessibility/.*' \
277 '|content/browser/accessibility/.*' \ 277 '|content/browser/accessibility/.*' \
278 '|chrome/.*accessib.*' \ 278 '|chrome/.*accessib.*' \
279 '|ui/base/accessibility/.*' \ 279 '|ui/base/accessibility/.*' \
280 '|ui/views/accessibility/.*' 280 '|ui/views/accessibility/.*'
281 }, 281 },
282 'tools_emacs': { 282 'tools_emacs': {
283 'filepath': 'tools/emacs/.*', 283 'filepath': 'tools/emacs/.*',
284 }, 284 },
285 'browser_compositor': { 285 'browser_compositor': {
286 'filepath': 'ui/gfx/compositor/.*' 286 'filepath': 'ui/compositor/.*'
287 }, 287 },
288 'browser_gl': { 288 'browser_gl': {
289 'filepath': 'ui/gfx/gl/.*' 289 'filepath': 'ui/gfx/gl/.*'
290 }, 290 },
291 'textinput': { 291 'textinput': {
292 'filepath': 'content/browser/renderer_host/gtk_im.*'\ 292 'filepath': 'content/browser/renderer_host/gtk_im.*'\
293 '|content/browser/renderer_host/gtk_key.*'\ 293 '|content/browser/renderer_host/gtk_key.*'\
294 '|content/browser/renderer_host/render_widget_host_view.*'\ 294 '|content/browser/renderer_host/render_widget_host_view.*'\
295 '|content/browser/renderer_host/text_input.*'\ 295 '|content/browser/renderer_host/text_input.*'\
296 '|ui/base/ime/.*'\ 296 '|ui/base/ime/.*'\
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'omnibox': ['suzhe@chromium.org'], 461 'omnibox': ['suzhe@chromium.org'],
462 'message_loop': ['sadrul@chromium.org'], 462 'message_loop': ['sadrul@chromium.org'],
463 'clipboard': ['dcheng@chromium.org'], 463 'clipboard': ['dcheng@chromium.org'],
464 'metrics': ['jar@chromium.org', 464 'metrics': ['jar@chromium.org',
465 'isherman@chromium.org', 465 'isherman@chromium.org',
466 'mad@chromium.org'], 466 'mad@chromium.org'],
467 'speech': ['satish@chromium.org'], 467 'speech': ['satish@chromium.org'],
468 'installer': ['grt+watch@chromium.org'], 468 'installer': ['grt+watch@chromium.org'],
469 }, 469 },
470 } 470 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698