diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 05:33:20 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 05:33:20 +0000 |
commit | 5c5824b963d462ad8874512cac1358abf181848e (patch) | |
tree | a7c40189d0d5cc3d50508690f8cdb69457683575 | |
parent | a0297bd51972f4bb0a1396979d57c78c015dd508 (diff) | |
download | chromium_src-5c5824b963d462ad8874512cac1358abf181848e.zip chromium_src-5c5824b963d462ad8874512cac1358abf181848e.tar.gz chromium_src-5c5824b963d462ad8874512cac1358abf181848e.tar.bz2 |
Update chrome/common/DEPS now that we broke the dependency on chrome/app.
BUG=46666
TEST=none
TBR=maruel
Review URL: http://codereview.chromium.org/3044016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53439 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index 2f3b9b0..ce48477 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -17,6 +17,5 @@ include_rules = [ "+third_party/zlib", # FIXME - refactor code and remove these dependencies - "+chrome/app", "+chrome/installer", ] |