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

Side by Side Diff: components/OWNERS

Issue 641943002: components: Introduce AlarmTimer class and use it for GCM heartbeat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp files Created 6 years, 2 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 erikwright@chromium.org 3 erikwright@chromium.org
4 jochen@chromium.org 4 jochen@chromium.org
5 5
6 # Can not match autofill* due to crbug.com/397984 6 # Can not match autofill* due to crbug.com/397984
7 per-file autofill.gypi=estade@chromium.org 7 per-file autofill.gypi=estade@chromium.org
8 per-file autofill.gypi=isherman@chromium.org 8 per-file autofill.gypi=isherman@chromium.org
9 per-file autofill_strings.grdp=estade@chromium.org 9 per-file autofill_strings.grdp=estade@chromium.org
10 per-file autofill_strings.grdp=isherman@chromium.org 10 per-file autofill_strings.grdp=isherman@chromium.org
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 per-file storage_monitor.gypi=thestig@chromium.org 190 per-file storage_monitor.gypi=thestig@chromium.org
191 per-file storage_monitor.gypi=vandebo@chromium.org 191 per-file storage_monitor.gypi=vandebo@chromium.org
192 192
193 per-file sync_driver*=haitaol@chromium.org 193 per-file sync_driver*=haitaol@chromium.org
194 per-file sync_driver*=maniscalco@chromium.org 194 per-file sync_driver*=maniscalco@chromium.org
195 per-file sync_driver*=pavely@chromium.org 195 per-file sync_driver*=pavely@chromium.org
196 per-file sync_driver*=rlarocque@chromium.org 196 per-file sync_driver*=rlarocque@chromium.org
197 per-file sync_driver*=tim@chromium.org 197 per-file sync_driver*=tim@chromium.org
198 per-file sync_driver*=zea@chromium.org 198 per-file sync_driver*=zea@chromium.org
199 199
200 per-file timer*=derat@chromium.org
blundell 2014/10/22 13:46:24 Yes, let's add at least 1 more owner here, whether
Chirantan Ekbote 2014/10/23 23:53:30 Done.
201
200 per-file tracing*=jbauman@chromium.org 202 per-file tracing*=jbauman@chromium.org
201 per-file tracing*=nduca@chromium.org 203 per-file tracing*=nduca@chromium.org
202 204
203 per-file translate.gypi=andrewhayden@chromium.org 205 per-file translate.gypi=andrewhayden@chromium.org
204 per-file translate.gypi=droger@chromium.org 206 per-file translate.gypi=droger@chromium.org
205 per-file translate.gypi=hajimehoshi@chromium.org 207 per-file translate.gypi=hajimehoshi@chromium.org
206 per-file translate.gypi=toyoshim@chromium.org 208 per-file translate.gypi=toyoshim@chromium.org
207 209
208 per-file startup_metric_utils.gypi=jeremy@chromium.org 210 per-file startup_metric_utils.gypi=jeremy@chromium.org
209 211
(...skipping 20 matching lines...) Expand all
230 232
231 per-file wifi.gypi=mef@chromium.org 233 per-file wifi.gypi=mef@chromium.org
232 234
233 per-file *.isolate=csharp@chromium.org 235 per-file *.isolate=csharp@chromium.org
234 per-file *.isolate=maruel@chromium.org 236 per-file *.isolate=maruel@chromium.org
235 237
236 # These are for the common case of adding or removing tests. If you're making 238 # These are for the common case of adding or removing tests. If you're making
237 # structural changes, please get a review from one of the overall components 239 # structural changes, please get a review from one of the overall components
238 # OWNERS. 240 # OWNERS.
239 per-file components_tests.gyp=* 241 per-file components_tests.gyp=*
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698