diff options
author | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 19:39:34 +0000 |
---|---|---|
committer | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 19:39:34 +0000 |
commit | 7f7f36f8f4631dfabcbf52ff401a86384f7e45c5 (patch) | |
tree | 914805816083f11e2ccbc5e38add8664973288ff /tools/cros.DEPS | |
parent | fc84e0e61e88c87e8f1ff09377598db023cf19c8 (diff) | |
download | chromium_src-7f7f36f8f4631dfabcbf52ff401a86384f7e45c5.zip chromium_src-7f7f36f8f4631dfabcbf52ff401a86384f7e45c5.tar.gz chromium_src-7f7f36f8f4631dfabcbf52ff401a86384f7e45c5.tar.bz2 |
Update DEPS to include a fix to RequestVirtualNetworkProperties in libcros.
BUG=chromium-os:19951
TEST=Tested adding a VPN connection via the network menu after the change.
Change-Id: I4c6948e488d030b0b2505ec62a0337dfd1a65f64
Review URL: http://codereview.chromium.org/8055020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102991 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 3ee30bb..d951919 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -5,7 +5,7 @@ vars = { deps_os = { "unix" : { "src/third_party/cros": - Var("chromiumos_git") + "/platform/cros.git@69a693ab", + Var("chromiumos_git") + "/platform/cros.git@965118a6", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@c3de536a", } |