diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 20:53:07 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 20:53:07 +0000 |
commit | 483861238474e1a8e47c4f6297824e616bd7f828 (patch) | |
tree | 6e9ba3502805eb86388b2828de08b72ae476df12 /tools/cros.DEPS/DEPS | |
parent | 06ee23d7457985d020ec8fc2bc4f73bc40281e9b (diff) | |
download | chromium_src-483861238474e1a8e47c4f6297824e616bd7f828.zip chromium_src-483861238474e1a8e47c4f6297824e616bd7f828.tar.gz chromium_src-483861238474e1a8e47c4f6297824e616bd7f828.tar.bz2 |
Pull libcros v171
This should fix the linux clang build failure reported
at crosbug.com/20578
BUG=chromium-os:20578
TEST=build chrome
Review URL: http://codereview.chromium.org/7941018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS/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 d0dc6a6..d4e2e13 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@b9cc80a6", + Var("chromiumos_git") + "/platform/cros.git@3daf7b80", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@c3de536a", } |