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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ | 95 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ |
96 'audio_message_filter|video_layer', | 96 'audio_message_filter|video_layer', |
97 }, | 97 }, |
98 'ipc': { | 98 'ipc': { |
99 'filepath': 'ipc/ipc.*', | 99 'filepath': 'ipc/ipc.*', |
100 }, | 100 }, |
101 'linux-sandboxing': { | 101 'linux-sandboxing': { |
102 'filepath': 'sandbox/linux/.*', | 102 'filepath': 'sandbox/linux/.*', |
103 }, | 103 }, |
104 'sync': { | 104 'sync': { |
105 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\ | 105 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*', |
106 'chrome/test/live_sync/.*', | |
107 }, | 106 }, |
108 'layout_tests': { | 107 'layout_tests': { |
109 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', | 108 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', |
110 }, | 109 }, |
111 'tools': { | 110 'tools': { |
112 'filepath': 'tools/.*', | 111 'filepath': 'tools/.*', |
113 }, | 112 }, |
114 'tests': { | 113 'tests': { |
115 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', | 114 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', |
116 }, | 115 }, |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'dtseng+watch@chromium.org', | 339 'dtseng+watch@chromium.org', |
341 'ctguil+watch@chromium.org', | 340 'ctguil+watch@chromium.org', |
342 'aboxhall+watch@chromium.org', | 341 'aboxhall+watch@chromium.org', |
343 'davidbarr+watch@chromium.org', | 342 'davidbarr+watch@chromium.org', |
344 'zork+watch@chromium.org', | 343 'zork+watch@chromium.org', |
345 'hashimoto+watch@chromium.org', | 344 'hashimoto+watch@chromium.org', |
346 'yoshiki+watch@chromium.org', | 345 'yoshiki+watch@chromium.org', |
347 'yuzo+watch@chromium.org'], | 346 'yuzo+watch@chromium.org'], |
348 }, | 347 }, |
349 } | 348 } |
OLD | NEW |