diff options
author | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 21:53:41 +0000 |
---|---|---|
committer | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 21:53:41 +0000 |
commit | 81b12103cd77dd17064a914f0011de24616b02b7 (patch) | |
tree | f36bcec25e73e7630f5daf52929a783c4b527beb /tools/cros.DEPS | |
parent | 439f1c99d74bc572952b0e01ba30ee13681959b0 (diff) | |
download | chromium_src-81b12103cd77dd17064a914f0011de24616b02b7.zip chromium_src-81b12103cd77dd17064a914f0011de24616b02b7.tar.gz chromium_src-81b12103cd77dd17064a914f0011de24616b02b7.tar.bz2 |
Update DEPS to include new flimflam VPN error codes defined in system_api.
BUG=chromium-os:18573
TEST=Built Chromium and Chromium OS.
Review URL: http://codereview.chromium.org/8059019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103018 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 d951919..6caab8c 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -7,6 +7,6 @@ deps_os = { "src/third_party/cros": Var("chromiumos_git") + "/platform/cros.git@965118a6", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@c3de536a", + Var("chromiumos_git") + "/platform/system_api.git@6fd8bad8", } } |