Chromium Code Reviews| Index: codereview.settings |
| diff --git a/codereview.settings b/codereview.settings |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..514c1cdc02dc84feb8882049d98798f7d062edb2 |
| --- /dev/null |
| +++ b/codereview.settings |
| @@ -0,0 +1,10 @@ |
| +# This file is used by gcl to get repository specific information. |
| +CODE_REVIEW_SERVER: codereview.chromium.org |
| +CC_LIST: chromium-reviews@chromium.org |
| +VIEW_VC: http://src.chromium.org/viewvc/chrome?view=rev&revision= |
| +STATUS: http://chromium-status.appspot.com/status |
| +TRY_ON_UPLOAD: True |
| +TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try |
| +GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome |
| +GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome |
| +LINT_IGNORE_REGEX: webkit/api/.* |
|
scherkus (not reviewing)
2012/01/27 21:27:07
sanity check: are all these settings correct?
DaleCurtis
2012/01/27 23:27:10
I just copied it from src root, so possibly not. I
|