diff options
author | thiago.santos@intel.com <thiago.santos@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-17 18:57:17 +0000 |
---|---|---|
committer | thiago.santos@intel.com <thiago.santos@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-17 18:57:17 +0000 |
commit | e4c5f97bbe47b29dd306b13087422a85c6afb2a1 (patch) | |
tree | dab060bd4768fed2d884b42a63a59db5d8e77a78 /chrome/browser/DEPS | |
parent | 3eb20115ec1c4f07aba2f0f3eec63da789a28ebc (diff) | |
download | chromium_src-e4c5f97bbe47b29dd306b13087422a85c6afb2a1.zip chromium_src-e4c5f97bbe47b29dd306b13087422a85c6afb2a1.tar.gz chromium_src-e4c5f97bbe47b29dd306b13087422a85c6afb2a1.tar.bz2 |
Make storage_monitor a component
Move storage_monitor to the components directory and:
- Make the unit tests part of the components unit tests.
- Update the include headers for both chrome and storage_monitor code.
- Update the buildsystem dependencies and paths.
- Update the DEPS files for both chrome and storage_monitor with the new
restrictions.
R=joi@chromium.org,thestig@chromium.org
BUG=
Review URL: https://codereview.chromium.org/152343005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 51fae55..5504dfa 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -23,6 +23,7 @@ include_rules = [ "+components/sessions", "+components/signin", "+components/startup_metric_utils", + "+components/storage_monitor", "+components/translate/content/browser", "+components/translate/core/browser", "+components/translate/core/common", |