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

Side by Side Diff: WATCHLISTS

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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 | « DEPS ('k') | build/common.gypi » ('j') | 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'ipc': { 443 'ipc': {
444 'filepath': 'ipc/ipc', 444 'filepath': 'ipc/ipc',
445 }, 445 },
446 'ipc_messages': { 446 'ipc_messages': {
447 'filepath': '_message.*.h|'\ 447 'filepath': '_message.*.h|'\
448 '_messages.cc', 448 '_messages.cc',
449 }, 449 },
450 'libwebp': { 450 'libwebp': {
451 'filepath': 'third_party/libwebp' 451 'filepath': 'third_party/libwebp'
452 }, 452 },
453 'libvpx': {
454 'filepath': 'third_party/libvpx_new'
455 },
453 'linux_fonts': { 456 'linux_fonts': {
454 'filepath': 'ui/gfx/font_render_params_.*|'\ 457 'filepath': 'ui/gfx/font_render_params_.*|'\
455 'ui/gfx/platform_font_linux.*|'\ 458 'ui/gfx/platform_font_linux.*|'\
456 'ui/gfx/render_text_harfbuzz.*', 459 'ui/gfx/render_text_harfbuzz.*',
457 }, 460 },
458 'linux_sandboxing': { 461 'linux_sandboxing': {
459 'filepath': 'sandbox/linux/', 462 'filepath': 'sandbox/linux/',
460 }, 463 },
461 'linux_seccomp_bpf': { 464 'linux_seccomp_bpf': {
462 'filepath': 'content/common/sandbox.*linux.cc', 465 'filepath': 'content/common/sandbox.*linux.cc',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'installer_linux': [ 'mmoss@chromium.org'], 1030 'installer_linux': [ 'mmoss@chromium.org'],
1028 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 1031 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
1029 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', 1032 'samarth+watch@chromium.org', 'donnd+watch@chromium.org',
1030 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 1033 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
1031 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 1034 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
1032 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], 1035 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'],
1033 'ios_chrome': ['sdefresne+watch@chromium.org'], 1036 'ios_chrome': ['sdefresne+watch@chromium.org'],
1034 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 1037 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
1035 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org', 1038 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org',
1036 'skal@google.com', 'vikasa@google.com'], 1039 'skal@google.com', 'vikasa@google.com'],
1040 'libvpx': ['tomfinegan@chromium.org', 'jzern@chromium.org',
1041 'fgalligan@chromium.org', 'johannkoenig@chromium.org'],
1037 'linux_fonts': ['derat+watch@chromium.org'], 1042 'linux_fonts': ['derat+watch@chromium.org'],
1038 'linux_sandboxing': ['jln+watch@chromium.org'], 1043 'linux_sandboxing': ['jln+watch@chromium.org'],
1039 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 1044 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
1040 'supervised_users': ['pam+watch@chromium.org'], 1045 'supervised_users': ['pam+watch@chromium.org'],
1041 'mandoline': ['yzshen+watch@chromium.org', 1046 'mandoline': ['yzshen+watch@chromium.org',
1042 'penghuang+watch-mandoline@chromium.org'], 1047 'penghuang+watch-mandoline@chromium.org'],
1043 'manifest': ['mlamouri+watch-manifest@chromium.org'], 1048 'manifest': ['mlamouri+watch-manifest@chromium.org'],
1044 'md_settings': ['dbeam+watch-settings@chromium.org', 1049 'md_settings': ['dbeam+watch-settings@chromium.org',
1045 'jhawkins+watch-md-settings@chromium.org', 1050 'jhawkins+watch-md-settings@chromium.org',
1046 'jlklein+watch-md-settings@chromium.org', 1051 'jlklein+watch-md-settings@chromium.org',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'tnakamura+watch@chromium.org'], 1168 'tnakamura+watch@chromium.org'],
1164 'website_settings': ['markusheintz@chromium.org', 1169 'website_settings': ['markusheintz@chromium.org',
1165 'raymes+watch@chromium.org'], 1170 'raymes+watch@chromium.org'],
1166 'windows_sandboxing': ['wfh+watch@chromium.org'], 1171 'windows_sandboxing': ['wfh+watch@chromium.org'],
1167 'x11': ['derat+watch@chromium.org', 1172 'x11': ['derat+watch@chromium.org',
1168 'sadrul@chromium.org', 1173 'sadrul@chromium.org',
1169 'yusukes+watch@chromium.org'], 1174 'yusukes+watch@chromium.org'],
1170 'zoom': ['wjmaclean@chromium.org'], 1175 'zoom': ['wjmaclean@chromium.org'],
1171 }, 1176 },
1172 } 1177 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698