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

Side by Side Diff: WATCHLISTS

Issue 2679943002: Add UX writer to watchlist for UI strings (Closed)
Patch Set: Created 3 years, 10 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'ui/compositor/compositor', 1026 'ui/compositor/compositor',
1027 }, 1027 },
1028 'ui_display_win': { 1028 'ui_display_win': {
1029 'filepath': '^ui/display/win', 1029 'filepath': '^ui/display/win',
1030 }, 1030 },
1031 'ui_resources': { 1031 'ui_resources': {
1032 'filepath': 'ui/resources/'\ 1032 'filepath': 'ui/resources/'\
1033 '|ui/base/native_theme/resources/'\ 1033 '|ui/base/native_theme/resources/'\
1034 '|chrome/app/theme/' 1034 '|chrome/app/theme/'
1035 }, 1035 },
1036 'ui_strings': {
1037 'filepath': 'chrome/app/generated_resources.grd'\
1038 '|chrome/app/google_chrome_strings.grd'\
1039 '|chrome/android/java/strings/android_chrome_strings.grd'\
1040 '|chrome/app/settings_strings.grdp'\
1041 '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
1042 '|ui/strings/ui_strings.grd',
1043 },
1036 'valgrind': { 1044 'valgrind': {
1037 'filepath': 'valgrind', 1045 'filepath': 'valgrind',
1038 }, 1046 },
1039 'version_assembly': { 1047 'version_assembly': {
1040 'filepath': 'chrome/app/version_assembly', 1048 'filepath': 'chrome/app/version_assembly',
1041 }, 1049 },
1042 'video': { 1050 'video': {
1043 'filepath': 'content/browser/renderer_host/media/|'\ 1051 'filepath': 'content/browser/renderer_host/media/|'\
1044 'content/renderer/media/|'\ 1052 'content/renderer/media/|'\
1045 'media/capture/video/|'\ 1053 'media/capture/video/|'\
(...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
2071 'textinput_chromeos': ['nona+watch@chromium.org', 2079 'textinput_chromeos': ['nona+watch@chromium.org',
2072 'shuchen+watch@chromium.org', 2080 'shuchen+watch@chromium.org',
2073 'yusukes+watch@chromium.org'], 2081 'yusukes+watch@chromium.org'],
2074 'timers': ['chirantan+watch@chromium.org'], 2082 'timers': ['chirantan+watch@chromium.org'],
2075 'tools_win_chromeexts': ['robliao+watch@chromium.org'], 2083 'tools_win_chromeexts': ['robliao+watch@chromium.org'],
2076 'tracing': ['tracing+reviews@chromium.org', 2084 'tracing': ['tracing+reviews@chromium.org',
2077 'wfh+watch@chromium.org'], 2085 'wfh+watch@chromium.org'],
2078 'ui_compositor': ['cc-bugs@chromium.org'], 2086 'ui_compositor': ['cc-bugs@chromium.org'],
2079 'ui_display_win': ['robliao+watch@chromium.org'], 2087 'ui_display_win': ['robliao+watch@chromium.org'],
2080 'ui_resources': ['oshima+watch@chromium.org'], 2088 'ui_resources': ['oshima+watch@chromium.org'],
2089 'ui_strings': ['srahim+watch@chromium.org'],
2081 'valgrind': ['bruening+watch@chromium.org', 2090 'valgrind': ['bruening+watch@chromium.org',
2082 'glider+watch@chromium.org'], 2091 'glider+watch@chromium.org'],
2083 'version_assembly': ['caitkp+watch@chromium.org', 2092 'version_assembly': ['caitkp+watch@chromium.org',
2084 'gab+watch@chromium.org'], 2093 'gab+watch@chromium.org'],
2085 'video': ['posciak+watch@chromium.org'], 2094 'video': ['posciak+watch@chromium.org'],
2086 'video_capture': ['mcasas+watch+vc@chromium.org', 2095 'video_capture': ['mcasas+watch+vc@chromium.org',
2087 'chfremer+watch@chromium.org'], 2096 'chfremer+watch@chromium.org'],
2088 'views': ['tfarina@chromium.org'], 2097 'views': ['tfarina@chromium.org'],
2089 'virtual_keyboard': ['dfaden+virtualkb@google.com', 2098 'virtual_keyboard': ['dfaden+virtualkb@google.com',
2090 'groby+virtualkb@chromium.org'], 2099 'groby+virtualkb@chromium.org'],
2091 'virtual_reality': ['feature-vr-reviews@chromium.org'], 2100 'virtual_reality': ['feature-vr-reviews@chromium.org'],
2092 'webrtc_browser_tests': ['phoglund+watch@chromium.org'], 2101 'webrtc_browser_tests': ['phoglund+watch@chromium.org'],
2093 'website_settings': ['markusheintz@chromium.org', 2102 'website_settings': ['markusheintz@chromium.org',
2094 'msramek+watch@chromium.org', 2103 'msramek+watch@chromium.org',
2095 'raymes+watch@chromium.org'], 2104 'raymes+watch@chromium.org'],
2096 'windows_sandboxing': ['pennymac+watch@chromium.org', 2105 'windows_sandboxing': ['pennymac+watch@chromium.org',
2097 'wfh+watch@chromium.org'], 2106 'wfh+watch@chromium.org'],
2098 'x11': ['derat+watch@chromium.org', 2107 'x11': ['derat+watch@chromium.org',
2099 'sadrul@chromium.org', 2108 'sadrul@chromium.org',
2100 'yusukes+watch@chromium.org'], 2109 'yusukes+watch@chromium.org'],
2101 'xml': ['dominicc+watchlist@chromium.org'], 2110 'xml': ['dominicc+watchlist@chromium.org'],
2102 'zoom': ['wjmaclean@chromium.org'], 2111 'zoom': ['wjmaclean@chromium.org'],
2103 }, 2112 },
2104 } 2113 }
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