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

Side by Side Diff: WATCHLISTS

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 years, 5 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 | chrome/browser/browser_resources.grd » ('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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'filepath': 'ui/gfx/font_render_params_.*|'\ 393 'filepath': 'ui/gfx/font_render_params_.*|'\
394 'ui/gfx/platform_font_pango.*|'\ 394 'ui/gfx/platform_font_pango.*|'\
395 'ui/gfx/render_text_linux.*', 395 'ui/gfx/render_text_linux.*',
396 }, 396 },
397 'linux_sandboxing': { 397 'linux_sandboxing': {
398 'filepath': 'sandbox/linux/', 398 'filepath': 'sandbox/linux/',
399 }, 399 },
400 'linux_seccomp_bpf': { 400 'linux_seccomp_bpf': {
401 'filepath': 'content/common/sandbox.*linux.cc', 401 'filepath': 'content/common/sandbox.*linux.cc',
402 }, 402 },
403 'managed_users': {
404 'filepath': 'chrome/browser/.*managed_mode'\
405 '|chrome/browser/.*managed_user',
406 },
407 'media': { 403 'media': {
408 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ 404 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
409 'audio_message_filter|video_layer|media_internals', 405 'audio_message_filter|video_layer|media_internals',
410 }, 406 },
411 'media_galleries': { 407 'media_galleries': {
412 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ 408 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
413 '|chrome/browser/extensions/api/media_galleries_private/'\ 409 '|chrome/browser/extensions/api/media_galleries_private/'\
414 '|chrome/browser/media_galleries/'\ 410 '|chrome/browser/media_galleries/'\
415 '|chrome/browser/storage_monitor/'\ 411 '|chrome/browser/storage_monitor/'\
416 '|chrome/common/media_galleries/'\ 412 '|chrome/common/media_galleries/'\
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 '|chrome/browser/tab_contents/spelling_menu'\ 565 '|chrome/browser/tab_contents/spelling_menu'\
570 '|chrome/common/spellcheck_'\ 566 '|chrome/common/spellcheck_'\
571 '|chrome/renderer/spellchecker/'\ 567 '|chrome/renderer/spellchecker/'\
572 '|third_party/hunspell/'\ 568 '|third_party/hunspell/'\
573 '|third_party/hunspell_dictionaries/'\ 569 '|third_party/hunspell_dictionaries/'\
574 '|webkit/tools/test_shell/mock_spellcheck' 570 '|webkit/tools/test_shell/mock_spellcheck'
575 }, 571 },
576 'streams': { 572 'streams': {
577 'filepath': 'content/browser/streams/', 573 'filepath': 'content/browser/streams/',
578 }, 574 },
575 'supervised_users': {
576 'filepath': 'chrome/browser/.*managed_mode'\
577 '|chrome/browser/.*managed_user'\
578 '|chrome/browser/.*supervised_user',
579 },
579 'sync': { 580 'sync': {
580 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/', 581 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
581 }, 582 },
582 'syncfs': { 583 'syncfs': {
583 'filepath': 'sync_file_system', 584 'filepath': 'sync_file_system',
584 }, 585 },
585 'sync_proto': { 586 'sync_proto': {
586 'filepath': 'sync/protocol/', 587 'filepath': 'sync/protocol/',
587 }, 588 },
588 'tab_capture': { 589 'tab_capture': {
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 850 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
850 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 851 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
851 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', 852 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org',
852 'donnd+watch@chromium.org'], 853 'donnd+watch@chromium.org'],
853 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 854 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
854 'libwebp': ['urvang@google.com', 'jzern@chromium.org', 855 'libwebp': ['urvang@google.com', 'jzern@chromium.org',
855 'skal@google.com', 'vikasa@google.com'], 856 'skal@google.com', 'vikasa@google.com'],
856 'linux_fonts': ['derat+watch@chromium.org'], 857 'linux_fonts': ['derat+watch@chromium.org'],
857 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], 858 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
858 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 859 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
859 'managed_users': ['pam+watch@chromium.org'], 860 'supervised_users': ['pam+watch@chromium.org'],
860 'media': ['feature-media-reviews@chromium.org'], 861 'media': ['feature-media-reviews@chromium.org'],
861 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', 862 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org',
862 'tommycli@chromium.org', 'vandebo@chromium.org'], 863 'tommycli@chromium.org', 'vandebo@chromium.org'],
863 'message_loop': ['sadrul@chromium.org'], 864 'message_loop': ['sadrul@chromium.org'],
864 'metrics': ['isherman@chromium.org', 865 'metrics': ['isherman@chromium.org',
865 'asvitkine+watch@chromium.org'], 866 'asvitkine+watch@chromium.org'],
866 'metrics_xml_files': ['asvitkine+watch@chromium.org'], 867 'metrics_xml_files': ['asvitkine+watch@chromium.org'],
867 'mojo': ['aa@chromium.org', 868 'mojo': ['aa@chromium.org',
868 'abarth@chromium.org', 869 'abarth@chromium.org',
869 'ben+mojo@chromium.org', 870 'ben+mojo@chromium.org',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'webrtc_media': ['wjia+watch@chromium.org', 967 'webrtc_media': ['wjia+watch@chromium.org',
967 'mcasas+watch@chromium.org', 968 'mcasas+watch@chromium.org',
968 'posciak+watch@chromium.org'], 969 'posciak+watch@chromium.org'],
969 'website_settings': ['markusheintz@chromium.org'], 970 'website_settings': ['markusheintz@chromium.org'],
970 'worker': ['jam@chromium.org'], 971 'worker': ['jam@chromium.org'],
971 'x11': ['derat+watch@chromium.org', 972 'x11': ['derat+watch@chromium.org',
972 'sadrul@chromium.org', 973 'sadrul@chromium.org',
973 'yusukes+watch@chromium.org'], 974 'yusukes+watch@chromium.org'],
974 }, 975 },
975 } 976 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698