| Dave Moore | 88a8240 | 2010-03-10 17:51:14 | [diff] [blame] | 1 | # Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # Watchlist Rules |
| 6 | # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
| 7 | |
| 8 | |
| 9 | { |
| 10 | 'WATCHLIST_DEFINITIONS' : { |
| 11 | 'this_file': { |
| 12 | 'filepath': '^WATCHLISTS$', |
| 13 | }, |
| 14 | 'api': { |
| 15 | 'filepath': 'chromeos_cros_api.h', |
| 16 | }, |
| 17 | }, |
| 18 | 'WATCHLISTS' : { |
| 19 | 'api': ['davemoore@chromium.org'], |
| 20 | 'this_file': ['davemoore@chromium.org'], |
| 21 | }, |
| 22 | } |