Adding TRYSERVER_ROOT to codereview.settings
This is needed for tryjobs to work with updated trybot configurations.
BUG=webrtc:1309
TEST=Submitted try jobs and verified the patch applies properly.
Review URL: https://webrtc-codereview.appspot.com/1045004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3386 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/tools/codereview.settings b/tools/codereview.settings
index c7ae786..c18cd59 100644
--- a/tools/codereview.settings
+++ b/tools/codereview.settings
@@ -1,9 +1,7 @@
# This file is used by gcl to get repository specific information.
CODE_REVIEW_SERVER: webrtc-codereview.appspot.com
-#CC_LIST:
-#VIEW_VC:
-#STATUS:
+CC_LIST: webrtc-reviews@webrtc.org
+VIEW_VC: http://code.google.com/p/webrtc/source/detail?r=
TRY_ON_UPLOAD: False
-#TRYSERVER_SVN_URL:
-#GITCL_PREUPLOAD:
-#GITCL_PREDCOMMIT:
+TRYSERVER_ROOT: src/tools
+