diff options
author | Aaron Gable <agable@chromium.org> | 2017-01-19 11:28:22 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-01-24 18:28:18 +0000 |
commit | a60d5b901e90436fefc1012c7f38e83c9b35f3cf (patch) | |
tree | 9bb143aed8840cf145432ee8018d71fb2d8bd76a | |
parent | 41c23536d10b04f56d0c4dfd1c36ee4664d9b7f9 (diff) | |
download | pdfium-a60d5b901e90436fefc1012c7f38e83c9b35f3cf.tar.xz |
Make Gerrit the default for pdfium code reviews
BUG=665583
Change-Id: Iab5637716f168c290cc58fe85711c29dc7c29a7d
Reviewed-on: https://pdfium-review.googlesource.com/2290
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
-rw-r--r-- | codereview.settings | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/codereview.settings b/codereview.settings index 5724235e4b..77265c9473 100644 --- a/codereview.settings +++ b/codereview.settings @@ -1,7 +1,8 @@ -# This file is used by gcl to get repository specific information. -CODE_REVIEW_SERVER: codereview.chromium.org +# This file is used by git cl to get repository specific information. CC_LIST: pdfium-reviews@googlegroups.com +CODE_REVIEW_SERVER: codereview.chromium.org +GERRIT_HOST: True +PROJECT: pdfium STATUS: http://pdfium-status.appspot.com/status TRY_ON_UPLOAD: False VIEW_VC: https://pdfium.googlesource.com/pdfium/+/ -PROJECT: pdfium |