Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index 9c6aa0387e6057e000ad32caf402daca61f67936..c3a3ef32e1832a5e2320b44985bf2bfdd6291593 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -37,6 +37,10 @@ |
| 'chrome/browser/android/shortcut_.*|'\ |
| 'chrome/browser/android/webapps/', |
| }, |
| + 'android_chooser_dialogs': { |
|
juncai
2017/04/04 00:26:46
'android_chooser_dialogs' seems too general, what
ortuno
2017/04/04 00:35:37
android_device_chooser_dialogs would limit us to U
juncai
2017/04/04 00:46:16
hmm... still feel that the 'android_chooser_dialog
ortuno
2017/04/05 00:11:17
I see. Done.
|
| + 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\ |
| + 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java|'\ |
| + }, |
| 'android_crash_reporting': { |
| 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' |
| }, |
| @@ -1563,6 +1567,7 @@ |
| 'pkotwicz+watch@chromium.org', |
| 'zpeng+watch@chromium.org'], |
| 'android_crash_reporting': ['asvitkine+watch@chromium.org'], |
| + 'android_chooser_dialogs': ['ortuno+watch@chromium.org'], |
| 'android_crazy_linker': ['johnmaguire+watch@google.com'], |
| 'android_infobars': ['dfalcantara+watch@chromium.org'], |
| 'android_infra': ['agrieve+watch@chromium.org', |