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

Side by Side Diff: WATCHLISTS

Issue 2468563002: Remove automation references. (Closed)
Patch Set: Created 4 years, 1 month 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 | « PRESUBMIT.py ('k') | 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'chrome/browser/ui/autofill/|'\ 140 'chrome/browser/ui/autofill/|'\
141 'chrome/browser/ui/cocoa/autofill/|'\ 141 'chrome/browser/ui/cocoa/autofill/|'\
142 'chrome/browser/ui/views/autofill/|'\ 142 'chrome/browser/ui/views/autofill/|'\
143 'chrome/browser/ui/webui/options/autofill_|'\ 143 'chrome/browser/ui/webui/options/autofill_|'\
144 'chrome/renderer/autofill/|'\ 144 'chrome/renderer/autofill/|'\
145 'chrome/test/data/autofill/|'\ 145 'chrome/test/data/autofill/|'\
146 'components/autofill/|'\ 146 'components/autofill/|'\
147 'components/autofill/browser/webdata/|'\ 147 'components/autofill/browser/webdata/|'\
148 'components/webdata/', 148 'components/webdata/',
149 }, 149 },
150 'automation': {
151 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
152 },
153 'banners': { 150 'banners': {
154 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/| '\ 151 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/| '\
155 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\ 152 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\
156 'chrome/browser/android/banners/|'\ 153 'chrome/browser/android/banners/|'\
157 'chrome/browser/banners/|'\ 154 'chrome/browser/banners/|'\
158 'chrome/browser/ui/android/infobars/app_banner_.*|'\ 155 'chrome/browser/ui/android/infobars/app_banner_.*|'\
159 'chrome/renderer/banners/|'\ 156 'chrome/renderer/banners/|'\
160 'third_party/WebKit/public/platform/modules/app_banner/|'\ 157 'third_party/WebKit/public/platform/modules/app_banner/|'\
161 'third_party/WebKit/Source/modules/app_banner/', 158 'third_party/WebKit/Source/modules/app_banner/',
162 }, 159 },
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 }, 797 },
801 'prepopulated_engines': { 798 'prepopulated_engines': {
802 'filepath': 'components/search_engines/prepopulated_engines.json', 799 'filepath': 'components/search_engines/prepopulated_engines.json',
803 }, 800 },
804 'prerender': { 801 'prerender': {
805 'filepath': 'prerender' 802 'filepath': 'prerender'
806 }, 803 },
807 'push_messaging': { 804 'push_messaging': {
808 'filepath': 'push_messaging' 805 'filepath': 'push_messaging'
809 }, 806 },
810 'pyauto': {
811 'filepath': 'chrome/test/pyautolib' \
812 '|chrome/test/functional' \
813 '|chrome/browser/automation/automation_provider_json'
814 },
815 'remoting': { 807 'remoting': {
816 'filepath': 'remoting/' \ 808 'filepath': 'remoting/' \
817 '|testing/chromoting' 809 '|testing/chromoting'
818 }, 810 },
819 'rlz_id': { 811 'rlz_id': {
820 'filepath' :'rlz/lib/machine_id.cc|'\ 812 'filepath' :'rlz/lib/machine_id.cc|'\
821 'rlz/lib/machine_id.h|'\ 813 'rlz/lib/machine_id.h|'\
822 'rlz/win/lib/machine_id_win.cc', 814 'rlz/win/lib/machine_id_win.cc',
823 }, 815 },
824 'safe_browsing': { 816 'safe_browsing': {
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'jbauman+watch@chromium.org', 1467 'jbauman+watch@chromium.org',
1476 'kalyan.kondapally@intel.com', 1468 'kalyan.kondapally@intel.com',
1477 'piman+watch@chromium.org'], 1469 'piman+watch@chromium.org'],
1478 'auto_bisect': ['auto-bisect-reviews@chromium.org'], 1470 'auto_bisect': ['auto-bisect-reviews@chromium.org'],
1479 'autofill': ['estade+watch@chromium.org', 1471 'autofill': ['estade+watch@chromium.org',
1480 'jdonnelly+autofillwatch@chromium.org', 1472 'jdonnelly+autofillwatch@chromium.org',
1481 'rouslan+autofill@chromium.org', 1473 'rouslan+autofill@chromium.org',
1482 'vabr+watchlistautofill@chromium.org', 1474 'vabr+watchlistautofill@chromium.org',
1483 'mathp+autofillwatch@chromium.org', 1475 'mathp+autofillwatch@chromium.org',
1484 'sebsg+autofillwatch@chromium.org'], 1476 'sebsg+autofillwatch@chromium.org'],
1485 'automation': ['robertshield@chromium.org'],
1486 'background_sync': ['chasej+watch@chromium.org', 1477 'background_sync': ['chasej+watch@chromium.org',
1487 'iclelland+watch@chromium.org', 1478 'iclelland+watch@chromium.org',
1488 'jkarlin+watch@chromium.org', 1479 'jkarlin+watch@chromium.org',
1489 'peter@chromium.org'], 1480 'peter@chromium.org'],
1490 'banners': ['dominickn+watch@chromium.org', 1481 'banners': ['dominickn+watch@chromium.org',
1491 'pkotwicz+watch@chromium.org', 1482 'pkotwicz+watch@chromium.org',
1492 'zpeng+watch@chromium.org'], 1483 'zpeng+watch@chromium.org'],
1493 'base_allocator': ['dmikurube@chromium.org', 1484 'base_allocator': ['dmikurube@chromium.org',
1494 'wfh+watch@chromium.org'], 1485 'wfh+watch@chromium.org'],
1495 'base_memory': ['gavinp+memory@chromium.org'], 1486 'base_memory': ['gavinp+memory@chromium.org'],
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 'michaelpg+watch-polymer@chromium.org'], 1945 'michaelpg+watch-polymer@chromium.org'],
1955 'precache': ['wifiprefetch-reviews@google.com'], 1946 'precache': ['wifiprefetch-reviews@google.com'],
1956 'predictors': ['shishir+watch@chromium.org'], 1947 'predictors': ['shishir+watch@chromium.org'],
1957 'prepopulated_engines': ['vasilii+watch@chromium.org'], 1948 'prepopulated_engines': ['vasilii+watch@chromium.org'],
1958 'prerender': ['cbentzel+watch@chromium.org', 1949 'prerender': ['cbentzel+watch@chromium.org',
1959 'gavinp+prer@chromium.org', 1950 'gavinp+prer@chromium.org',
1960 'tburkard+watch@chromium.org'], 1951 'tburkard+watch@chromium.org'],
1961 'push_messaging': ['harkness+watch@chromium.org', 1952 'push_messaging': ['harkness+watch@chromium.org',
1962 'johnme+watch@chromium.org', 1953 'johnme+watch@chromium.org',
1963 'peter@chromium.org'], 1954 'peter@chromium.org'],
1964 'pyauto': ['anantha@chromium.org',
1965 'dennisjeffrey@chromium.org',
1966 'dyu@chromium.org'],
1967 'remoting': ['chromoting-reviews@chromium.org'], 1955 'remoting': ['chromoting-reviews@chromium.org'],
1968 'rlz_id': ['alito+watch@chromium.org', 1956 'rlz_id': ['alito+watch@chromium.org',
1969 'gab+watch@chromium.org', 1957 'gab+watch@chromium.org',
1970 'robertshield+watch@chromium.org'], 1958 'robertshield+watch@chromium.org'],
1971 'safe_browsing': ['grt+watch@chromium.org'], 1959 'safe_browsing': ['grt+watch@chromium.org'],
1972 'safe_browsing_db': ['vakh+watch@chromium.org'], 1960 'safe_browsing_db': ['vakh+watch@chromium.org'],
1973 'sandbox': ['rickyz+watch@chromium.org'], 1961 'sandbox': ['rickyz+watch@chromium.org'],
1974 'scheduler': ['scheduler-bugs@chromium.org'], 1962 'scheduler': ['scheduler-bugs@chromium.org'],
1975 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'], 1963 'screen_orientation': ['mlamouri+watch-screen-orientation@chromium.org'],
1976 'service_worker': ['horo+watch@chromium.org', 1964 'service_worker': ['horo+watch@chromium.org',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 'raymes+watch@chromium.org'], 2026 'raymes+watch@chromium.org'],
2039 'windows_sandboxing': ['pennymac+watch@chromium.org', 2027 'windows_sandboxing': ['pennymac+watch@chromium.org',
2040 'wfh+watch@chromium.org'], 2028 'wfh+watch@chromium.org'],
2041 'x11': ['derat+watch@chromium.org', 2029 'x11': ['derat+watch@chromium.org',
2042 'sadrul@chromium.org', 2030 'sadrul@chromium.org',
2043 'yusukes+watch@chromium.org'], 2031 'yusukes+watch@chromium.org'],
2044 'xml': ['dominicc+watchlist@chromium.org'], 2032 'xml': ['dominicc+watchlist@chromium.org'],
2045 'zoom': ['wjmaclean@chromium.org'], 2033 'zoom': ['wjmaclean@chromium.org'],
2046 }, 2034 },
2047 } 2035 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698