Change chromium deps to 232627 for updated ios ninja targets.

BUG=none
TEST=none
R=ryanpetrie@google.com

Review URL: https://webrtc-codereview.appspot.com/3969005

git-svn-id: http://libyuv.googlecode.com/svn/trunk@863 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2013-11-20 00:06:12 +00:00
parent 3d34bd6f71
commit 9cfb3a8b3a
3 changed files with 3 additions and 3 deletions

2
DEPS
View File

@ -13,7 +13,7 @@ vars = {
"googlecode_url": "http://%s.googlecode.com/svn",
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
# chrome://version/ for revision of canary Chrome.
"chromium_revision": "202548",
"chromium_revision": "232627",
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 859
Version: 863
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 859
#define LIBYUV_VERSION 863
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT