diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 01:48:55 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-29 01:48:55 +0000 |
commit | 08f906a1196050517c7469565c4d788b0d4b29f2 (patch) | |
tree | 38076a96b2019c60a3dbfecde8b6e43c480d728e | |
parent | 18608c49395a6bda33a32ad6a286227a1eb76c2f (diff) | |
download | chromium_src-08f906a1196050517c7469565c4d788b0d4b29f2.zip chromium_src-08f906a1196050517c7469565c4d788b0d4b29f2.tar.gz chromium_src-08f906a1196050517c7469565c4d788b0d4b29f2.tar.bz2 |
chromeos: Roll cros dep to 08c38e03.
This picks up a new enum value that I added for a "signing
out" message that Chrome will send to the window manager.
BUG=chromium-os:9915
TEST=built it
Review URL: http://codereview.chromium.org/6018011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70247 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 16798c2..e971aaf 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@7537f1e8", + Var("chromium_git") + "/cros.git@08c38e03", } |