From 897602abc7548572c66579246e55f3d598ee4769 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Mon, 18 Sep 2017 16:23:41 -0400 Subject: [PATCH] Add support for PDFium to my_activity.py Change-Id: I0febf1c3442511b8c82129c82cf9c68f7c37329c Reviewed-on: https://chromium-review.googlesource.com/671548 Reviewed-by: Marc-Antoine Ruel Commit-Queue: Ryan Harrison --- my_activity.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/my_activity.py b/my_activity.py index 933f97cc86..26817f36ff 100755 --- a/my_activity.py +++ b/my_activity.py @@ -107,6 +107,9 @@ gerrit_instances = [ { 'url': 'android-review.googlesource.com', }, + { + 'url': 'pdfium-review.googlesource.com', + }, ] google_code_projects = [ @@ -124,6 +127,11 @@ google_code_projects = [ { 'name': 'skia', }, + { + 'name': 'pdfium', + 'shorturl': 'crbug.com/pdfium', + 'short_url_protocol': 'https', + }, ] def username(email):