summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 17:02:28 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-18 17:02:28 +0000
commit16d257a649688a300dcaf34a7e941c6a0f2ee1c4 (patch)
tree80808db167b5609ecf8d45c0af66394c9b2b6deb /WATCHLISTS
parent3ea454411ecee011b7372834eba0c418411f0492 (diff)
downloadchromium_src-16d257a649688a300dcaf34a7e941c6a0f2ee1c4.zip
chromium_src-16d257a649688a300dcaf34a7e941c6a0f2ee1c4.tar.gz
chromium_src-16d257a649688a300dcaf34a7e941c6a0f2ee1c4.tar.bz2
Start the process of making Favicon into a Browser Component.
This means, add the intended DEPS rules for a Browser Component (depend on nothing within chrome/browser outside the component except chrome/browser/api) and add a temporary owner for pure refactoring changes so that such changes can be done more quickly. Larger changes (that affect functionality or interfaces in non-refactoring ways) will still be sent to a proper OWNER. With the new DEPS, a presubmit check will warn developers that add new temporarily-allowed (the files designated with a "!" rule in the DEPS file). BUG=146851 Review URL: https://chromiumcodereview.appspot.com/10928053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS5
1 files changed, 4 insertions, 1 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 56f77a4..b1240c6 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -68,7 +68,10 @@
'filepath': 'chrome/browser/chromeos/',
},
'browser_components': {
- 'filepath': 'chrome/browser/autofill/|chrome/browser/history/|chrome/browser/bookmarks/',
+ 'filepath': 'chrome/browser/autofill/|'\
+ 'chrome/browser/history/|'\
+ 'chrome/browser/bookmarks/|'\
+ 'chrome/browser/favicon/',
},
'browser_compositor': {
'filepath': 'ui/compositor/'