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

Side by Side Diff: WATCHLISTS

Issue 259623005: Add watchlist entry for libvpx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'instant': { 350 'instant': {
351 'filepath': 'instant|searchbox|'\ 351 'filepath': 'instant|searchbox|'\
352 'chrome/browser/search/|'\ 352 'chrome/browser/search/|'\
353 'chrome/browser/ui/search/|'\ 353 'chrome/browser/ui/search/|'\
354 'chrome/browser/resources/local_ntp/|'\ 354 'chrome/browser/resources/local_ntp/|'\
355 'chrome/common/search_types.*', 355 'chrome/common/search_types.*',
356 }, 356 },
357 'ipc': { 357 'ipc': {
358 'filepath': 'ipc/ipc', 358 'filepath': 'ipc/ipc',
359 }, 359 },
360 'libvpx': {
361 'filepath': 'third_party/libvpx'
362 },
360 'libwebp': { 363 'libwebp': {
361 'filepath': 'third_party/libwebp' 364 'filepath': 'third_party/libwebp'
362 }, 365 },
363 'layout_tests': { 366 'layout_tests': {
364 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', 367 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
365 }, 368 },
366 'linux_fonts': { 369 'linux_fonts': {
367 'filepath': 'ui/gfx/font_render_params_.*|'\ 370 'filepath': 'ui/gfx/font_render_params_.*|'\
368 'ui/gfx/platform_font_pango.*|'\ 371 'ui/gfx/platform_font_pango.*|'\
369 'ui/gfx/render_text_linux.*', 372 'ui/gfx/render_text_linux.*',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 'dgrogan@chromium.org', 806 'dgrogan@chromium.org',
804 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'], 807 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'],
805 'installer': ['grt+watch@chromium.org'], 808 'installer': ['grt+watch@chromium.org'],
806 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 809 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
807 'dominich@chromium.org', 'samarth+watch@chromium.org', 810 'dominich@chromium.org', 'samarth+watch@chromium.org',
808 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 811 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
809 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 812 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
810 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', 813 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org',
811 'donnd+watch@chromium.org'], 814 'donnd+watch@chromium.org'],
812 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 815 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
816 'libvpx': ['tomfinegan@chromium.org', 'jzern@chromium.org',
817 'fgalligan@chromium.org', 'johannkoenig@chromium.org'],
813 'libwebp': ['urvang@google.com', 'jzern@chromium.org', 818 'libwebp': ['urvang@google.com', 'jzern@chromium.org',
814 'skal@google.com', 'vikasa@google.com'], 819 'skal@google.com', 'vikasa@google.com'],
815 'linux_fonts': ['derat+watch@chromium.org'], 820 'linux_fonts': ['derat+watch@chromium.org'],
816 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], 821 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
817 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 822 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
818 'managed_users': ['pam+watch@chromium.org'], 823 'managed_users': ['pam+watch@chromium.org'],
819 'media': ['feature-media-reviews@chromium.org'], 824 'media': ['feature-media-reviews@chromium.org'],
820 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', 825 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org',
821 'tommycli@chromium.org', 'vandebo@chromium.org'], 826 'tommycli@chromium.org', 'vandebo@chromium.org'],
822 'message_loop': ['sadrul@chromium.org'], 827 'message_loop': ['sadrul@chromium.org'],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'webrtc_media': ['fischman+watch@chromium.org', 927 'webrtc_media': ['fischman+watch@chromium.org',
923 'wjia+watch@chromium.org', 928 'wjia+watch@chromium.org',
924 'mcasas+watch@chromium.org'], 929 'mcasas+watch@chromium.org'],
925 'website_settings': ['markusheintz@chromium.org'], 930 'website_settings': ['markusheintz@chromium.org'],
926 'worker': ['jam@chromium.org'], 931 'worker': ['jam@chromium.org'],
927 'x11': ['derat+watch@chromium.org', 932 'x11': ['derat+watch@chromium.org',
928 'sadrul@chromium.org', 933 'sadrul@chromium.org',
929 'yusukes+watch@chromium.org'], 934 'yusukes+watch@chromium.org'],
930 }, 935 },
931 } 936 }
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