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

Side by Side Diff: WATCHLISTS

Issue 2403953003: Add a watch for vakh for components/safe_browsing_db code (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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) 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 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 '|testing/chromoting' 792 '|testing/chromoting'
793 }, 793 },
794 'rlz_id': { 794 'rlz_id': {
795 'filepath' :'rlz/lib/machine_id.cc|'\ 795 'filepath' :'rlz/lib/machine_id.cc|'\
796 'rlz/lib/machine_id.h|'\ 796 'rlz/lib/machine_id.h|'\
797 'rlz/win/lib/machine_id_win.cc', 797 'rlz/win/lib/machine_id_win.cc',
798 }, 798 },
799 'safe_browsing': { 799 'safe_browsing': {
800 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', 800 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/',
801 }, 801 },
802 'safe_browsing_db': {
803 'filepath': 'components/safe_browsing_db/',
804 },
802 'sandbox': { 805 'sandbox': {
803 'filepath': 'sandbox/'\ 806 'filepath': 'sandbox/'\
804 '|content/browser/bootstrap_sandbox_mac'\ 807 '|content/browser/bootstrap_sandbox_mac'\
805 '|content/browser/renderer_host/render_sandbox_host_linux'\ 808 '|content/browser/renderer_host/render_sandbox_host_linux'\
806 '|content/browser/renderer_host/sandbox_ipc_linux'\ 809 '|content/browser/renderer_host/sandbox_ipc_linux'\
807 '|content/browser/zygote_host/'\ 810 '|content/browser/zygote_host/'\
808 '|content/common/sandbox_'\ 811 '|content/common/sandbox_'\
809 '|content/zygote/'\ 812 '|content/zygote/'\
810 }, 813 },
811 'scheduler': { 814 'scheduler': {
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'johnme+watch@chromium.org', 1926 'johnme+watch@chromium.org',
1924 'peter@chromium.org'], 1927 'peter@chromium.org'],
1925 'pyauto': ['anantha@chromium.org', 1928 'pyauto': ['anantha@chromium.org',
1926 'dennisjeffrey@chromium.org', 1929 'dennisjeffrey@chromium.org',
1927 'dyu@chromium.org'], 1930 'dyu@chromium.org'],
1928 'remoting': ['chromoting-reviews@chromium.org'], 1931 'remoting': ['chromoting-reviews@chromium.org'],
1929 'rlz_id': ['alito+watch@chromium.org', 1932 'rlz_id': ['alito+watch@chromium.org',
1930 'gab+watch@chromium.org', 1933 'gab+watch@chromium.org',
1931 'robertshield+watch@chromium.org'], 1934 'robertshield+watch@chromium.org'],
1932 'safe_browsing': ['grt+watch@chromium.org'], 1935 'safe_browsing': ['grt+watch@chromium.org'],
1936 'safe_browsing_db': ['vakh+watch@chromium.org'],
1933 'sandbox': ['rickyz+watch@chromium.org'], 1937 'sandbox': ['rickyz+watch@chromium.org'],
1934 'scheduler': ['scheduler-bugs@chromium.org'], 1938 'scheduler': ['scheduler-bugs@chromium.org'],
1935 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], 1939 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'],
1936 'service_worker': ['horo+watch@chromium.org', 1940 'service_worker': ['horo+watch@chromium.org',
1937 'jsbell+serviceworker@chromium.org', 1941 'jsbell+serviceworker@chromium.org',
1938 'kinuko+serviceworker@chromium.org', 1942 'kinuko+serviceworker@chromium.org',
1939 'michaeln@chromium.org', 1943 'michaeln@chromium.org',
1940 'nhiroki@chromium.org', 1944 'nhiroki@chromium.org',
1941 'serviceworker-reviews@chromium.org', 1945 'serviceworker-reviews@chromium.org',
1942 'shimazu+serviceworker@chromium.org', 1946 'shimazu+serviceworker@chromium.org',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 'raymes+watch@chromium.org'], 2002 'raymes+watch@chromium.org'],
1999 'windows_sandboxing': ['pennymac+watch@chromium.org', 2003 'windows_sandboxing': ['pennymac+watch@chromium.org',
2000 'wfh+watch@chromium.org'], 2004 'wfh+watch@chromium.org'],
2001 'x11': ['derat+watch@chromium.org', 2005 'x11': ['derat+watch@chromium.org',
2002 'sadrul@chromium.org', 2006 'sadrul@chromium.org',
2003 'yusukes+watch@chromium.org'], 2007 'yusukes+watch@chromium.org'],
2004 'xml': ['dominicc+watchlist@chromium.org'], 2008 'xml': ['dominicc+watchlist@chromium.org'],
2005 'zoom': ['wjmaclean@chromium.org'], 2009 'zoom': ['wjmaclean@chromium.org'],
2006 }, 2010 },
2007 } 2011 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698