diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 16:42:31 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 16:42:31 +0000 |
commit | ae06cf3dbe1b23c578bd45b1091d64bc84f313d8 (patch) | |
tree | ed3307bedf5ee91b67c29640f55dc2ec61b3bbfb /chrome/test/DEPS | |
parent | fcfa31964df669827eade2a24b00ce9276caeea4 (diff) | |
download | chromium_src-ae06cf3dbe1b23c578bd45b1091d64bc84f313d8.zip chromium_src-ae06cf3dbe1b23c578bd45b1091d64bc84f313d8.tar.gz chromium_src-ae06cf3dbe1b23c578bd45b1091d64bc84f313d8.tar.bz2 |
A little more cleanup of DEPS.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10521005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/DEPS')
-rw-r--r-- | chrome/test/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/DEPS b/chrome/test/DEPS index e87cf60..cd7cd3f 100644 --- a/chrome/test/DEPS +++ b/chrome/test/DEPS @@ -9,8 +9,8 @@ include_rules = [ # within content/ and a test within chrome/. "+content/public", - # TODO(joi): Need to remove all of these and use only content/public - # and content/test. http://crbug.com/98716 + # TODO(joi): Need to remove all of these and use only content/public, see + # http://crbug.com/98716 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! "+content/common/debug_flags.h", "+content/common/injection_test_dll.h", |