diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 20:59:08 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 20:59:08 +0000 |
commit | c7c52486a3cfb23f096cde55cce0747f0c59c3e6 (patch) | |
tree | 6e7893e3922d2124f7115df6e5a9cbf4e007431d /WATCHLISTS | |
parent | 3ca1f03a84ff79974c3a3cf5bbd12f4f7dbd532d (diff) | |
download | chromium_src-c7c52486a3cfb23f096cde55cce0747f0c59c3e6.zip chromium_src-c7c52486a3cfb23f096cde55cce0747f0c59c3e6.tar.gz chromium_src-c7c52486a3cfb23f096cde55cce0747f0c59c3e6.tar.bz2 |
Start the process of making Bookmarks into a Browser Component.
The DEPS files means bookmarks component should depend on nothing within
chrome/browser except chrome/browser/api.
The goal is to remove all the temporarily allowed dependencies (start with !).
Also adding myself as a temporary owner only for refactoring changes.
BUG=144783
Review URL: https://chromiumcodereview.appspot.com/10899015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ 'filepath': 'chrome/browser/chromeos/', }, 'browser_components': { - 'filepath': 'chrome/browser/autofill/|chrome/browser/history/', + 'filepath': 'chrome/browser/autofill/|chrome/browser/history/|chrome/browser/bookmarks/', }, 'browser_compositor': { 'filepath': 'ui/compositor/' |