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

Side by Side Diff: components/OWNERS

Issue 2166683003: Componentize spellcheck [1]: create component and move switches there. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update components/OWNERS Created 4 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
OLDNEW
1 blundell@chromium.org 1 blundell@chromium.org
2 caitkp@chromium.org 2 caitkp@chromium.org
3 jochen@chromium.org 3 jochen@chromium.org
4 sdefresne@chromium.org 4 sdefresne@chromium.org
5 5
6 # Note: Best not to use globs (like autofill*) due to crbug.com/397984 6 # Note: Best not to use globs (like autofill*) due to crbug.com/397984
7 7
8 per-file app_modal.gypi=file://components/app_modal/OWNERS 8 per-file app_modal.gypi=file://components/app_modal/OWNERS
9 per-file app_modal_strings.grdp=file://components/app_modal/OWNERS 9 per-file app_modal_strings.grdp=file://components/app_modal/OWNERS
10 10
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 per-file security_interstitials.gypi=file://components/security_interstitials/OW NERS 185 per-file security_interstitials.gypi=file://components/security_interstitials/OW NERS
186 per-file security_interstitials_strings.grdp=file://components/security_intersti tials/OWNERS 186 per-file security_interstitials_strings.grdp=file://components/security_intersti tials/OWNERS
187 187
188 per-file session_manager.gypi=file://components/session_manager/OWNERS 188 per-file session_manager.gypi=file://components/session_manager/OWNERS
189 189
190 per-file sessions.gypi=file://components/sessions/OWNERS 190 per-file sessions.gypi=file://components/sessions/OWNERS
191 191
192 per-file signin.gypi=file://components/signin/OWNERS 192 per-file signin.gypi=file://components/signin/OWNERS
193 193
194 per-file spellcheck.gypi=file://components/spellcheck/OWNERS
195
194 per-file ssl_errors.gypi=file://components/ssl_errors/OWNERS 196 per-file ssl_errors.gypi=file://components/ssl_errors/OWNERS
195 per-file ssl_errors_strings.grdp=file://components/ssl_errors/OWNERS 197 per-file ssl_errors_strings.grdp=file://components/ssl_errors/OWNERS
196 198
197 per-file startup_metric_utils.gypi=file://components/startup_metric_utils/OWNERS 199 per-file startup_metric_utils.gypi=file://components/startup_metric_utils/OWNERS
198 200
199 per-file storage_monitor.gypi=file://components/storage_monitor/OWNERS 201 per-file storage_monitor.gypi=file://components/storage_monitor/OWNERS
200 202
201 per-file subresource_filter.gypi=file://components/subresource_filter/OWNERS 203 per-file subresource_filter.gypi=file://components/subresource_filter/OWNERS
202 204
203 per-file suggestions.gypi=file://components/suggestions/OWNERS 205 per-file suggestions.gypi=file://components/suggestions/OWNERS
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 per-file wifi.gypi=file://components/wifi/OWNERS 250 per-file wifi.gypi=file://components/wifi/OWNERS
249 251
250 per-file *.isolate=maruel@chromium.org 252 per-file *.isolate=maruel@chromium.org
251 per-file *.isolate=tandrii@chromium.org 253 per-file *.isolate=tandrii@chromium.org
252 per-file *.isolate=vadimsh@chromium.org 254 per-file *.isolate=vadimsh@chromium.org
253 255
254 # These are for the common case of adding or removing tests. If you're making 256 # These are for the common case of adding or removing tests. If you're making
255 # structural changes, please get a review from one of the overall components 257 # structural changes, please get a review from one of the overall components
256 # OWNERS. 258 # OWNERS.
257 per-file components_tests.gyp=* 259 per-file components_tests.gyp=*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698