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

Side by Side Diff: WATCHLISTS

Issue 23475024: Add Native Client SDK docs to nacl watchlist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '|chrome/browser/ui/webui/metrics_handler'\ 359 '|chrome/browser/ui/webui/metrics_handler'\
360 '|content/browser/user_metrics.cc'\ 360 '|content/browser/user_metrics.cc'\
361 '|content/public/browser/user_metrics.h'\ 361 '|content/public/browser/user_metrics.h'\
362 '|tools/metrics/' 362 '|tools/metrics/'
363 }, 363 },
364 'mouse_lock': { 364 'mouse_lock': {
365 'filepath': 'mouse_lock', 365 'filepath': 'mouse_lock',
366 }, 366 },
367 'nacl': { 367 'nacl': {
368 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ 368 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
369 'chrome/browser/nacl_host/|chrome/common/nacl', 369 'chrome/browser/nacl_host/|chrome/common/nacl|'\
370 'native_client_sdk/src/doc/',
370 }, 371 },
371 'native_client_sdk': { 372 'native_client_sdk': {
372 'filepath': '^native_client_sdk/', 373 'filepath': '^native_client_sdk/',
373 }, 374 },
374 'net': { 375 'net': {
375 'filepath': 'net/', 376 'filepath': 'net/',
376 }, 377 },
377 'net_error_list': { 378 'net_error_list': {
378 'filepath': 'net/base/net_error_list.h', 379 'filepath': 'net/base/net_error_list.h',
379 }, 380 },
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'views': ['tfarina@chromium.org'], 795 'views': ['tfarina@chromium.org'],
795 'views_core': ['ben+watch@chromium.org'], 796 'views_core': ['ben+watch@chromium.org'],
796 'website_settings': ['markusheintz@chromium.org'], 797 'website_settings': ['markusheintz@chromium.org'],
797 'webkit': ['darin-cc@chromium.org'], 798 'webkit': ['darin-cc@chromium.org'],
798 'worker': ['jam@chromium.org'], 799 'worker': ['jam@chromium.org'],
799 'x11': ['derat+watch@chromium.org', 800 'x11': ['derat+watch@chromium.org',
800 'sadrul@chromium.org', 801 'sadrul@chromium.org',
801 'yusukes+watch@chromium.org'], 802 'yusukes+watch@chromium.org'],
802 }, 803 },
803 } 804 }
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