diff options
author | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 21:00:37 +0000 |
---|---|---|
committer | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 21:00:37 +0000 |
commit | 080f6535122974b04541597579f43f35f092d7a1 (patch) | |
tree | 83b27bb781bb7449d746ccaf80ca525459095f02 /tools/cros.DEPS | |
parent | eb938e2454f9b1931d64bfdd5ba63f82579bdc93 (diff) | |
download | chromium_src-080f6535122974b04541597579f43f35f092d7a1.zip chromium_src-080f6535122974b04541597579f43f35f092d7a1.tar.gz chromium_src-080f6535122974b04541597579f43f35f092d7a1.tar.bz2 |
[ChromeOS] Roll cros.DEPS/DEPS to v154
BUG=chromium-os:16343
TEST=gclient sync with new deps, build, unit/browser tests
R=stevenjb@chromium.org
Review URL: http://codereview.chromium.org/7215020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-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 00f2011..a8c4467 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@b8dadccc", + Var("chromium_git") + "/cros.git@7d180211", } |