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

Unified Diff: site_config/global_variables.json

Issue 12785002: Split GenerateBenchGraphs into three build steps (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 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
Index: site_config/global_variables.json
===================================================================
--- site_config/global_variables.json (revision 8090)
+++ site_config/global_variables.json (working copy)
@@ -59,6 +59,11 @@
"type": "string",
"description": "Template for links to specific revisions in Skia."
},
+ "skia_dashboard_add_point_url": {
+ "value": "https://skiadash.appspot.com/add_point",
+ "type": "string",
+ "description": "URL for adding bench data to the Skia dashboard on Appspot."
+ },
"skia_svn_url": {
"value": "http://skia.googlecode.com/svn",
"type": "string",

Powered by Google App Engine
This is Rietveld 408576698