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

Side by Side Diff: WATCHLISTS

Issue 1694093003: Rename EnhancedBookmarks to Bookmarks, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | chrome/android/java/AndroidManifest.xml » ('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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' 333 'filepath': 'chrome/browser/chromeos/drive/resource_metadata'
334 }, 334 },
335 'eme': { 335 'eme': {
336 'filepath': 'components/cdm/|' \ 336 'filepath': 'components/cdm/|' \
337 'content/browser/media/cdm/|' \ 337 'content/browser/media/cdm/|' \
338 'content/renderer/media/crypto/|' \ 338 'content/renderer/media/crypto/|' \
339 'media/base/android/*drm*|' \ 339 'media/base/android/*drm*|' \
340 'media/cdm/|' \ 340 'media/cdm/|' \
341 'third_party/widevine/cdm/' 341 'third_party/widevine/cdm/'
342 }, 342 },
343 'enhanced_bookmarks_android': {
344 'filepath': 'chrome/android/java/src/org/chromium/'\
345 'chrome/browser/enhancedbookmarks/|'\
346 'chrome/android/java/res/layout/eb*.xml'
347 },
348 'events': { 343 'events': {
349 'filepath': 'ui/events/', 344 'filepath': 'ui/events/',
350 }, 345 },
351 'extension': { 346 'extension': {
352 'filepath': 'extension', 347 'filepath': 'extension',
353 }, 348 },
354 'fileapi': { 349 'fileapi': {
355 'filepath': 'file_system/|' \ 350 'filepath': 'file_system/|' \
356 'fileapi/' 351 'fileapi/'
357 }, 352 },
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 'kinuko+worker@chromium.org', 1697 'kinuko+worker@chromium.org',
1703 'horo+watch@chromium.org', 1698 'horo+watch@chromium.org',
1704 'falken@chromium.org' ], 1699 'falken@chromium.org' ],
1705 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1700 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1706 'blink-reviews-wtf@chromium.org' ], 1701 'blink-reviews-wtf@chromium.org' ],
1707 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1702 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1708 'test_runner': [ 'jochen+watch@chromium.org', 1703 'test_runner': [ 'jochen+watch@chromium.org',
1709 'mlamouri+watch-test-runner@chromium.org' ], 1704 'mlamouri+watch-test-runner@chromium.org' ],
1710 }, 1705 },
1711 } 1706 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698