Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: WATCHLISTS

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | base/file_descriptor_posix.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/file_descriptor_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698