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

Side by Side Diff: WATCHLISTS

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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
« no previous file with comments | « .gn ('k') | components/BUILD.gn » ('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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'filepath': 'sandbox/'\ 622 'filepath': 'sandbox/'\
623 '|content/browser/bootstrap_sandbox_mac'\ 623 '|content/browser/bootstrap_sandbox_mac'\
624 '|content/browser/renderer_host/render_sandbox_host_linux'\ 624 '|content/browser/renderer_host/render_sandbox_host_linux'\
625 '|content/browser/renderer_host/sandbox_ipc_linux'\ 625 '|content/browser/renderer_host/sandbox_ipc_linux'\
626 '|content/browser/zygote_host/'\ 626 '|content/browser/zygote_host/'\
627 '|content/common/sandbox_'\ 627 '|content/common/sandbox_'\
628 '|content/zygote/'\ 628 '|content/zygote/'\
629 }, 629 },
630 'scheduler': { 630 'scheduler': {
631 'filepath': 'cc/scheduler'\ 631 'filepath': 'cc/scheduler'\
632 '|content/child/scheduler'\ 632 '|components/scheduler'\
633 '|content/renderer/scheduler' 633 '|content/renderer/scheduler'
634 }, 634 },
635 'search': { 635 'search': {
636 'filepath': 'chrome/browser/ui/search/', 636 'filepath': 'chrome/browser/ui/search/',
637 }, 637 },
638 'service_worker': { 638 'service_worker': {
639 'filepath': 'content/(browser|renderer|child|common)/service_worker/', 639 'filepath': 'content/(browser|renderer|child|common)/service_worker/',
640 }, 640 },
641 'site_instance': { 641 'site_instance': {
642 'filepath': 'content/browser/site_instance|'\ 642 'filepath': 'content/browser/site_instance|'\
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'posciak+watch@chromium.org'], 1107 'posciak+watch@chromium.org'],
1108 'website_settings': ['markusheintz@chromium.org'], 1108 'website_settings': ['markusheintz@chromium.org'],
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], 1109 'windows_sandboxing': ['wfh+watch@chromium.org'],
1110 'worker': ['jam@chromium.org'], 1110 'worker': ['jam@chromium.org'],
1111 'x11': ['derat+watch@chromium.org', 1111 'x11': ['derat+watch@chromium.org',
1112 'sadrul@chromium.org', 1112 'sadrul@chromium.org',
1113 'yusukes+watch@chromium.org'], 1113 'yusukes+watch@chromium.org'],
1114 'zoom': ['wjmaclean@chromium.org'], 1114 'zoom': ['wjmaclean@chromium.org'],
1115 }, 1115 },
1116 } 1116 }
OLDNEW
« no previous file with comments | « .gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698