Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1259)

Unified Diff: my_activity.py

Issue 1008143002: my_activity.py: Add WebRTC code review instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Removed Google code setting. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: my_activity.py
diff --git a/my_activity.py b/my_activity.py
index a5942963b29360d141734b68f03a7e9a2f5d97a2..720d9255cd308c58fb0b6c9291aea28ef9189317 100755
--- a/my_activity.py
+++ b/my_activity.py
@@ -76,6 +76,13 @@ rietveld_instances = [
'requires_auth': False,
'email_domain': 'chromium.org',
},
+ {
+ 'url': 'webrtc-codereview.appspot.com',
+ 'shorturl': 'go/rtcrev',
+ 'supports_owner_modified_query': True,
+ 'requires_auth': False,
+ 'email_domain': 'webrtc.org',
+ },
]
gerrit_instances = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698