diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 20:19:03 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 20:19:03 +0000 |
commit | 4cc47d0e9a049f8d033b1d5844a5cbfcdbc9a485 (patch) | |
tree | d982ef8b9b87216043a0183107667544339ddc37 /DEPS | |
parent | 966841efb6221b8a8df04ca2727f572aefb403bf (diff) | |
download | chromium_src-4cc47d0e9a049f8d033b1d5844a5cbfcdbc9a485.zip chromium_src-4cc47d0e9a049f8d033b1d5844a5cbfcdbc9a485.tar.gz chromium_src-4cc47d0e9a049f8d033b1d5844a5cbfcdbc9a485.tar.bz2 |
seccompsandbox: Update revision in DEPS, r170 -> r178
This fixes time() on Linux 3.1.
BUG=104084
TEST=trybots
Review URL: http://codereview.chromium.org/8536053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ deps = { (Var("googlecode_url") % "google-url") + "/trunk@162", "src/seccompsandbox": - (Var("googlecode_url") % "seccompsandbox") + "/trunk@170", + (Var("googlecode_url") % "seccompsandbox") + "/trunk@178", "src/sdch/open-vcdiff": (Var("googlecode_url") % "open-vcdiff") + "/trunk@40", |