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

Side by Side Diff: WATCHLISTS

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « BUILD.gn ('k') | ash/mus/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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'midi': { 578 'midi': {
579 'filepath': 'midi', 579 'filepath': 'midi',
580 }, 580 },
581 'mojo': { 581 'mojo': {
582 'filepath': 'mojo', 582 'filepath': 'mojo',
583 }, 583 },
584 'mouse_lock': { 584 'mouse_lock': {
585 'filepath': 'mouse_lock', 585 'filepath': 'mouse_lock',
586 }, 586 },
587 'mus': { 587 'mus': {
588 'filepath': 'components/mus/'\ 588 'filepath': 'services/ui/'\
589 '|mojo/gpu/', 589 '|mojo/gpu/',
590 }, 590 },
591 'nacl': { 591 'nacl': {
592 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ 592 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\
593 'chrome/browser/nacl_host/|chrome/common/nacl|'\ 593 'chrome/browser/nacl_host/|chrome/common/nacl|'\
594 'native_client_sdk/src/doc/', 594 'native_client_sdk/src/doc/',
595 }, 595 },
596 'native_client_sdk': { 596 'native_client_sdk': {
597 'filepath': '^native_client_sdk/', 597 'filepath': '^native_client_sdk/',
598 }, 598 },
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'falken@chromium.org' ], 1866 'falken@chromium.org' ],
1867 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1867 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1868 'blink-reviews-wtf@chromium.org' ], 1868 'blink-reviews-wtf@chromium.org' ],
1869 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1869 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1870 'test_runner': [ 'jochen+watch@chromium.org', 1870 'test_runner': [ 'jochen+watch@chromium.org',
1871 'mlamouri+watch-test-runner@chromium.org' ], 1871 'mlamouri+watch-test-runner@chromium.org' ],
1872 'clank_uma_settings': ['gayane+watch@chromium.org'], 1872 'clank_uma_settings': ['gayane+watch@chromium.org'],
1873 'xml': [ 'dominicc+watchlist@chromium.org' ], 1873 'xml': [ 'dominicc+watchlist@chromium.org' ],
1874 }, 1874 },
1875 } 1875 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698