Added try server to codereview.settings.

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@350 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
kjellander@google.com 2012-09-13 20:09:31 +00:00
parent cded3e566b
commit 1c5cab8e11
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -5,6 +5,8 @@ CODE_REVIEW_SERVER: webrtc-codereview.appspot.com
#VIEW_VC: #VIEW_VC:
#STATUS: #STATUS:
TRY_ON_UPLOAD: False TRY_ON_UPLOAD: False
TRYSERVER_HTTP_HOST: webrtc-cb-linux-master.cbf.corp.google.com
TRYSERVER_HTTP_PORT: 9020
#TRYSERVER_SVN_URL: #TRYSERVER_SVN_URL:
#GITCL_PREUPLOAD: #GITCL_PREUPLOAD:
#GITCL_PREDCOMMIT: #GITCL_PREDCOMMIT:

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 349 #define LIBYUV_VERSION 350
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT