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

Side by Side Diff: WATCHLISTS

Issue 2894063002: Expose UseCounter::Feature enum out of blink as WebFeature (Closed)
Patch Set: Rebase update Created 3 years, 6 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 | third_party/WebKit/Source/bindings/scripts/v8_utilities.py » ('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) 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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 '|chrome/app/theme/' 1151 '|chrome/app/theme/'
1152 }, 1152 },
1153 'ui_strings': { 1153 'ui_strings': {
1154 'filepath': 'chrome/app/generated_resources.grd'\ 1154 'filepath': 'chrome/app/generated_resources.grd'\
1155 '|chrome/app/google_chrome_strings.grd'\ 1155 '|chrome/app/google_chrome_strings.grd'\
1156 '|chrome/android/java/strings/android_chrome_strings.grd'\ 1156 '|chrome/android/java/strings/android_chrome_strings.grd'\
1157 '|chrome/app/settings_strings.grdp'\ 1157 '|chrome/app/settings_strings.grdp'\
1158 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ 1158 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1159 '|ui/strings/ui_strings.grd', 1159 '|ui/strings/ui_strings.grd',
1160 }, 1160 },
1161 {
1162 'use_counter_features': {
1163 'filepath': 'third_party/WebKit/public/platform/UseCounterFeature.def',
1164 },
1161 'valgrind': { 1165 'valgrind': {
1162 'filepath': 'valgrind', 1166 'filepath': 'valgrind',
1163 }, 1167 },
1164 'version_assembly': { 1168 'version_assembly': {
1165 'filepath': 'chrome/app/version_assembly', 1169 'filepath': 'chrome/app/version_assembly',
1166 }, 1170 },
1167 'video': { 1171 'video': {
1168 'filepath': 'content/browser/renderer_host/media/|'\ 1172 'filepath': 'content/browser/renderer_host/media/|'\
1169 'content/renderer/media/|'\ 1173 'content/renderer/media/|'\
1170 'media/capture/video/|'\ 1174 'media/capture/video/|'\
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 'shuchen+watch@chromium.org', 2269 'shuchen+watch@chromium.org',
2266 'yusukes+watch@chromium.org'], 2270 'yusukes+watch@chromium.org'],
2267 'timers': ['chirantan+watch@chromium.org'], 2271 'timers': ['chirantan+watch@chromium.org'],
2268 'tools_win_chromeexts': ['robliao+watch@chromium.org'], 2272 'tools_win_chromeexts': ['robliao+watch@chromium.org'],
2269 'tracing': ['tracing+reviews@chromium.org', 2273 'tracing': ['tracing+reviews@chromium.org',
2270 'wfh+watch@chromium.org'], 2274 'wfh+watch@chromium.org'],
2271 'ui_compositor': ['cc-bugs@chromium.org'], 2275 'ui_compositor': ['cc-bugs@chromium.org'],
2272 'ui_display_win': ['robliao+watch@chromium.org'], 2276 'ui_display_win': ['robliao+watch@chromium.org'],
2273 'ui_resources': ['oshima+watch@chromium.org'], 2277 'ui_resources': ['oshima+watch@chromium.org'],
2274 'ui_strings': ['srahim+watch@chromium.org'], 2278 'ui_strings': ['srahim+watch@chromium.org'],
2279 'use_counter_features': ['lunalu@chromium.org'],
2275 'valgrind': ['bruening+watch@chromium.org', 2280 'valgrind': ['bruening+watch@chromium.org',
2276 'glider+watch@chromium.org'], 2281 'glider+watch@chromium.org'],
2277 'version_assembly': ['caitkp+watch@chromium.org', 2282 'version_assembly': ['caitkp+watch@chromium.org',
2278 'gab+watch@chromium.org'], 2283 'gab+watch@chromium.org'],
2279 'video': ['posciak+watch@chromium.org'], 2284 'video': ['posciak+watch@chromium.org'],
2280 'video_capture': ['chfremer+watch@chromium.org'], 2285 'video_capture': ['chfremer+watch@chromium.org'],
2281 'views': ['tfarina@chromium.org'], 2286 'views': ['tfarina@chromium.org'],
2282 'virtual_keyboard': ['blakeo+virtualkb@chromium.org', 2287 'virtual_keyboard': ['blakeo+virtualkb@chromium.org',
2283 'dfaden+virtualkb@google.com', 2288 'dfaden+virtualkb@google.com',
2284 'groby+virtualkb@chromium.org', 2289 'groby+virtualkb@chromium.org',
2285 'oka+watchvk@chromium.org', 2290 'oka+watchvk@chromium.org',
2286 'yhanada+watchvk@chromium.org'], 2291 'yhanada+watchvk@chromium.org'],
2287 'virtual_reality': ['feature-vr-reviews@chromium.org'], 2292 'virtual_reality': ['feature-vr-reviews@chromium.org'],
2288 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], 2293 'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
2289 'website_settings': ['markusheintz@chromium.org', 2294 'website_settings': ['markusheintz@chromium.org',
2290 'msramek+watch@chromium.org', 2295 'msramek+watch@chromium.org',
2291 'raymes+watch@chromium.org'], 2296 'raymes+watch@chromium.org'],
2292 'windows_sandboxing': ['pennymac+watch@chromium.org', 2297 'windows_sandboxing': ['pennymac+watch@chromium.org',
2293 'wfh+watch@chromium.org'], 2298 'wfh+watch@chromium.org'],
2294 'x11': ['derat+watch@chromium.org', 2299 'x11': ['derat+watch@chromium.org',
2295 'sadrul@chromium.org', 2300 'sadrul@chromium.org',
2296 'yusukes+watch@chromium.org'], 2301 'yusukes+watch@chromium.org'],
2297 'zoom': ['wjmaclean@chromium.org'], 2302 'zoom': ['wjmaclean@chromium.org'],
2298 }, 2303 },
2299 } 2304 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/scripts/v8_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698