Commit 1c5cab8e authored by kjellander@google.com's avatar kjellander@google.com

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
parent cded3e56
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
......
...@@ -5,6 +5,8 @@ CODE_REVIEW_SERVER: webrtc-codereview.appspot.com ...@@ -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:
...@@ -11,6 +11,6 @@ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment