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= |
|
nsylvain
2012/01/30 22:23:39
This probably won't work, but it might be OK.
DaleCurtis
2012/01/31 01:18:03
Removed.
|
| +STATUS: http://chromium-status.appspot.com/status |
| +TRY_ON_UPLOAD: True |
| +TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try |
|
nsylvain
2012/01/30 22:23:39
You might want to remove this, you won't be able t
DaleCurtis
2012/01/31 01:18:03
Done.
|
| +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/.* |
|
nsylvain
2012/01/30 22:23:39
Is this needed?
DaleCurtis
2012/01/31 01:18:03
Removed.
|