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

Side by Side Diff: WATCHLISTS

Issue 2789093005: Fix android_item_chooser_dialogs watchlist (Closed)
Patch Set: Fix android_item_chooser_dialogs watchlist Created 3 years, 8 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 21 matching lines...) Expand all
32 'add_to_homescreen': { 32 'add_to_homescreen': {
33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/| '\ 33 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/| '\
34 'chrome/android/javatests/src/org/chromium/chrome/browser/weba pps/|'\ 34 'chrome/android/javatests/src/org/chromium/chrome/browser/weba pps/|'\
35 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/ |'\ 35 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/ |'\
36 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\ 36 'chrome/android/javatests/src/org/chromium/chrome/browser/bann ers/|'\
37 'chrome/browser/android/shortcut_.*|'\ 37 'chrome/browser/android/shortcut_.*|'\
38 'chrome/browser/android/webapps/', 38 'chrome/browser/android/webapps/',
39 }, 39 },
40 'android_item_chooser_dialogs': { 40 'android_item_chooser_dialogs': {
41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*Chooser Dialog.java|'\ 41 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*Chooser Dialog.java|'\
42 'chrome/android/javatests/src/org/chromium/chrome/browser/.*Ch ooserDialogTest.java|'\ 42 'chrome/android/javatests/src/org/chromium/chrome/browser/.*Ch ooserDialogTest.java'
43 }, 43 },
44 'android_crash_reporting': { 44 'android_crash_reporting': {
45 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' 45 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/'
46 }, 46 },
47 'android_crazy_linker': { 47 'android_crazy_linker': {
48 'filepath': 'third_party/android_crazy_linker/' 48 'filepath': 'third_party/android_crazy_linker/'
49 }, 49 },
50 'android_infobars': { 50 'android_infobars': {
51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' 51 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
52 }, 52 },
(...skipping 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after
2227 'msramek+watch@chromium.org', 2227 'msramek+watch@chromium.org',
2228 'raymes+watch@chromium.org'], 2228 'raymes+watch@chromium.org'],
2229 'windows_sandboxing': ['pennymac+watch@chromium.org', 2229 'windows_sandboxing': ['pennymac+watch@chromium.org',
2230 'wfh+watch@chromium.org'], 2230 'wfh+watch@chromium.org'],
2231 'x11': ['derat+watch@chromium.org', 2231 'x11': ['derat+watch@chromium.org',
2232 'sadrul@chromium.org', 2232 'sadrul@chromium.org',
2233 'yusukes+watch@chromium.org'], 2233 'yusukes+watch@chromium.org'],
2234 'zoom': ['wjmaclean@chromium.org'], 2234 'zoom': ['wjmaclean@chromium.org'],
2235 }, 2235 },
2236 } 2236 }
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