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

Side by Side Diff: WATCHLISTS

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | build/all.gyp » ('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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'perf': { 440 'perf': {
441 'filepath': 'tools/perf' \ 441 'filepath': 'tools/perf' \
442 '|tools/telemetry' \ 442 '|tools/telemetry' \
443 '|chrome/test/perf' 443 '|chrome/test/perf'
444 }, 444 },
445 'plugin': { 445 'plugin': {
446 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ 446 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
447 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', 447 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
448 }, 448 },
449 'policy_templates': { 449 'policy_templates': {
450 'filepath': 'chrome/app/policy/policy_templates.json', 450 'filepath': 'components/policy/resources/policy_templates.json',
451 }, 451 },
452 'predictors': { 452 'predictors': {
453 'filepath': 'predictors', 453 'filepath': 'predictors',
454 }, 454 },
455 'prerender': { 455 'prerender': {
456 'filepath': 'prerender' 456 'filepath': 'prerender'
457 }, 457 },
458 'pyauto': { 458 'pyauto': {
459 'filepath': 'chrome/test/pyautolib' \ 459 'filepath': 'chrome/test/pyautolib' \
460 '|chrome/test/functional' \ 460 '|chrome/test/functional' \
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'webrtc_media': ['fischman+watch@chromium.org', 857 'webrtc_media': ['fischman+watch@chromium.org',
858 'wjia+watch@chromium.org', 858 'wjia+watch@chromium.org',
859 'mcasas+watch@chromium.org'], 859 'mcasas+watch@chromium.org'],
860 'website_settings': ['markusheintz@chromium.org'], 860 'website_settings': ['markusheintz@chromium.org'],
861 'worker': ['jam@chromium.org'], 861 'worker': ['jam@chromium.org'],
862 'x11': ['derat+watch@chromium.org', 862 'x11': ['derat+watch@chromium.org',
863 'sadrul@chromium.org', 863 'sadrul@chromium.org',
864 'yusukes+watch@chromium.org'], 864 'yusukes+watch@chromium.org'],
865 }, 865 },
866 } 866 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698