OLD | NEW |
1 # See http://dev.chromium.org/developers/contributing-code/watchlists for | 1 # See http://dev.chromium.org/developers/contributing-code/watchlists for |
2 # a description of this file's format. | 2 # a description of this file's format. |
3 # Please keep these keys in alphabetical order. | 3 # Please keep these keys in alphabetical order. |
4 | 4 |
5 { | 5 { |
6 'WATCHLIST_DEFINITIONS': { | 6 'WATCHLIST_DEFINITIONS': { |
7 'all': { | 7 'all': { |
8 'filepath': '.', | 8 'filepath': '.', |
9 }, | 9 }, |
| 10 'build_kernel_image': { |
| 11 'filepath': 'build_kernel_image\.sh', |
| 12 }, |
10 }, | 13 }, |
11 'WATCHLISTS': { | 14 'WATCHLISTS': { |
12 'all': ['sosa@chromium.org', 'msb@chromium.org', | 15 'all': ['sosa@chromium.org', 'msb@chromium.org', |
13 » 'anush@chromium.org'] | 16 » 'anush@chromium.org'], |
| 17 'build_kernel_image': ['jimhebert@chromium.org'], |
14 }, | 18 }, |
15 } | 19 } |
OLD | NEW |