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

Side by Side Diff: WATCHLISTS

Issue 126863002: Create a watchlist for libwebp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'instant': { 323 'instant': {
324 'filepath': 'instant|searchbox|'\ 324 'filepath': 'instant|searchbox|'\
325 'chrome/browser/search/|'\ 325 'chrome/browser/search/|'\
326 'chrome/browser/ui/search/|'\ 326 'chrome/browser/ui/search/|'\
327 'chrome/browser/resources/local_ntp/|'\ 327 'chrome/browser/resources/local_ntp/|'\
328 'chrome/common/search_types.*', 328 'chrome/common/search_types.*',
329 }, 329 },
330 'ipc': { 330 'ipc': {
331 'filepath': 'ipc/ipc', 331 'filepath': 'ipc/ipc',
332 }, 332 },
333 'libwebp': {
334 'filepath': 'third_party/libwebp'
335 },
333 'layout_tests': { 336 'layout_tests': {
334 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', 337 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
335 }, 338 },
336 'linux_fonts': { 339 'linux_fonts': {
337 'filepath': 'ui/gfx/font_render_params_.*|'\ 340 'filepath': 'ui/gfx/font_render_params_.*|'\
338 'ui/gfx/platform_font_pango.*|'\ 341 'ui/gfx/platform_font_pango.*|'\
339 'ui/gfx/render_text_linux.*', 342 'ui/gfx/render_text_linux.*',
340 }, 343 },
341 'linux_sandboxing': { 344 'linux_sandboxing': {
342 'filepath': 'sandbox/linux/', 345 'filepath': 'sandbox/linux/',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', 749 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org',
747 'dgrogan@chromium.org', 'jsbell@chromium.org'], 750 'dgrogan@chromium.org', 'jsbell@chromium.org'],
748 'installer': ['grt+watch@chromium.org'], 751 'installer': ['grt+watch@chromium.org'],
749 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 752 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
750 'dominich@chromium.org', 'samarth+watch@chromium.org', 753 'dominich@chromium.org', 'samarth+watch@chromium.org',
751 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 754 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
752 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 755 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
753 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', 756 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org',
754 'donnd+watch@chromium.org'], 757 'donnd+watch@chromium.org'],
755 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 758 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
759 'libwebp': ['urvang@google.com', 'jzern@chromium.org',
760 'skal@google.com', 'vikasa@google.com'],
756 'linux_fonts': ['derat+watch@chromium.org'], 761 'linux_fonts': ['derat+watch@chromium.org'],
757 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], 762 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
758 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 763 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
759 'managed_users': ['pam+watch@chromium.org'], 764 'managed_users': ['pam+watch@chromium.org'],
760 'media': ['feature-media-reviews@chromium.org'], 765 'media': ['feature-media-reviews@chromium.org'],
761 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', 766 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org',
762 'tommycli@chromium.org', 'vandebo@chromium.org'], 767 'tommycli@chromium.org', 'vandebo@chromium.org'],
763 'message_loop': ['sadrul@chromium.org'], 768 'message_loop': ['sadrul@chromium.org'],
764 'metrics': ['jar@chromium.org', 769 'metrics': ['jar@chromium.org',
765 'isherman@chromium.org', 770 'isherman@chromium.org',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'webrtc_media': ['fischman+watch@chromium.org', 862 'webrtc_media': ['fischman+watch@chromium.org',
858 'wjia+watch@chromium.org', 863 'wjia+watch@chromium.org',
859 'mcasas+watch@chromium.org'], 864 'mcasas+watch@chromium.org'],
860 'website_settings': ['markusheintz@chromium.org'], 865 'website_settings': ['markusheintz@chromium.org'],
861 'worker': ['jam@chromium.org'], 866 'worker': ['jam@chromium.org'],
862 'x11': ['derat+watch@chromium.org', 867 'x11': ['derat+watch@chromium.org',
863 'sadrul@chromium.org', 868 'sadrul@chromium.org',
864 'yusukes+watch@chromium.org'], 869 'yusukes+watch@chromium.org'],
865 }, 870 },
866 } 871 }
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