diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 00:37:05 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 00:37:05 +0000 |
commit | c7c5c7d68c1178aec52a9be15f08cbffa8218163 (patch) | |
tree | 972d5f686b59500a491a5a288c5e1288be31f63f /tools | |
parent | 5ee38b880cf028388e4946aee99341f1a99d15a6 (diff) | |
download | chromium_src-c7c5c7d68c1178aec52a9be15f08cbffa8218163.zip chromium_src-c7c5c7d68c1178aec52a9be15f08cbffa8218163.tar.gz chromium_src-c7c5c7d68c1178aec52a9be15f08cbffa8218163.tar.bz2 |
chromeos: Bump cros dependency to c8b0c124.
This pulls in brightness-related code for cwolfe.
BUG=chromium-os:13281
TEST=manual: synced to this revision and checked that the chromeos-chrome package builds and appears to function as before
TBR=cwolfe
Review URL: http://codereview.chromium.org/6930028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 9f1db15..805b524 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@64ecf8b1", + Var("chromium_git") + "/cros.git@c8b0c124", } |