diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 11:17:53 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 11:17:53 +0000 |
commit | e7eab8e39a169832c55664144b12fd95a76cbd05 (patch) | |
tree | d2d00135da42d37112f022d55b2cbeff0cfb5b97 /apps/DEPS | |
parent | 755451eba1c47e1b169bb4e70903d073d131abea (diff) | |
download | chromium_src-e7eab8e39a169832c55664144b12fd95a76cbd05.zip chromium_src-e7eab8e39a169832c55664144b12fd95a76cbd05.tar.gz chromium_src-e7eab8e39a169832c55664144b12fd95a76cbd05.tar.bz2 |
Removed unused dependency from apps/DEPS.
The dependency on chrome/browser/prefs is there is no longer any
code from there used.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/12319064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ include_rules = [ # TODO(benwells): remove these (http://crbug.com/159366) "+chrome/browser/browser_process.h", "+chrome/browser/extensions", - "+chrome/browser/prefs", "+chrome/browser/profiles", "+chrome/browser/ui/host_desktop.h", "+chrome/common/chrome_notification_types.h", |