OLD | NEW |
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'media': { | 124 'media': { |
125 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ | 125 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
126 'audio_message_filter|video_layer', | 126 'audio_message_filter|video_layer', |
127 }, | 127 }, |
128 'ipc': { | 128 'ipc': { |
129 'filepath': 'ipc/ipc.*', | 129 'filepath': 'ipc/ipc.*', |
130 }, | 130 }, |
131 'linux-sandboxing': { | 131 'linux-sandboxing': { |
132 'filepath': 'sandbox/linux/.*', | 132 'filepath': 'sandbox/linux/.*', |
133 }, | 133 }, |
| 134 'linux-seccomp-bpf': { |
| 135 'filepath': 'content/common/sandbox_init_linux.cc', |
| 136 }, |
134 'sync': { | 137 'sync': { |
135 'filepath': 'chrome/browser/sync/.*', | 138 'filepath': 'chrome/browser/sync/.*', |
136 }, | 139 }, |
137 'layout_tests': { | 140 'layout_tests': { |
138 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', | 141 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
139 }, | 142 }, |
140 'tools': { | 143 'tools': { |
141 'filepath': 'tools/.*', | 144 'filepath': 'tools/.*', |
142 }, | 145 }, |
143 'tests': { | 146 'tests': { |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'extension': ['aa@chromium.org', | 372 'extension': ['aa@chromium.org', |
370 'mihaip-chromium-reviews@chromium.org'], | 373 'mihaip-chromium-reviews@chromium.org'], |
371 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], | 374 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], |
372 'net_error_list': ['mmenke@chromium.org'], | 375 'net_error_list': ['mmenke@chromium.org'], |
373 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 376 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
374 'ftp': ['phajdan.jr@chromium.org'], | 377 'ftp': ['phajdan.jr@chromium.org'], |
375 'dns': ['mmenke@chromium.org'], | 378 'dns': ['mmenke@chromium.org'], |
376 'media': ['feature-media-reviews@chromium.org'], | 379 'media': ['feature-media-reviews@chromium.org'], |
377 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 380 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
378 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], | 381 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], |
| 382 'linux-seccomp-bpf': ['jln+watch@chromium.org'], |
379 'sync': ['tim@chromium.org', 'nick@chromium.org', | 383 'sync': ['tim@chromium.org', 'nick@chromium.org', |
380 'akalin@chromium.org', 'rsimha@chromium.org'], | 384 'akalin@chromium.org', 'rsimha@chromium.org'], |
381 'tools': ['pam+watch@chromium.org'], | 385 'tools': ['pam+watch@chromium.org'], |
382 'tests': [], | 386 'tests': [], |
383 'automation': ['kkania@chromium.org', | 387 'automation': ['kkania@chromium.org', |
384 'robertshield@chromium.org'], | 388 'robertshield@chromium.org'], |
385 'chrome_frame': ['amit@chromium.org', 'grt+watch@chromium.org', | 389 'chrome_frame': ['amit@chromium.org', 'grt+watch@chromium.org', |
386 'robertshield@chromium.org'], | 390 'robertshield@chromium.org'], |
387 'nacl': ['native-client-reviews@googlegroups.com'], | 391 'nacl': ['native-client-reviews@googlegroups.com'], |
388 'appcache': ['michaeln@chromium.org'], | 392 'appcache': ['michaeln@chromium.org'], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'omnibox': ['suzhe@chromium.org'], | 465 'omnibox': ['suzhe@chromium.org'], |
462 'message_loop': ['sadrul@chromium.org'], | 466 'message_loop': ['sadrul@chromium.org'], |
463 'clipboard': ['dcheng@chromium.org'], | 467 'clipboard': ['dcheng@chromium.org'], |
464 'metrics': ['jar@chromium.org', | 468 'metrics': ['jar@chromium.org', |
465 'isherman@chromium.org', | 469 'isherman@chromium.org', |
466 'mad@chromium.org'], | 470 'mad@chromium.org'], |
467 'speech': ['satish@chromium.org'], | 471 'speech': ['satish@chromium.org'], |
468 'installer': ['grt+watch@chromium.org'], | 472 'installer': ['grt+watch@chromium.org'], |
469 }, | 473 }, |
470 } | 474 } |
OLD | NEW |