Commit 900e4962 authored by dhg@chromium.org's avatar dhg@chromium.org

Changing watchlists so one can monitor the dom_ui for the options page. Adding myself to the list.

Review URL: http://codereview.chromium.org/2819053

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52932 0039d316-1c4b-4281-b951-d872f2087c98
parent 61ba8987
...@@ -134,6 +134,12 @@ ...@@ -134,6 +134,12 @@
'remoting': { 'remoting': {
'filepath': 'remoting/.*', 'filepath': 'remoting/.*',
}, },
'domui_options' : {
'filepath': 'chrome/browser/resources/options/.*|'\
'chrome/browser/resources/options.html|'\
'chrome/browser/dom_ui/options_ui.cc|'\
'chrome/browser/dom_ui/core_options_handler.cc',
},
}, },
'WATCHLISTS': { 'WATCHLISTS': {
...@@ -185,5 +191,6 @@ ...@@ -185,5 +191,6 @@
'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org',
'hclam@chromium.org', 'dmaclach@chromium.org', 'hclam@chromium.org', 'dmaclach@chromium.org',
'garykac@chromium.org'], 'garykac@chromium.org'],
'domui_options': ['dhg@chromium.org'],
}, },
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment