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

Side by Side Diff: WATCHLISTS

Issue 1037173003: Create watch list entry 'midi' and add myself to the list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 '|chrome/browser/extensions/api/metrics_private/'\ 466 '|chrome/browser/extensions/api/metrics_private/'\
467 '|chrome/browser/ui/webui/metrics_handler'\ 467 '|chrome/browser/ui/webui/metrics_handler'\
468 '|content/browser/user_metrics.cc'\ 468 '|content/browser/user_metrics.cc'\
469 '|components/rappor/'\ 469 '|components/rappor/'\
470 '|content/public/browser/user_metrics.h'\ 470 '|content/public/browser/user_metrics.h'\
471 # Exclude XML files; in particular, histograms.xml. 471 # Exclude XML files; in particular, histograms.xml.
472 '|tools/metrics/[^.]*([.](?!xml$).*)?$', 472 '|tools/metrics/[^.]*([.](?!xml$).*)?$',
473 }, 473 },
474 'metrics_xml_files': { 474 'metrics_xml_files': {
475 # Subscribe to this to watch for changes to histograms.xml. 475 # Subscribe to this to watch for changes to histograms.xml.
476 'filepath': 'tools/metrics/.*\.xml$' 476 'filepath': 'tools/metrics/.*\.xml$',
477 },
478 'midi': {
479 'filepath': 'midi',
477 }, 480 },
478 'mojo': { 481 'mojo': {
479 'filepath': 'mojo', 482 'filepath': 'mojo',
480 }, 483 },
481 'mouse_lock': { 484 'mouse_lock': {
482 'filepath': 'mouse_lock', 485 'filepath': 'mouse_lock',
483 }, 486 },
484 'nacl': { 487 'nacl': {
485 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ 488 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
486 'chrome/browser/nacl_host/|chrome/common/nacl|'\ 489 'chrome/browser/nacl_host/|chrome/common/nacl|'\
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'michaelpg+watch-md-settings@chromium.org', 960 'michaelpg+watch-md-settings@chromium.org',
958 'orenb+watch-md-settings@chromium.org', 961 'orenb+watch-md-settings@chromium.org',
959 'stevenjb+watch-md-settings@chromium.org'], 962 'stevenjb+watch-md-settings@chromium.org'],
960 'media': ['feature-media-reviews@chromium.org'], 963 'media': ['feature-media-reviews@chromium.org'],
961 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', 964 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org',
962 'tommycli@chromium.org', 'vandebo@chromium.org'], 965 'tommycli@chromium.org', 'vandebo@chromium.org'],
963 'media_router': ['media-router+watch@chromium.org'], 966 'media_router': ['media-router+watch@chromium.org'],
964 'message_loop': ['sadrul@chromium.org'], 967 'message_loop': ['sadrul@chromium.org'],
965 'metrics': ['asvitkine+watch@chromium.org'], 968 'metrics': ['asvitkine+watch@chromium.org'],
966 'metrics_xml_files': ['asvitkine+watch@chromium.org'], 969 'metrics_xml_files': ['asvitkine+watch@chromium.org'],
970 'midi': ['toyoshim+midi@chromium.org'],
967 'mojo': ['aa@chromium.org', 971 'mojo': ['aa@chromium.org',
968 'abarth@chromium.org', 972 'abarth@chromium.org',
969 'ben+mojo@chromium.org', 973 'ben+mojo@chromium.org',
970 'darin@chromium.org', 974 'darin@chromium.org',
971 'qsr+mojo@chromium.org', 975 'qsr+mojo@chromium.org',
972 'viettrungluu+watch@chromium.org', 976 'viettrungluu+watch@chromium.org',
973 'yzshen+watch@chromium.org'], 977 'yzshen+watch@chromium.org'],
974 'mouse_lock': ['scheib+watch@chromium.org'], 978 'mouse_lock': ['scheib+watch@chromium.org'],
975 'nacl': ['native-client-reviews@googlegroups.com'], 979 'nacl': ['native-client-reviews@googlegroups.com'],
976 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'], 980 'native_client_sdk': ['sbc@chromium.org', 'binji+watch@chromium.org'],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 'mcasas+watch@chromium.org', 1076 'mcasas+watch@chromium.org',
1073 'posciak+watch@chromium.org'], 1077 'posciak+watch@chromium.org'],
1074 'website_settings': ['markusheintz@chromium.org'], 1078 'website_settings': ['markusheintz@chromium.org'],
1075 'windows_sandboxing': ['wfh+watch@chromium.org'], 1079 'windows_sandboxing': ['wfh+watch@chromium.org'],
1076 'worker': ['jam@chromium.org'], 1080 'worker': ['jam@chromium.org'],
1077 'x11': ['derat+watch@chromium.org', 1081 'x11': ['derat+watch@chromium.org',
1078 'sadrul@chromium.org', 1082 'sadrul@chromium.org',
1079 'yusukes+watch@chromium.org'], 1083 'yusukes+watch@chromium.org'],
1080 }, 1084 },
1081 } 1085 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698