Roll chromium dep to r181357

BUG=none
TEST=try bots
Review URL: https://webrtc-codereview.appspot.com/1090006

git-svn-id: http://libyuv.googlecode.com/svn/trunk@564 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2013-02-07 21:02:40 +00:00
parent 61466be698
commit 7d387f155a
3 changed files with 3 additions and 3 deletions

2
DEPS
View File

@ -12,7 +12,7 @@ vars = {
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
"chromium_revision": "177738",
"chromium_revision": "181357",
}
# 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: 563
Version: 564
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 563
#define LIBYUV_VERSION 564
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT