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

Side by Side Diff: components/OWNERS

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 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 | « components/BUILD.gn ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 192
193 per-file signin.gypi=file://components/signin/OWNERS 193 per-file signin.gypi=file://components/signin/OWNERS
194 194
195 per-file ssl_errors.gypi=file://components/ssl_errors/OWNERS 195 per-file ssl_errors.gypi=file://components/ssl_errors/OWNERS
196 per-file ssl_errors_strings.grdp=file://components/ssl_errors/OWNERS 196 per-file ssl_errors_strings.grdp=file://components/ssl_errors/OWNERS
197 197
198 per-file startup_metric_utils.gypi=file://components/startup_metric_utils/OWNERS 198 per-file startup_metric_utils.gypi=file://components/startup_metric_utils/OWNERS
199 199
200 per-file storage_monitor.gypi=file://components/storage_monitor/OWNERS 200 per-file storage_monitor.gypi=file://components/storage_monitor/OWNERS
201 201
202 per-file subresource_filter.gypi=file://components/subresource_filter/OWNERS
203
202 per-file suggestions.gypi=file://components/suggestions/OWNERS 204 per-file suggestions.gypi=file://components/suggestions/OWNERS
203 205
204 per-file supervised_user_error_page.gypi=file://components/supervised_user_error _page/OWNERS 206 per-file supervised_user_error_page.gypi=file://components/supervised_user_error _page/OWNERS
205 per-file supervised_user_error_page_strings.grdp=file://components/supervised_us er_error_page/OWNERS 207 per-file supervised_user_error_page_strings.grdp=file://components/supervised_us er_error_page/OWNERS
206 208
207 per-file sync_driver.gypi=file://components/sync_driver/OWNERS 209 per-file sync_driver.gypi=file://components/sync_driver/OWNERS
208 210
209 per-file sync_sessions.gypi=file://components/sync_sessions/OWNERS 211 per-file sync_sessions.gypi=file://components/sync_sessions/OWNERS
210 212
211 per-file timers.gypi=file://components/timers/OWNERS 213 per-file timers.gypi=file://components/timers/OWNERS
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 per-file wifi.gypi=file://components/wifi/OWNERS 251 per-file wifi.gypi=file://components/wifi/OWNERS
250 252
251 per-file *.isolate=maruel@chromium.org 253 per-file *.isolate=maruel@chromium.org
252 per-file *.isolate=tandrii@chromium.org 254 per-file *.isolate=tandrii@chromium.org
253 per-file *.isolate=vadimsh@chromium.org 255 per-file *.isolate=vadimsh@chromium.org
254 256
255 # These are for the common case of adding or removing tests. If you're making 257 # These are for the common case of adding or removing tests. If you're making
256 # structural changes, please get a review from one of the overall components 258 # structural changes, please get a review from one of the overall components
257 # OWNERS. 259 # OWNERS.
258 per-file components_tests.gyp=* 260 per-file components_tests.gyp=*
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698