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

Side by Side Diff: WATCHLISTS

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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 | content/browser/DEPS » ('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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'chrome/browser/ui/webui/net_internals/' 580 'chrome/browser/ui/webui/net_internals/'
581 }, 581 },
582 'netinfo': { 582 'netinfo': {
583 'filepath': 'netinfo', 583 'filepath': 'netinfo',
584 }, 584 },
585 'notifications': { 585 'notifications': {
586 'filepath': 'chrome/browser/extensions/api/notifications/|' \ 586 'filepath': 'chrome/browser/extensions/api/notifications/|' \
587 'chrome/browser/notifications/|' \ 587 'chrome/browser/notifications/|' \
588 'chrome/test/data/notifications/|' \ 588 'chrome/test/data/notifications/|' \
589 'content/browser/notifications/|' \ 589 'content/browser/notifications/|' \
590 'content/child/notifications/|' \
591 'content/common/platform_notification|' \ 590 'content/common/platform_notification|' \
592 'content/public/browser/platform_notification|' \ 591 'content/public/browser/platform_notification|' \
593 'content/public/common/platform_notification|' \ 592 'content/public/common/platform_notification|' \
594 'content/renderer/notification_|' \ 593 'content/renderer/notification_|' \
595 'ui/message_center/' 594 'ui/message_center/'
596 }, 595 },
597 'ntp': { 596 'ntp': {
598 'filepath': 'chrome/browser/resources/ntp4/|'\ 597 'filepath': 'chrome/browser/resources/ntp4/|'\
599 'chrome/browser/resources/ntp_android/|'\ 598 'chrome/browser/resources/ntp_android/|'\
600 'chrome/browser/ui/webui/ntp/', 599 'chrome/browser/ui/webui/ntp/',
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 'kinuko+worker@chromium.org', 1794 'kinuko+worker@chromium.org',
1796 'horo+watch@chromium.org', 1795 'horo+watch@chromium.org',
1797 'falken@chromium.org' ], 1796 'falken@chromium.org' ],
1798 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1797 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1799 'blink-reviews-wtf@chromium.org' ], 1798 'blink-reviews-wtf@chromium.org' ],
1800 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1799 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1801 'test_runner': [ 'jochen+watch@chromium.org', 1800 'test_runner': [ 'jochen+watch@chromium.org',
1802 'mlamouri+watch-test-runner@chromium.org' ], 1801 'mlamouri+watch-test-runner@chromium.org' ],
1803 }, 1802 },
1804 } 1803 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698