| OLD | NEW |
| 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 11 matching lines...) Expand all Loading... |
| 22 }, | 22 }, |
| 23 'extension': { | 23 'extension': { |
| 24 'filepath': 'extension', | 24 'filepath': 'extension', |
| 25 }, | 25 }, |
| 26 'views': { | 26 'views': { |
| 27 # Applies to all files and subdirs within this directory. | 27 # Applies to all files and subdirs within this directory. |
| 28 'filepath': '^ui/views/.*', | 28 'filepath': '^ui/views/.*', |
| 29 }, | 29 }, |
| 30 'aura': { | 30 'aura': { |
| 31 'filepath': 'ui/aura/.*|'\ | 31 'filepath': 'ui/aura/.*|'\ |
| 32 'ui/aura_shell/.*', | 32 'ash/.*', |
| 33 }, | 33 }, |
| 34 'views_core': { | 34 'views_core': { |
| 35 'filepath': 'ui/views/view.h|'\ | 35 'filepath': 'ui/views/view.h|'\ |
| 36 'ui/views/view.cc|'\ | 36 'ui/views/view.cc|'\ |
| 37 'ui/views/widget/.*', | 37 'ui/views/widget/.*', |
| 38 }, | 38 }, |
| 39 'browser': { | 39 'browser': { |
| 40 'filepath': 'chrome/browser/.*', | 40 'filepath': 'chrome/browser/.*', |
| 41 }, | 41 }, |
| 42 'browser_main': { | 42 'browser_main': { |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 'browser_gl': ['dhollowa+watch@chromium.org'], | 437 'browser_gl': ['dhollowa+watch@chromium.org'], |
| 438 'textinput': ['penghuang+watch@chromium.org', | 438 'textinput': ['penghuang+watch@chromium.org', |
| 439 'suzhe@chromium.org', | 439 'suzhe@chromium.org', |
| 440 'yusukes+watch@chromium.org'], | 440 'yusukes+watch@chromium.org'], |
| 441 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 441 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
| 442 'omnibox': ['suzhe@chromium.org'], | 442 'omnibox': ['suzhe@chromium.org'], |
| 443 'message_loop': ['sadrul@chromium.org'], | 443 'message_loop': ['sadrul@chromium.org'], |
| 444 'clipboard': ['dcheng@chromium.org'], | 444 'clipboard': ['dcheng@chromium.org'], |
| 445 }, | 445 }, |
| 446 } | 446 } |
| OLD | NEW |