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

Side by Side Diff: WATCHLISTS

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'filepath': '_message.*.h|'\ 451 'filepath': '_message.*.h|'\
452 '_messages.cc', 452 '_messages.cc',
453 }, 453 },
454 'login': { 454 'login': {
455 'filepath': 'chrome/browser/ui/login' 455 'filepath': 'chrome/browser/ui/login'
456 }, 456 },
457 'libwebp': { 457 'libwebp': {
458 'filepath': 'third_party/libwebp' 458 'filepath': 'third_party/libwebp'
459 }, 459 },
460 'libvpx': { 460 'libvpx': {
461 'filepath': 'third_party/libvpx_new' 461 'filepath': 'third_party/libvpx'
462 }, 462 },
463 'linux_fonts': { 463 'linux_fonts': {
464 'filepath': 'ui/gfx/font_render_params_.*|'\ 464 'filepath': 'ui/gfx/font_render_params_.*|'\
465 'ui/gfx/platform_font_linux.*|'\ 465 'ui/gfx/platform_font_linux.*|'\
466 'ui/gfx/render_text_harfbuzz.*', 466 'ui/gfx/render_text_harfbuzz.*',
467 }, 467 },
468 'linux_sandboxing': { 468 'linux_sandboxing': {
469 'filepath': 'sandbox/linux/', 469 'filepath': 'sandbox/linux/',
470 }, 470 },
471 'linux_seccomp_bpf': { 471 'linux_seccomp_bpf': {
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 'kinuko+worker@chromium.org', 1717 'kinuko+worker@chromium.org',
1718 'horo+watch@chromium.org', 1718 'horo+watch@chromium.org',
1719 'falken@chromium.org' ], 1719 'falken@chromium.org' ],
1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1720 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1721 'blink-reviews-wtf@chromium.org' ], 1721 'blink-reviews-wtf@chromium.org' ],
1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1722 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1723 'test_runner': [ 'jochen+watch@chromium.org', 1723 'test_runner': [ 'jochen+watch@chromium.org',
1724 'mlamouri+watch-test-runner@chromium.org' ], 1724 'mlamouri+watch-test-runner@chromium.org' ],
1725 }, 1725 },
1726 } 1726 }
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