Index: codereview.settings |
diff --git a/codereview.settings b/codereview.settings |
new file mode 100644 |
index 0000000000000000000000000000000000000000..93335d3506c2aee1261ef29f3c720b941a87f793 |
--- /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: https://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/.* |