summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-02 19:36:41 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-02 19:36:41 +0000
commit9d15515d364cb38006574075052170cba76e87e6 (patch)
treec204a9af1c847a106f3662446667cb99ea04d271 /WATCHLISTS
parent5010bbf76a8fcb977f794d389c0aa5119fd259cc (diff)
downloadchromium_src-9d15515d364cb38006574075052170cba76e87e6.zip
chromium_src-9d15515d364cb38006574075052170cba76e87e6.tar.gz
chromium_src-9d15515d364cb38006574075052170cba76e87e6.tar.bz2
Update WATCHLIST to point to ui/views/* instead of views/*
BUG=105968 TEST=python ~/depot_tools/watchlists.py ui/views/ R=nirnimesh@chromium.org TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8776027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS26
1 files changed, 10 insertions, 16 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index a25e73d..adca739 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -25,17 +25,16 @@
},
'views': {
# Applies to all files and subdirs within this directory.
- 'filepath': '^views/.*|'\
- '^ui/views/.*',
+ 'filepath': '^ui/views/.*',
},
'aura': {
'filepath': 'ui/aura/.*|'\
'ui/aura_shell/.*',
},
'views_core': {
- 'filepath': 'views/view.h|'\
- 'views/view.cc|'\
- 'views/widget/.*',
+ 'filepath': 'ui/views/view.h|'\
+ 'ui/views/view.cc|'\
+ 'ui/views/widget/.*',
},
'browser': {
'filepath': 'chrome/browser/.*',
@@ -47,7 +46,7 @@
'filepath': 'chrome/browser/resources/.*',
},
'bubble': {
- 'filepath': 'views/bubble/.*|'\
+ 'filepath': 'ui/views/bubble/.*|'\
'chrome/browser/ui/views/bubble/.*',
},
'chromeos_login': {
@@ -127,7 +126,7 @@
'filepath': 'sandbox/linux/.*',
},
'sync': {
- 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*',
+ 'filepath': 'chrome/browser/sync/.*',
},
'layout_tests': {
'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
@@ -157,10 +156,6 @@
'locale_settings': {
'filepath': 'chrome/app/resources/locale_settings.*',
},
- 'options_dialog_content': {
- 'filepath': 'chrome/browser/views/options/content_page_view.h|'\
- 'chrome/browser/views/options/general_page_view.h',
- },
'chromeos': {
'filepath': 'chrome/browser/chromeos/.*',
},
@@ -177,7 +172,7 @@
'domui_options': {
'filepath': 'chrome/browser/resources/options/.*|'\
'chrome/browser/resources/options.html|'\
- 'chrome/browser/dom_ui/options/.*',
+ 'chrome/browser/ui/webui/options/.*',
},
'ntp': {
'filepath': 'chrome/browser/resources/ntp/.*|'\
@@ -275,7 +270,7 @@
'|content/browser/accessibility/.*' \
'|chrome/.*accessib.*' \
'|ui/base/accessibility/.*' \
- '|views/accessibility/.*'
+ '|ui/views/accessibility/.*'
},
'tools_emacs': {
'filepath': 'tools/emacs/.*',
@@ -296,8 +291,8 @@
'|ui/base/gtk/gtk_im.*'\
'|ui/base/keycodes/.*'\
'|ui/base/win/ime.*'\
- '|ui/views/ime/.*'\
- '|views/controls/textfield/.*'
+ '|ui/views/controls/textfield/.*'\
+ '|ui/views/ime/.*'
},
'textinput_chromeos': {
'filepath': 'chrome/browser/chromeos/input_method/.*'\
@@ -372,7 +367,6 @@
'appcache': ['michaeln@chromium.org'],
'gpu': ['apatrick@chromium.org'],
'locale_settings': ['finnur+watch@chromium.org'],
- 'options_dialog_content': ['finnur+watch@chromium.org'],
'chromeos': ['davemoore+watch@chromium.org', 'stevenjb+watch@chromium.org',
'nkostylev+watch@chromium.org'],
'chromeos_webui': ['nkostylev+watch@chromium.org'],