| OLD | NEW |
| 1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'installer': { | 63 'installer': { |
| 64 'filepath': 'chrome/installer/.*', | 64 'filepath': 'chrome/installer/.*', |
| 65 }, | 65 }, |
| 66 'importer': { | 66 'importer': { |
| 67 'filepath': '.*import.*', | 67 'filepath': '.*import.*', |
| 68 }, | 68 }, |
| 69 'media': { | 69 'media': { |
| 70 'filepath': 'media|Media|^third_party/ffmpeg/', | 70 'filepath': 'media|Media|^third_party/ffmpeg/', |
| 71 }, | 71 }, |
| 72 'ipc': { | 72 'ipc': { |
| 73 'filepath': 'chrome/common/ipc.*', | 73 'filepath': 'ipc/ipc.*', |
| 74 }, | 74 }, |
| 75 'linux-sandboxing': { | 75 'linux-sandboxing': { |
| 76 'filepath': 'sandbox/linux/.*', | 76 'filepath': 'sandbox/linux/.*', |
| 77 }, | 77 }, |
| 78 }, | 78 }, |
| 79 | 79 |
| 80 'WATCHLISTS': { | 80 'WATCHLISTS': { |
| 81 'this_file': ['nirnimesh@chromium.org'], | 81 'this_file': ['nirnimesh@chromium.org'], |
| 82 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], | 82 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], |
| 83 'mac': ['jrg@chromium.org'], | 83 'mac': ['jrg@chromium.org'], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 97 'net': ['darin@chromium.org', 'willchan@chromium.org'], | 97 'net': ['darin@chromium.org', 'willchan@chromium.org'], |
| 98 'installer': ['kuchhal@chromium.org'], | 98 'installer': ['kuchhal@chromium.org'], |
| 99 'importer': ['kuchhal@chromium.org'], | 99 'importer': ['kuchhal@chromium.org'], |
| 100 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', | 100 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', |
| 101 'hclam@chromium.org', 'kylep@chromium.org', | 101 'hclam@chromium.org', 'kylep@chromium.org', |
| 102 'scherkus@chromium.org'], | 102 'scherkus@chromium.org'], |
| 103 'ipc': ['jam@chromium.org'], | 103 'ipc': ['jam@chromium.org'], |
| 104 'linux-sandboxing': ['agl@chromium.org'], | 104 'linux-sandboxing': ['agl@chromium.org'], |
| 105 }, | 105 }, |
| 106 } | 106 } |
| OLD | NEW |