diff options
author | ers@chromium.org <ers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:38:13 +0000 |
---|---|---|
committer | ers@chromium.org <ers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:38:13 +0000 |
commit | 01241534f6030445c4e79905f83924b6ff9297e9 (patch) | |
tree | 07b1a2b02db82a4718cfc72d978d0a45a6151579 /tools/cros.DEPS | |
parent | bd8a5f69ed41bae4dfae4f13cdf378a051d1fb63 (diff) | |
download | chromium_src-01241534f6030445c4e79905f83924b6ff9297e9.zip chromium_src-01241534f6030445c4e79905f83924b6ff9297e9.tar.gz chromium_src-01241534f6030445c4e79905f83924b6ff9297e9.tar.bz2 |
Update DEPS to pick up SIMLockEnabled flimflam property.
BUG=chromium-os:14253
TEST=build chrome
R=stevenjb@chromium.org
Review URL: http://codereview.chromium.org/8136008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103932 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 4ffebc4..568c477 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@b48469c4", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@5cf39af4", + Var("chromiumos_git") + "/platform/system_api.git@b935976e", } } |