diff options
author | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 21:40:28 +0000 |
---|---|---|
committer | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 21:40:28 +0000 |
commit | f7451d29b7efd0c08007a5f56414006cee20a3ef (patch) | |
tree | 798df5bcc6c177ead3ff164ccd441e32c8d43378 /webkit/DEPS | |
parent | fb129a38e3f5148fd564a9df0132a4acbbd01ddb (diff) | |
download | chromium_src-f7451d29b7efd0c08007a5f56414006cee20a3ef.zip chromium_src-f7451d29b7efd0c08007a5f56414006cee20a3ef.tar.gz chromium_src-f7451d29b7efd0c08007a5f56414006cee20a3ef.tar.bz2 |
Show a warning message if the cache might not be cleared correctly between runs.
This new version adds a missing dep to webkit/DEPS.
BUG=44688
TEST=trybots pass
Review URL: http://codereview.chromium.org/2875010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 113d8488..a8ad57f 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -14,6 +14,9 @@ include_rules = [ # For databases/ "+app/sql", + # For extensions/v8/benchmarking_extension.cc + "+chrome/common", + # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+net/base", "+net/ftp", |