diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 04:57:27 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 04:57:27 +0000 |
commit | 5cc72b5b8a3677e3e22536a4547f2e2ae743f4f1 (patch) | |
tree | 40e26a875bc89110601bde110cb5a1c331da8b1a | |
parent | a3ff5e91cd38d7af1ce3e2b679d517907d57d20f (diff) | |
download | chromium_src-5cc72b5b8a3677e3e22536a4547f2e2ae743f4f1.zip chromium_src-5cc72b5b8a3677e3e22536a4547f2e2ae743f4f1.tar.gz chromium_src-5cc72b5b8a3677e3e22536a4547f2e2ae743f4f1.tar.bz2 |
Adding native-client-reviews to watch nacl changes
Review URL: http://codereview.chromium.org/264039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28795 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | WATCHLISTS | 273 |
1 files changed, 139 insertions, 134 deletions
@@ -1,134 +1,139 @@ -# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Watchlist Rules -# Refer: http://dev.chromium.org/developers/contributing-code/watchlists - - -{ - 'WATCHLIST_DEFINITIONS': { - 'this_file': { - 'filepath': '^WATCHLISTS$', - }, - 'valgrind': { - 'filepath': 'valgrind', - }, - 'purify': { - 'filepath': 'purify', - }, - 'mac': { - 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', - }, - 'base': { - 'filepath': '^base/.*', - }, - 'extension': { - 'filepath': 'extension', - }, - 'views': { - # Applies to all files and subdirs within this directory. - 'filepath': 'views/.*', - }, - 'browser': { - 'filepath': 'chrome/browser/.*', - }, - 'download': { - 'filepath': 'download|save_', - }, - 'history': { - 'filepath': 'chrome/browser/history/.*', - }, - 'renderer': { - 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|chrome/common/render.*', - }, - 'safe_browsing': { - 'filepath': 'chrome/browser/safe_browsing/.*|chrome/browser/renderer_host/safe.*', - }, - 'tab_contents': { - 'filepath': 'chrome/browser/tab_contents/.*', - }, - 'webkit': { - 'filepath': 'webkit/.*', - }, - 'plugin': { - 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*', - }, - 'worker': { - 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|chrome/common/worker_messages.*|webkit/glue/webworker.*', - }, - 'net': { - 'filepath': 'net/.*', - }, - 'ftp': { - 'filepath': 'ftp', - }, - 'installer': { - 'filepath': 'chrome/installer/.*', - }, - 'importer': { - 'filepath': '.*import.*', - }, - 'media': { - 'filepath': 'media|Media|^third_party/ffmpeg/', - }, - 'ipc': { - 'filepath': 'ipc/ipc.*', - }, - 'linux-sandboxing': { - 'filepath': 'sandbox/linux/.*', - }, - 'sync': { - 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*', - }, - 'layout_tests': { - 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', - }, - 'tools': { - 'filepath': 'tools/.*', - }, - 'tests': { - 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', - }, - 'automation': { - 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', - }, - 'chrome_frame': { - 'filepath': 'chrome_frame/.*', - }, - }, - - 'WATCHLISTS': { - 'this_file': ['nirnimesh@chromium.org'], - 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@chromium.org', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], - 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], - 'base': ['brettw+cc@chromium.org'], - 'views': ['ben+cc@chromium.org'], - 'browser': ['ben+cc@chromium.org'], - 'download': ['paul@chromium.org'], - 'history': ['brettw+cc@chromium.org'], - 'renderer': ['darin@chromium.org', 'brettw+cc@chromium.org', 'jam@chromium.org'], - 'safe_browsing': ['paul@chromium.org'], - 'tab_contents': ['brettw+cc@chromium.org'], - 'webkit': ['darin@chromium.org'], - 'plugin': ['darin@chromium.org', 'jam@chromium.org'], - 'worker': ['jam@chromium.org'], - 'extension': ['erikkay@chromium.org', 'pam+watch@chromium.org'], - 'purify': ['erikkay@chromium.org'], - 'net': ['darin@chromium.org'], - 'ftp': ['phajdan.jr@chromium.org'], - 'installer': ['kuchhal@chromium.org'], - 'importer': ['kuchhal@chromium.org'], - 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', - 'hclam@chromium.org', 'scherkus@chromium.org'], - 'ipc': ['jam@chromium.org'], - 'linux-sandboxing': ['agl@chromium.org'], - 'sync': ['tim@chromium.org', 'nick@chromium.org', - 'idana@chromium.org'], - 'layout_tests': ['pam+watch@chromium.org'], - 'tools': ['pam+watch@chromium.org'], - 'tests': ['phajdan.jr@chromium.org', 'tim@chromium.org'], - 'automation': ['phajdan.jr@chromium.org'], - 'chrome_frame' : ['amit@chromium.org'], - }, -} +# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Watchlist Rules
+# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
+
+
+{
+ 'WATCHLIST_DEFINITIONS': {
+ 'this_file': {
+ 'filepath': '^WATCHLISTS$',
+ },
+ 'valgrind': {
+ 'filepath': 'valgrind',
+ },
+ 'purify': {
+ 'filepath': 'purify',
+ },
+ 'mac': {
+ 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
+ },
+ 'base': {
+ 'filepath': '^base/.*',
+ },
+ 'extension': {
+ 'filepath': 'extension',
+ },
+ 'views': {
+ # Applies to all files and subdirs within this directory.
+ 'filepath': 'views/.*',
+ },
+ 'browser': {
+ 'filepath': 'chrome/browser/.*',
+ },
+ 'download': {
+ 'filepath': 'download|save_',
+ },
+ 'history': {
+ 'filepath': 'chrome/browser/history/.*',
+ },
+ 'renderer': {
+ 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|chrome/common/render.*',
+ },
+ 'safe_browsing': {
+ 'filepath': 'chrome/browser/safe_browsing/.*|chrome/browser/renderer_host/safe.*',
+ },
+ 'tab_contents': {
+ 'filepath': 'chrome/browser/tab_contents/.*',
+ },
+ 'webkit': {
+ 'filepath': 'webkit/.*',
+ },
+ 'plugin': {
+ 'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
+ },
+ 'worker': {
+ 'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|chrome/common/worker_messages.*|webkit/glue/webworker.*',
+ },
+ 'net': {
+ 'filepath': 'net/.*',
+ },
+ 'ftp': {
+ 'filepath': 'ftp',
+ },
+ 'installer': {
+ 'filepath': 'chrome/installer/.*',
+ },
+ 'importer': {
+ 'filepath': '.*import.*',
+ },
+ 'media': {
+ 'filepath': 'media|Media|^third_party/ffmpeg/',
+ },
+ 'ipc': {
+ 'filepath': 'ipc/ipc.*',
+ },
+ 'linux-sandboxing': {
+ 'filepath': 'sandbox/linux/.*',
+ },
+ 'sync': {
+ 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*',
+ },
+ 'layout_tests': {
+ 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
+ },
+ 'tools': {
+ 'filepath': 'tools/.*',
+ },
+ 'tests': {
+ 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
+ },
+ 'automation': {
+ 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
+ },
+ 'chrome_frame': {
+ 'filepath': 'chrome_frame/.*',
+ },
+ 'nacl': {
+ 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|chrome/browser/nacl_process_host.*|chrome/common/nacl.*',
+ },
+
+ },
+
+ 'WATCHLISTS': {
+ 'this_file': ['nirnimesh@chromium.org'],
+ 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@chromium.org', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'],
+ 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'],
+ 'base': ['brettw+cc@chromium.org'],
+ 'views': ['ben+cc@chromium.org'],
+ 'browser': ['ben+cc@chromium.org'],
+ 'download': ['paul@chromium.org'],
+ 'history': ['brettw+cc@chromium.org'],
+ 'renderer': ['darin@chromium.org', 'brettw+cc@chromium.org', 'jam@chromium.org'],
+ 'safe_browsing': ['paul@chromium.org'],
+ 'tab_contents': ['brettw+cc@chromium.org'],
+ 'webkit': ['darin@chromium.org'],
+ 'plugin': ['darin@chromium.org', 'jam@chromium.org'],
+ 'worker': ['jam@chromium.org'],
+ 'extension': ['erikkay@chromium.org', 'pam+watch@chromium.org'],
+ 'purify': ['erikkay@chromium.org'],
+ 'net': ['darin@chromium.org'],
+ 'ftp': ['phajdan.jr@chromium.org'],
+ 'installer': ['kuchhal@chromium.org'],
+ 'importer': ['kuchhal@chromium.org'],
+ 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org',
+ 'hclam@chromium.org', 'scherkus@chromium.org'],
+ 'ipc': ['jam@chromium.org'],
+ 'linux-sandboxing': ['agl@chromium.org'],
+ 'sync': ['tim@chromium.org', 'nick@chromium.org',
+ 'idana@chromium.org'],
+ 'layout_tests': ['pam+watch@chromium.org'],
+ 'tools': ['pam+watch@chromium.org'],
+ 'tests': ['phajdan.jr@chromium.org', 'tim@chromium.org'],
+ 'automation': ['phajdan.jr@chromium.org'],
+ 'chrome_frame' : ['amit@chromium.org'],
+ 'nacl' : ['native-client-reviews@googlegroups.com'],
+ },
+}
|